#879EB9

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

Shades of Rock Blue #879EB9

Tints of Rock Blue #879EB9

Color information

#879EB9 (or 0x879EB9) is unknown color: approx Rock Blue. HEX triplet: 87, 9E and B9. RGB value is (135,158,185). Sum of RGB (Red+Green+Blue) = 135+158+185=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #879EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EB9 is #786146. Grayscale: #9A9A9A. Windows color (decimal): -7889223 or 12164743. OLE color: 12164743.

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

Color convert

RGB135158185-
CMYK0.270.1500.27
HSL212.4º26.32%62.75%-
HSV(B)212.4º27.03%72.55%-
XYZ30.9833.1150.66-
YUV154.2145.38114.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 158 (62.11% from 255) = 33.05%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=28.24%
G=33.05%
B=38.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351581850.270.1500.27212.426.3262.75
Hex879EB91BF01Bd41a3f
Octal20723627133170333243277
Binary1000011110011110101110011101111110110111101010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,158,185); }

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

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

 a { background-color: rgb(135,158,185); }

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

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

 span { border-color: rgb(135,158,185); }

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