#879BBB

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

Shades of Rock Blue #879BBB

Tints of Rock Blue #879BBB

Color information

#879BBB (or 0x879BBB) is unknown color: approx Rock Blue. HEX triplet: 87, 9B and BB. RGB value is (135,155,187). Sum of RGB (Red+Green+Blue) = 135+155+187=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #879BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BBB is #786444. Grayscale: #989898. Windows color (decimal): -7889989 or 12295047. OLE color: 12295047.

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

Color convert

RGB135155187-
CMYK0.280.1700.27
HSL216.92º27.66%63.14%-
HSV(B)216.92º27.81%73.33%-
XYZ30.6832.1851.61-
YUV152.67147.37115.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=28.30%
G=32.49%
B=39.20%

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
Decimal1351551870.280.1700.27216.9227.6663.14
Hex879BBB1C1101Bd91c3f
Octal20723327334210333313477
Binary10000111100110111011101111100100010110111101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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