Shades of Rock Blue #879CC0
Tints of Rock Blue #879CC0
RGB
CMYK
RGB Variations
Color information
#879CC0 (or 0x879CC0) is known color: Rock Blue. HEX triplet: 87, 9C and C0. RGB value is (135,156,192). Sum of RGB (Red+Green+Blue) = 135+156+192=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #879CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CC0 is #78633F. Grayscale: #999999. Windows color (decimal): -7889728 or 12622983. OLE color: 12622983.
HSL color Cylindrical-coordinate representation of color #879CC0: hue angle of 217.89º 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 #879CC0 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 156 | 192 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.25 |
| HSL | 217.89º | 0.31% | 0.64% | - |
| HSV(B) | 217.89º | 0.3% | 0.75% | - |
| XYZ | 31.39 | 32.73 | 54.53 | - |
| YUV | 153.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 192 | 0.30 | 0.19 | 0 | 0.25 | 217.89 | 0.31 | 0.64 |
| Hex | 87 | 9C | C0 | 1E | 13 | 0 | 19 | DA | 1F | 40 |
| Octal | 207 | 234 | 300 | 36 | 23 | 0 | 31 | 332 | 37 | 100 |
| Binary | 10000111 | 10011100 | 11000000 | 11110 | 10011 | 0 | 11001 | 11011010 | 11111 | 1000000 |
Color Harmonies of #879CC0
Complementary color
Monochromatic Colors of #879CC0
Black with #879CC0
Text Example
Text Example
White with #879CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CC0; }
p { color: rgb(135,156,192); }
H1.HeaderClassName
{
color: #879CC0;
}
.AnyTagClassName
{
color: #879CC0;
}
</style>
background-color css
<style>
a { background-color: #879CC0; }
a { background-color: rgb(135,156,192); }
div.DivClassName
{
background-color: #879CC0;
}
.BgClassName
{
background-color: #879CC0;
}
</style>
border-color css
<style>
span { border-color: #879CC0; }
span { border-color: rgb(135,156,192); }
td.TdClassName
{
border-color: #879CC0;
}
.TagClassName
{
border-color: #879CC0;
}
</style>