Shades of Rock Blue #879DB6
Tints of Rock Blue #879DB6
RGB
CMYK
RGB Variations
Color information
#879DB6 (or 0x879DB6) is known color: Rock Blue. HEX triplet: 87, 9D and B6. RGB value is (135,157,182). Sum of RGB (Red+Green+Blue) = 135+157+182=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #879DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DB6 is #786249. Grayscale: #999999. Windows color (decimal): -7889482 or 11967879. OLE color: 11967879.
HSL color Cylindrical-coordinate representation of color #879DB6: hue angle of 211.91º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #879DB6 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 157 | 182 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.29 |
| HSL | 211.91º | 0.24% | 0.62% | - |
| HSV(B) | 211.91º | 0.26% | 0.71% | - |
| XYZ | 30.49 | 32.64 | 48.95 | - |
| YUV | 153.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 182 | 0.26 | 0.14 | 0 | 0.29 | 211.91 | 0.24 | 0.62 |
| Hex | 87 | 9D | B6 | 1A | E | 0 | 1D | D4 | 18 | 3E |
| Octal | 207 | 235 | 266 | 32 | 16 | 0 | 35 | 324 | 30 | 76 |
| Binary | 10000111 | 10011101 | 10110110 | 11010 | 1110 | 0 | 11101 | 11010100 | 11000 | 111110 |
Color Harmonies of #879DB6
Complementary color
Monochromatic Colors of #879DB6
Black with #879DB6
Text Example
Text Example
White with #879DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DB6; }
p { color: rgb(135,157,182); }
H1.HeaderClassName
{
color: #879DB6;
}
.AnyTagClassName
{
color: #879DB6;
}
</style>
background-color css
<style>
a { background-color: #879DB6; }
a { background-color: rgb(135,157,182); }
div.DivClassName
{
background-color: #879DB6;
}
.BgClassName
{
background-color: #879DB6;
}
</style>
border-color css
<style>
span { border-color: #879DB6; }
span { border-color: rgb(135,157,182); }
td.TdClassName
{
border-color: #879DB6;
}
.TagClassName
{
border-color: #879DB6;
}
</style>