#879CBA

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

Shades of Rock Blue #879CBA

Tints of Rock Blue #879CBA

Color information

#879CBA (or 0x879CBA) is unknown color: approx Rock Blue. HEX triplet: 87, 9C and BA. RGB value is (135,156,186). Sum of RGB (Red+Green+Blue) = 135+156+186=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #879CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBA is #786345. Grayscale: #999999. Windows color (decimal): -7889734 or 12229767. OLE color: 12229767.

HSL color Cylindrical-coordinate representation of color #879CBA: hue angle of 215.29º degrees, saturation: 0.27, 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 #879CBA is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB135156186-
CMYK0.270.1600.27
HSL215.29º26.98%62.94%-
HSV(B)215.29º27.42%72.94%-
XYZ30.7432.4751.1-
YUV153.14146.54115.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=28.30%
G=32.70%
B=38.99%

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
Decimal1351561860.270.1600.27215.2926.9862.94
Hex879CBA1B1001Bd71b3f
Octal20723427233200333273377
Binary10000111100111001011101011011100000110111101011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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