#879FBB

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

Shades of Rock Blue #879FBB

Tints of Rock Blue #879FBB

Color information

#879FBB (or 0x879FBB) is unknown color: approx Rock Blue. HEX triplet: 87, 9F and BB. RGB value is (135,159,187). Sum of RGB (Red+Green+Blue) = 135+159+187=481 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.07% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #879FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FBB is #786044. Grayscale: #9A9A9A. Windows color (decimal): -7888965 or 12296071. OLE color: 12296071.

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

Color convert

RGB135159187-
CMYK0.280.1500.27
HSL212.31º27.66%63.14%-
HSV(B)212.31º27.81%73.33%-
XYZ31.3633.5451.83-
YUV155.02146.05113.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.07%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=28.07%
G=33.06%
B=38.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351591870.280.1500.27212.3127.6663.14
Hex879FBB1CF01Bd41c3f
Octal20723727334170333243477
Binary1000011110011111101110111110011110110111101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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