Html Css Color HEX #879CB9 Rock Blue

📋 copy color: '#879CB9'

red 135 ◦ green 156 ◦ blue 185

#879CB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #879CB9

Tints of Rock Blue #879CB9

RGB

 RED value IS 135 (53.13% from 255) = 28.36%

 GREEN value IS 156 (61.33% from 255) = 32.77%

 BLUE value IS 185 (72.66% from 255) = 38.87%

R = 28.36%
G = 32.77%
B = 38.87%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#879CB9 (or 0x879CB9) is known color: Rock Blue. HEX triplet: 87, 9C and B9. RGB value is (135,156,185). Sum of RGB (Red+Green+Blue) = 135+156+185=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #879CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CB9 is #786346. Grayscale: #989898. Windows color (decimal): -7889735 or 12164231. OLE color: 12164231.

HSL color Cylindrical-coordinate representation of color #879CB9: hue angle of 214.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #879CB9 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 156 185 -
CMYK 0.27 0.16 0 0.27
HSL 214.8º 0.26% 0.63% -
HSV(B) 214.8º 0.27% 0.73% -
XYZ 30.64 32.43 50.54 -
YUV 153.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 135 156 185 0.27 0.16 0 0.27 214.8 0.26 0.63
Hex 87 9C B9 1B 10 0 1B D7 1A 3F
Octal 207 234 271 33 20 0 33 327 32 77
Binary 10000111 10011100 10111001 11011 10000 0 11011 11010111 11010 111111

Color Harmonies of #879CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CB9

Black with #879CB9

Text Example


Text Example

White with #879CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879CB9; }

 p { color: rgb(135,156,185); }

 H1.HeaderClassName
 {
   color: #879CB9;
 }
 .AnyTagClassName
 {
   color: #879CB9;
 }
</style>

background-color css

<style>
 a { background-color: #879CB9; }

 a { background-color: rgb(135,156,185); }

 div.DivClassName
 {
   background-color: #879CB9;
 }
 .BgClassName
 {
   background-color: #879CB9;
 }
</style>

border-color css

<style>
 span { border-color: #879CB9; }

 span { border-color: rgb(135,156,185); }

 td.TdClassName
 {
   border-color: #879CB9;
 }
 .TagClassName
 {
   border-color: #879CB9;
 }
</style>