#879CBF

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

Shades of Rock Blue #879CBF

Tints of Rock Blue #879CBF

Color information

#879CBF (or 0x879CBF) is unknown color: approx Rock Blue. HEX triplet: 87, 9C and BF. RGB value is (135,156,191). Sum of RGB (Red+Green+Blue) = 135+156+191=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #879CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBF is #786340. Grayscale: #999999. Windows color (decimal): -7889729 or 12557447. OLE color: 12557447.

HSL color Cylindrical-coordinate representation of color #879CBF: hue angle of 217.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #879CBF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135156191-
CMYK0.290.1800.25
HSL217.5º30.43%63.92%-
HSV(B)217.5º29.32%74.9%-
XYZ31.2832.6953.95-
YUV153.71149.04114.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.01%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 191 (75% from 255) = 39.63%
R=28.01%
G=32.37%
B=39.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351561910.290.1800.25217.530.4363.92
Hex879CBF1D12019da1e40
Octal207234277352203133236100
Binary100001111001110010111111111011001001100111011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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