Shades of Rock Blue #879FBA
Tints of Rock Blue #879FBA
RGB
CMYK
RGB Variations
Color information
#879FBA (or 0x879FBA) is known color: Rock Blue. HEX triplet: 87, 9F and BA. RGB value is (135,159,186). Sum of RGB (Red+Green+Blue) = 135+159+186=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #879FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FBA is #786045. Grayscale: #9A9A9A. Windows color (decimal): -7888966 or 12230535. OLE color: 12230535.
HSL color Cylindrical-coordinate representation of color #879FBA: hue angle of 211.76º 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 #879FBA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 159 | 186 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.27 |
| HSL | 211.76º | 0.27% | 0.63% | - |
| HSV(B) | 211.76º | 0.27% | 0.73% | - |
| XYZ | 31.25 | 33.49 | 51.27 | - |
| YUV | 154.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 186 | 0.27 | 0.15 | 0 | 0.27 | 211.76 | 0.27 | 0.63 |
| Hex | 87 | 9F | BA | 1B | F | 0 | 1B | D4 | 1B | 3F |
| Octal | 207 | 237 | 272 | 33 | 17 | 0 | 33 | 324 | 33 | 77 |
| Binary | 10000111 | 10011111 | 10111010 | 11011 | 1111 | 0 | 11011 | 11010100 | 11011 | 111111 |
Color Harmonies of #879FBA
Complementary color
Monochromatic Colors of #879FBA
Black with #879FBA
Text Example
Text Example
White with #879FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FBA; }
p { color: rgb(135,159,186); }
H1.HeaderClassName
{
color: #879FBA;
}
.AnyTagClassName
{
color: #879FBA;
}
</style>
background-color css
<style>
a { background-color: #879FBA; }
a { background-color: rgb(135,159,186); }
div.DivClassName
{
background-color: #879FBA;
}
.BgClassName
{
background-color: #879FBA;
}
</style>
border-color css
<style>
span { border-color: #879FBA; }
span { border-color: rgb(135,159,186); }
td.TdClassName
{
border-color: #879FBA;
}
.TagClassName
{
border-color: #879FBA;
}
</style>