Shades of Rock Blue #879EBA
Tints of Rock Blue #879EBA
RGB
CMYK
RGB Variations
Color information
#879EBA (or 0x879EBA) is known color: Rock Blue. HEX triplet: 87, 9E and BA. RGB value is (135,158,186). Sum of RGB (Red+Green+Blue) = 135+158+186=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #879EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EBA is #786145. Grayscale: #9A9A9A. Windows color (decimal): -7889222 or 12230279. OLE color: 12230279.
HSL color Cylindrical-coordinate representation of color #879EBA: hue angle of 212.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #879EBA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 158 | 186 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.27 |
| HSL | 212.94º | 0.27% | 0.63% | - |
| HSV(B) | 212.94º | 0.27% | 0.73% | - |
| XYZ | 31.08 | 33.15 | 51.21 | - |
| YUV | 154.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 186 | 0.27 | 0.15 | 0 | 0.27 | 212.94 | 0.27 | 0.63 |
| Hex | 87 | 9E | BA | 1B | F | 0 | 1B | D5 | 1B | 3F |
| Octal | 207 | 236 | 272 | 33 | 17 | 0 | 33 | 325 | 33 | 77 |
| Binary | 10000111 | 10011110 | 10111010 | 11011 | 1111 | 0 | 11011 | 11010101 | 11011 | 111111 |
Color Harmonies of #879EBA
Complementary color
Monochromatic Colors of #879EBA
Black with #879EBA
Text Example
Text Example
White with #879EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EBA; }
p { color: rgb(135,158,186); }
H1.HeaderClassName
{
color: #879EBA;
}
.AnyTagClassName
{
color: #879EBA;
}
</style>
background-color css
<style>
a { background-color: #879EBA; }
a { background-color: rgb(135,158,186); }
div.DivClassName
{
background-color: #879EBA;
}
.BgClassName
{
background-color: #879EBA;
}
</style>
border-color css
<style>
span { border-color: #879EBA; }
span { border-color: rgb(135,158,186); }
td.TdClassName
{
border-color: #879EBA;
}
.TagClassName
{
border-color: #879EBA;
}
</style>