Color Hex Logo

#7b8dcb Color Hex

#7B8DCB
(123,141,203)
0 Favorites   0 Comments

Color spaces of #7b8dcb

RGB 123141203
HSL0.630.430.64
HSV227°39°80°
CMYK 0.390.310.00   0.20
XYZ28.472727.572560.3213
Yxy27.57250.24470.2369
Hunter Lab52.50954.8980-31.3538
CIE-Lab59.50059.1211-34.0873

#7b8dcb color RGB value is (123,141,203).

#7b8dcb hex color red value is 123, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7b8dcb hue: 0.63 , saturation: 0.43 and the lightness value of 7b8dcb is 0.64.

The process color (four color CMYK) of #7b8dcb color hex is 0.39, 0.31, 0.00, 0.20. Web safe color of #7b8dcb is #6699cc. Color #7b8dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001101 11001011
Octal 173 215 313
Decimal 123 141 203
Hex 7B 8D CB

RGB Percentages of Color #7b8dcb

%26.34
%30.19
%43.47

CMYK Percentages of Color #7b8dcb

%39
%31
%0
%20

Triadic Colors of #7b8dcb

#7b8dcb #cb7b8d #8dcb7b

Analogous Colors of #7b8dcb

#7b8dcb #917bcb #7bb5cb

Monochromatic Colors of #7b8dcb

#7b8dcb

Complementary Color

#7b8dcb #cbb97b

#7b8dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8dcb Color CSS Codes

.mybgcolor {background-color:#7b8dcb; } 
.myforecolor {color:#7b8dcb; }
.mybordercolor {border:3px solid #7b8dcb; }

#7b8dcb Text Font Color

<p style="color:#7b8dcb">Text here</p>

This sample text font color is #7b8dcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7b8dcb Background Color

<div style="background-color:#7b8dcb">
Div content here</div>

This div background color is #7b8dcb


#7b8dcb Border Color

<div style="border:3px solid #7b8dcb">
Div here</div>

This div border color is #7b8dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,141,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b8dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b8dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #7b8dcb;
  box-shadow:         1px 1px 3px 2px #7b8dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,141,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7b8dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7b8dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #7b8dcb;
  box-shadow:         1px 1px 3px 2px #7b8dcb;">
Div content here</div>

This div box has shadow with color #7b8dcb


Comments

No comments written yet.

Please login to write comment.