Shades of Rock Blue #879DBB
Tints of Rock Blue #879DBB
RGB
CMYK
RGB Variations
Color information
#879DBB (or 0x879DBB) is known color: Rock Blue. HEX triplet: 87, 9D and BB. RGB value is (135,157,187). Sum of RGB (Red+Green+Blue) = 135+157+187=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 187 - color contains mainly: blue. Hex color #879DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DBB is #786244. Grayscale: #999999. Windows color (decimal): -7889477 or 12295559. OLE color: 12295559.
HSL color Cylindrical-coordinate representation of color #879DBB: hue angle of 214.62º 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 #879DBB is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 157 | 187 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.27 |
| HSL | 214.62º | 0.28% | 0.63% | - |
| HSV(B) | 214.62º | 0.28% | 0.73% | - |
| XYZ | 31.02 | 32.85 | 51.72 | - |
| YUV | 153.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 187 | 0.28 | 0.16 | 0 | 0.27 | 214.62 | 0.28 | 0.63 |
| Hex | 87 | 9D | BB | 1C | 10 | 0 | 1B | D7 | 1C | 3F |
| Octal | 207 | 235 | 273 | 34 | 20 | 0 | 33 | 327 | 34 | 77 |
| Binary | 10000111 | 10011101 | 10111011 | 11100 | 10000 | 0 | 11011 | 11010111 | 11100 | 111111 |
Color Harmonies of #879DBB
Complementary color
Monochromatic Colors of #879DBB
Black with #879DBB
Text Example
Text Example
White with #879DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DBB; }
p { color: rgb(135,157,187); }
H1.HeaderClassName
{
color: #879DBB;
}
.AnyTagClassName
{
color: #879DBB;
}
</style>
background-color css
<style>
a { background-color: #879DBB; }
a { background-color: rgb(135,157,187); }
div.DivClassName
{
background-color: #879DBB;
}
.BgClassName
{
background-color: #879DBB;
}
</style>
border-color css
<style>
span { border-color: #879DBB; }
span { border-color: rgb(135,157,187); }
td.TdClassName
{
border-color: #879DBB;
}
.TagClassName
{
border-color: #879DBB;
}
</style>