Shades of Rock Blue #879CBB
Tints of Rock Blue #879CBB
RGB
CMYK
RGB Variations
Color information
#879CBB (or 0x879CBB) is known color: Rock Blue. HEX triplet: 87, 9C and BB. RGB value is (135,156,187). Sum of RGB (Red+Green+Blue) = 135+156+187=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #879CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CBB is #786344. Grayscale: #999999. Windows color (decimal): -7889733 or 12295303. OLE color: 12295303.
HSL color Cylindrical-coordinate representation of color #879CBB: hue angle of 215.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #879CBB is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 156 | 187 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.27 |
| HSL | 215.77º | 0.28% | 0.63% | - |
| HSV(B) | 215.77º | 0.28% | 0.73% | - |
| XYZ | 30.85 | 32.52 | 51.66 | - |
| YUV | 153.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 187 | 0.28 | 0.17 | 0 | 0.27 | 215.77 | 0.28 | 0.63 |
| Hex | 87 | 9C | BB | 1C | 11 | 0 | 1B | D8 | 1C | 3F |
| Octal | 207 | 234 | 273 | 34 | 21 | 0 | 33 | 330 | 34 | 77 |
| Binary | 10000111 | 10011100 | 10111011 | 11100 | 10001 | 0 | 11011 | 11011000 | 11100 | 111111 |
Color Harmonies of #879CBB
Complementary color
Monochromatic Colors of #879CBB
Black with #879CBB
Text Example
Text Example
White with #879CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CBB; }
p { color: rgb(135,156,187); }
H1.HeaderClassName
{
color: #879CBB;
}
.AnyTagClassName
{
color: #879CBB;
}
</style>
background-color css
<style>
a { background-color: #879CBB; }
a { background-color: rgb(135,156,187); }
div.DivClassName
{
background-color: #879CBB;
}
.BgClassName
{
background-color: #879CBB;
}
</style>
border-color css
<style>
span { border-color: #879CBB; }
span { border-color: rgb(135,156,187); }
td.TdClassName
{
border-color: #879CBB;
}
.TagClassName
{
border-color: #879CBB;
}
</style>