Shades of Rock Blue #879CB5
Tints of Rock Blue #879CB5
RGB
CMYK
RGB Variations
Color information
#879CB5 (or 0x879CB5) is known color: Rock Blue. HEX triplet: 87, 9C and B5. RGB value is (135,156,181). Sum of RGB (Red+Green+Blue) = 135+156+181=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 181 - color contains mainly: blue. Hex color #879CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CB5 is #78634A. Grayscale: #989898. Windows color (decimal): -7889739 or 11902087. OLE color: 11902087.
HSL color Cylindrical-coordinate representation of color #879CB5: hue angle of 212.61º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879CB5 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 156 | 181 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.29 |
| HSL | 212.61º | 0.24% | 0.62% | - |
| HSV(B) | 212.61º | 0.25% | 0.71% | - |
| XYZ | 30.22 | 32.26 | 48.35 | - |
| YUV | 152.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 181 | 0.25 | 0.14 | 0 | 0.29 | 212.61 | 0.24 | 0.62 |
| Hex | 87 | 9C | B5 | 19 | E | 0 | 1D | D5 | 18 | 3E |
| Octal | 207 | 234 | 265 | 31 | 16 | 0 | 35 | 325 | 30 | 76 |
| Binary | 10000111 | 10011100 | 10110101 | 11001 | 1110 | 0 | 11101 | 11010101 | 11000 | 111110 |
Color Harmonies of #879CB5
Complementary color
Monochromatic Colors of #879CB5
Black with #879CB5
Text Example
Text Example
White with #879CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CB5; }
p { color: rgb(135,156,181); }
H1.HeaderClassName
{
color: #879CB5;
}
.AnyTagClassName
{
color: #879CB5;
}
</style>
background-color css
<style>
a { background-color: #879CB5; }
a { background-color: rgb(135,156,181); }
div.DivClassName
{
background-color: #879CB5;
}
.BgClassName
{
background-color: #879CB5;
}
</style>
border-color css
<style>
span { border-color: #879CB5; }
span { border-color: rgb(135,156,181); }
td.TdClassName
{
border-color: #879CB5;
}
.TagClassName
{
border-color: #879CB5;
}
</style>