#879CBD

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

Shades of Rock Blue #879CBD

Tints of Rock Blue #879CBD

Color information

#879CBD (or 0x879CBD) is unknown color: approx Rock Blue. HEX triplet: 87, 9C and BD. RGB value is (135,156,189). Sum of RGB (Red+Green+Blue) = 135+156+189=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #879CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBD is #786342. Grayscale: #999999. Windows color (decimal): -7889731 or 12426375. OLE color: 12426375.

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

Color convert

RGB135156189-
CMYK0.290.1700.26
HSL216.67º29.03%63.53%-
HSV(B)216.67º28.57%74.12%-
XYZ31.0732.652.8-
YUV153.48148.04114.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.12%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=28.12%
G=32.5%
B=39.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351561890.290.1700.26216.6729.0363.53
Hex879CBD1D1101Ad91d40
Octal207234275352103233135100
Binary100001111001110010111101111011000101101011011001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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