#879BBC

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

Shades of Rock Blue #879BBC

Tints of Rock Blue #879BBC

Color information

#879BBC (or 0x879BBC) is unknown color: approx Rock Blue. HEX triplet: 87, 9B and BC. RGB value is (135,155,188). Sum of RGB (Red+Green+Blue) = 135+155+188=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #879BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BBC is #786443. Grayscale: #989898. Windows color (decimal): -7889988 or 12360583. OLE color: 12360583.

HSL color Cylindrical-coordinate representation of color #879BBC: hue angle of 217.36º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879BBC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135155188-
CMYK0.280.1800.26
HSL217.36º28.34%63.33%-
HSV(B)217.36º28.19%73.73%-
XYZ30.7932.2252.17-
YUV152.78147.87115.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.24%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=28.24%
G=32.43%
B=39.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351551880.280.1800.26217.3628.3463.33
Hex879BBC1C1201Ad91c3f
Octal20723327434220323313477
Binary10000111100110111011110011100100100110101101100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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