Shades of Rock Blue #879AB7
Tints of Rock Blue #879AB7
RGB
CMYK
RGB Variations
Color information
#879AB7 (or 0x879AB7) is known color: Rock Blue. HEX triplet: 87, 9A and B7. RGB value is (135,154,183). Sum of RGB (Red+Green+Blue) = 135+154+183=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #879AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879AB7 is #786548. Grayscale: #979797. Windows color (decimal): -7890249 or 12032647. OLE color: 12032647.
HSL color Cylindrical-coordinate representation of color #879AB7: hue angle of 216.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #879AB7 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 154 | 183 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.28 |
| HSL | 216.25º | 0.25% | 0.62% | - |
| HSV(B) | 216.25º | 0.26% | 0.72% | - |
| XYZ | 30.09 | 31.68 | 49.33 | - |
| YUV | 151.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 154 | 183 | 0.26 | 0.16 | 0 | 0.28 | 216.25 | 0.25 | 0.62 |
| Hex | 87 | 9A | B7 | 1A | 10 | 0 | 1C | D8 | 19 | 3E |
| Octal | 207 | 232 | 267 | 32 | 20 | 0 | 34 | 330 | 31 | 76 |
| Binary | 10000111 | 10011010 | 10110111 | 11010 | 10000 | 0 | 11100 | 11011000 | 11001 | 111110 |
Color Harmonies of #879AB7
Complementary color
Monochromatic Colors of #879AB7
Black with #879AB7
Text Example
Text Example
White with #879AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879AB7; }
p { color: rgb(135,154,183); }
H1.HeaderClassName
{
color: #879AB7;
}
.AnyTagClassName
{
color: #879AB7;
}
</style>
background-color css
<style>
a { background-color: #879AB7; }
a { background-color: rgb(135,154,183); }
div.DivClassName
{
background-color: #879AB7;
}
.BgClassName
{
background-color: #879AB7;
}
</style>
border-color css
<style>
span { border-color: #879AB7; }
span { border-color: rgb(135,154,183); }
td.TdClassName
{
border-color: #879AB7;
}
.TagClassName
{
border-color: #879AB7;
}
</style>