Html Css Color HEX #879FB6 Rock Blue

📋 copy color: '#879FB6'

red 135 ◦ green 159 ◦ blue 182

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

Shades of Rock Blue #879FB6

Tints of Rock Blue #879FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 182 (71.48% from 255) = 38.24%

R = 28.36%
G = 33.4%
B = 38.24%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#879FB6 (or 0x879FB6) is known color: Rock Blue. HEX triplet: 87, 9F and B6. RGB value is (135,159,182). Sum of RGB (Red+Green+Blue) = 135+159+182=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #879FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FB6 is #786049. Grayscale: #9A9A9A. Windows color (decimal): -7888970 or 11968391. OLE color: 11968391.

HSL color Cylindrical-coordinate representation of color #879FB6: hue angle of 209.36º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #879FB6 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 159 182 -
CMYK 0.26 0.13 0 0.29
HSL 209.36º 0.24% 0.62% -
HSV(B) 209.36º 0.26% 0.71% -
XYZ 30.83 33.32 49.06 -
YUV 154.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 135 159 182 0.26 0.13 0 0.29 209.36 0.24 0.62
Hex 87 9F B6 1A D 0 1D D1 18 3E
Octal 207 237 266 32 15 0 35 321 30 76
Binary 10000111 10011111 10110110 11010 1101 0 11101 11010001 11000 111110

Color Harmonies of #879FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FB6

Black with #879FB6

Text Example


Text Example

White with #879FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,159,182); }

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

background-color css

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

 a { background-color: rgb(135,159,182); }

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

border-color css

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

 span { border-color: rgb(135,159,182); }

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