#879CB9

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

Shades of Rock Blue #879CB9

Tints of Rock Blue #879CB9

Color information

#879CB9 (or 0x879CB9) is unknown color: approx 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

RGB135156185-
CMYK0.270.1600.27
HSL214.8º26.32%62.75%-
HSV(B)214.8º27.03%72.55%-
XYZ30.6432.4350.54-
YUV153.03146.04115.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% 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 (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351561850.270.1600.27214.826.3262.75
Hex879CB91B1001Bd71a3f
Octal20723427133200333273277
Binary10000111100111001011100111011100000110111101011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>