Shades of Rock Blue #879BB5
Tints of Rock Blue #879BB5
RGB
CMYK
RGB Variations
Color information
#879BB5 (or 0x879BB5) is known color: Rock Blue. HEX triplet: 87, 9B and B5. RGB value is (135,155,181). Sum of RGB (Red+Green+Blue) = 135+155+181=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #879BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BB5 is #78644A. Grayscale: #979797. Windows color (decimal): -7889995 or 11901831. OLE color: 11901831.
HSL color Cylindrical-coordinate representation of color #879BB5: hue angle of 213.91º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879BB5 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 155 | 181 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.29 |
| HSL | 213.91º | 0.24% | 0.62% | - |
| HSV(B) | 213.91º | 0.25% | 0.71% | - |
| XYZ | 30.05 | 31.93 | 48.3 | - |
| YUV | 151.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 181 | 0.25 | 0.14 | 0 | 0.29 | 213.91 | 0.24 | 0.62 |
| Hex | 87 | 9B | B5 | 19 | E | 0 | 1D | D6 | 18 | 3E |
| Octal | 207 | 233 | 265 | 31 | 16 | 0 | 35 | 326 | 30 | 76 |
| Binary | 10000111 | 10011011 | 10110101 | 11001 | 1110 | 0 | 11101 | 11010110 | 11000 | 111110 |
Color Harmonies of #879BB5
Complementary color
Monochromatic Colors of #879BB5
Black with #879BB5
Text Example
Text Example
White with #879BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BB5; }
p { color: rgb(135,155,181); }
H1.HeaderClassName
{
color: #879BB5;
}
.AnyTagClassName
{
color: #879BB5;
}
</style>
background-color css
<style>
a { background-color: #879BB5; }
a { background-color: rgb(135,155,181); }
div.DivClassName
{
background-color: #879BB5;
}
.BgClassName
{
background-color: #879BB5;
}
</style>
border-color css
<style>
span { border-color: #879BB5; }
span { border-color: rgb(135,155,181); }
td.TdClassName
{
border-color: #879BB5;
}
.TagClassName
{
border-color: #879BB5;
}
</style>