Shades of Rock Blue #879DBF
Tints of Rock Blue #879DBF
RGB
CMYK
RGB Variations
Color information
#879DBF (or 0x879DBF) is known color: Rock Blue. HEX triplet: 87, 9D and BF. RGB value is (135,157,191). Sum of RGB (Red+Green+Blue) = 135+157+191=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #879DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DBF is #786240. Grayscale: #9A9A9A. Windows color (decimal): -7889473 or 12557703. OLE color: 12557703.
HSL color Cylindrical-coordinate representation of color #879DBF: hue angle of 216.43º 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 #879DBF is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 157 | 191 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.25 |
| HSL | 216.43º | 0.3% | 0.64% | - |
| HSV(B) | 216.43º | 0.29% | 0.75% | - |
| XYZ | 31.45 | 33.03 | 54.01 | - |
| YUV | 154.3 | 148.71 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 191 | 0.29 | 0.18 | 0 | 0.25 | 216.43 | 0.3 | 0.64 |
| Hex | 87 | 9D | BF | 1D | 12 | 0 | 19 | D8 | 1E | 40 |
| Octal | 207 | 235 | 277 | 35 | 22 | 0 | 31 | 330 | 36 | 100 |
| Binary | 10000111 | 10011101 | 10111111 | 11101 | 10010 | 0 | 11001 | 11011000 | 11110 | 1000000 |
Color Harmonies of #879DBF
Complementary color
Monochromatic Colors of #879DBF
Black with #879DBF
Text Example
Text Example
White with #879DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DBF; }
p { color: rgb(135,157,191); }
H1.HeaderClassName
{
color: #879DBF;
}
.AnyTagClassName
{
color: #879DBF;
}
</style>
background-color css
<style>
a { background-color: #879DBF; }
a { background-color: rgb(135,157,191); }
div.DivClassName
{
background-color: #879DBF;
}
.BgClassName
{
background-color: #879DBF;
}
</style>
border-color css
<style>
span { border-color: #879DBF; }
span { border-color: rgb(135,157,191); }
td.TdClassName
{
border-color: #879DBF;
}
.TagClassName
{
border-color: #879DBF;
}
</style>