Shades of Rock Blue #879BBA
Tints of Rock Blue #879BBA
RGB
CMYK
RGB Variations
Color information
#879BBA (or 0x879BBA) is known color: Rock Blue. HEX triplet: 87, 9B and BA. RGB value is (135,155,186). Sum of RGB (Red+Green+Blue) = 135+155+186=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #879BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BBA is #786445. Grayscale: #989898. Windows color (decimal): -7889990 or 12229511. OLE color: 12229511.
HSL color Cylindrical-coordinate representation of color #879BBA: hue angle of 216.47º 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 #879BBA is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 155 | 186 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.27 |
| HSL | 216.47º | 0.27% | 0.63% | - |
| HSV(B) | 216.47º | 0.27% | 0.73% | - |
| XYZ | 30.58 | 32.14 | 51.05 | - |
| YUV | 152.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 186 | 0.27 | 0.17 | 0 | 0.27 | 216.47 | 0.27 | 0.63 |
| Hex | 87 | 9B | BA | 1B | 11 | 0 | 1B | D8 | 1B | 3F |
| Octal | 207 | 233 | 272 | 33 | 21 | 0 | 33 | 330 | 33 | 77 |
| Binary | 10000111 | 10011011 | 10111010 | 11011 | 10001 | 0 | 11011 | 11011000 | 11011 | 111111 |
Color Harmonies of #879BBA
Complementary color
Monochromatic Colors of #879BBA
Black with #879BBA
Text Example
Text Example
White with #879BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BBA; }
p { color: rgb(135,155,186); }
H1.HeaderClassName
{
color: #879BBA;
}
.AnyTagClassName
{
color: #879BBA;
}
</style>
background-color css
<style>
a { background-color: #879BBA; }
a { background-color: rgb(135,155,186); }
div.DivClassName
{
background-color: #879BBA;
}
.BgClassName
{
background-color: #879BBA;
}
</style>
border-color css
<style>
span { border-color: #879BBA; }
span { border-color: rgb(135,155,186); }
td.TdClassName
{
border-color: #879BBA;
}
.TagClassName
{
border-color: #879BBA;
}
</style>