#879CBB

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

Shades of Rock Blue #879CBB

Tints of Rock Blue #879CBB

Color information

#879CBB (or 0x879CBB) is unknown color: approx Rock Blue. HEX triplet: 87, 9C and BB. RGB value is (135,156,187). Sum of RGB (Red+Green+Blue) = 135+156+187=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #879CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBB is #786344. Grayscale: #999999. Windows color (decimal): -7889733 or 12295303. OLE color: 12295303.

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

Color convert

RGB135156187-
CMYK0.280.1700.27
HSL215.77º27.66%63.14%-
HSV(B)215.77º27.81%73.33%-
XYZ30.8532.5251.66-
YUV153.26147.04114.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=28.24%
G=32.64%
B=39.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351561870.280.1700.27215.7727.6663.14
Hex879CBB1C1101Bd81c3f
Octal20723427334210333303477
Binary10000111100111001011101111100100010110111101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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