Shades of Rock Blue #879DC0
Tints of Rock Blue #879DC0
RGB
CMYK
RGB Variations
Color information
#879DC0 (or 0x879DC0) is known color: Rock Blue. HEX triplet: 87, 9D and C0. RGB value is (135,157,192). Sum of RGB (Red+Green+Blue) = 135+157+192=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #879DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DC0 is #78623F. Grayscale: #9A9A9A. Windows color (decimal): -7889472 or 12623239. OLE color: 12623239.
HSL color Cylindrical-coordinate representation of color #879DC0: hue angle of 216.84º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879DC0 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 157 | 192 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.25 |
| HSL | 216.84º | 0.31% | 0.64% | - |
| HSV(B) | 216.84º | 0.3% | 0.75% | - |
| XYZ | 31.56 | 33.07 | 54.59 | - |
| YUV | 154.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 192 | 0.30 | 0.18 | 0 | 0.25 | 216.84 | 0.31 | 0.64 |
| Hex | 87 | 9D | C0 | 1E | 12 | 0 | 19 | D9 | 1F | 40 |
| Octal | 207 | 235 | 300 | 36 | 22 | 0 | 31 | 331 | 37 | 100 |
| Binary | 10000111 | 10011101 | 11000000 | 11110 | 10010 | 0 | 11001 | 11011001 | 11111 | 1000000 |
Color Harmonies of #879DC0
Complementary color
Monochromatic Colors of #879DC0
Black with #879DC0
Text Example
Text Example
White with #879DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DC0; }
p { color: rgb(135,157,192); }
H1.HeaderClassName
{
color: #879DC0;
}
.AnyTagClassName
{
color: #879DC0;
}
</style>
background-color css
<style>
a { background-color: #879DC0; }
a { background-color: rgb(135,157,192); }
div.DivClassName
{
background-color: #879DC0;
}
.BgClassName
{
background-color: #879DC0;
}
</style>
border-color css
<style>
span { border-color: #879DC0; }
span { border-color: rgb(135,157,192); }
td.TdClassName
{
border-color: #879DC0;
}
.TagClassName
{
border-color: #879DC0;
}
</style>