Shades of Rock Blue #87A0BD
Tints of Rock Blue #87A0BD
RGB
CMYK
RGB Variations
Color information
#87A0BD (or 0x87A0BD) is known color: Rock Blue. HEX triplet: 87, A0 and BD. RGB value is (135,160,189). Sum of RGB (Red+Green+Blue) = 135+160+189=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #87A0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A0BD is #785F42. Grayscale: #9B9B9B. Windows color (decimal): -7888707 or 12427399. OLE color: 12427399.
HSL color Cylindrical-coordinate representation of color #87A0BD: hue angle of 212.22º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A0BD is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 160 | 189 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.26 |
| HSL | 212.22º | 0.29% | 0.64% | - |
| HSV(B) | 212.22º | 0.29% | 0.74% | - |
| XYZ | 31.75 | 33.97 | 53.03 | - |
| YUV | 155.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 189 | 0.29 | 0.15 | 0 | 0.26 | 212.22 | 0.29 | 0.64 |
| Hex | 87 | A0 | BD | 1D | F | 0 | 1A | D4 | 1D | 40 |
| Octal | 207 | 240 | 275 | 35 | 17 | 0 | 32 | 324 | 35 | 100 |
| Binary | 10000111 | 10100000 | 10111101 | 11101 | 1111 | 0 | 11010 | 11010100 | 11101 | 1000000 |
Color Harmonies of #87A0BD
Complementary color
Monochromatic Colors of #87A0BD
Black with #87A0BD
Text Example
Text Example
White with #87A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A0BD; }
p { color: rgb(135,160,189); }
H1.HeaderClassName
{
color: #87A0BD;
}
.AnyTagClassName
{
color: #87A0BD;
}
</style>
background-color css
<style>
a { background-color: #87A0BD; }
a { background-color: rgb(135,160,189); }
div.DivClassName
{
background-color: #87A0BD;
}
.BgClassName
{
background-color: #87A0BD;
}
</style>
border-color css
<style>
span { border-color: #87A0BD; }
span { border-color: rgb(135,160,189); }
td.TdClassName
{
border-color: #87A0BD;
}
.TagClassName
{
border-color: #87A0BD;
}
</style>