Shades of Rock Blue #879DBE
Tints of Rock Blue #879DBE
RGB
CMYK
RGB Variations
Color information
#879DBE (or 0x879DBE) is known color: Rock Blue. HEX triplet: 87, 9D and BE. RGB value is (135,157,190). Sum of RGB (Red+Green+Blue) = 135+157+190=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #879DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DBE is #786241. Grayscale: #9A9A9A. Windows color (decimal): -7889474 or 12492167. OLE color: 12492167.
HSL color Cylindrical-coordinate representation of color #879DBE: hue angle of 216º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #879DBE is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 157 | 190 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.25 |
| HSL | 216º | 0.3% | 0.64% | - |
| HSV(B) | 216º | 0.29% | 0.75% | - |
| XYZ | 31.34 | 32.98 | 53.43 | - |
| YUV | 154.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 190 | 0.29 | 0.17 | 0 | 0.25 | 216 | 0.3 | 0.64 |
| Hex | 87 | 9D | BE | 1D | 11 | 0 | 19 | D8 | 1E | 40 |
| Octal | 207 | 235 | 276 | 35 | 21 | 0 | 31 | 330 | 36 | 100 |
| Binary | 10000111 | 10011101 | 10111110 | 11101 | 10001 | 0 | 11001 | 11011000 | 11110 | 1000000 |
Color Harmonies of #879DBE
Complementary color
Monochromatic Colors of #879DBE
Black with #879DBE
Text Example
Text Example
White with #879DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DBE; }
p { color: rgb(135,157,190); }
H1.HeaderClassName
{
color: #879DBE;
}
.AnyTagClassName
{
color: #879DBE;
}
</style>
background-color css
<style>
a { background-color: #879DBE; }
a { background-color: rgb(135,157,190); }
div.DivClassName
{
background-color: #879DBE;
}
.BgClassName
{
background-color: #879DBE;
}
</style>
border-color css
<style>
span { border-color: #879DBE; }
span { border-color: rgb(135,157,190); }
td.TdClassName
{
border-color: #879DBE;
}
.TagClassName
{
border-color: #879DBE;
}
</style>