#879BB6

Color #879BB6 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #879BB6

Tints of Rock Blue #879BB6

Color information

#879BB6 (or 0x879BB6) is unknown color: approx Rock Blue. HEX triplet: 87, 9B and B6. RGB value is (135,155,182). Sum of RGB (Red+Green+Blue) = 135+155+182=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 182 - color contains mainly: blue. Hex color #879BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BB6 is #786449. Grayscale: #979797. Windows color (decimal): -7889994 or 11967367. OLE color: 11967367.

HSL color Cylindrical-coordinate representation of color #879BB6: hue angle of 214.47º 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 #879BB6 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135155182-
CMYK0.260.1500.29
HSL214.47º24.35%62.16%-
HSV(B)214.47º25.82%71.37%-
XYZ30.1631.9748.84-
YUV152.1144.87115.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 155 (60.94% from 255) = 32.84%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=28.60%
G=32.84%
B=38.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351551820.260.1500.29214.4724.3562.16
Hex879BB61AF01Dd6183e
Octal20723326632170353263076
Binary1000011110011011101101101101011110111011101011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #879BB6;
 }
 .AnyTagClassName
 {
   color: #879BB6;
 }
</style>
background-color css

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

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

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

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

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

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