Shades of Rock Blue #87A1BD
Tints of Rock Blue #87A1BD
RGB
CMYK
RGB Variations
Color information
#87A1BD (or 0x87A1BD) is known color: Rock Blue. HEX triplet: 87, A1 and BD. RGB value is (135,161,189). Sum of RGB (Red+Green+Blue) = 135+161+189=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #87A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1BD is #785E42. Grayscale: #9C9C9C. Windows color (decimal): -7888451 or 12427655. OLE color: 12427655.
HSL color Cylindrical-coordinate representation of color #87A1BD: hue angle of 211.11º 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 #87A1BD is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 161 | 189 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.26 |
| HSL | 211.11º | 0.29% | 0.64% | - |
| HSV(B) | 211.11º | 0.29% | 0.74% | - |
| XYZ | 31.92 | 34.31 | 53.09 | - |
| YUV | 156.42 | 146.39 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 189 | 0.29 | 0.15 | 0 | 0.26 | 211.11 | 0.29 | 0.64 |
| Hex | 87 | A1 | BD | 1D | F | 0 | 1A | D3 | 1D | 40 |
| Octal | 207 | 241 | 275 | 35 | 17 | 0 | 32 | 323 | 35 | 100 |
| Binary | 10000111 | 10100001 | 10111101 | 11101 | 1111 | 0 | 11010 | 11010011 | 11101 | 1000000 |
Color Harmonies of #87A1BD
Complementary color
Monochromatic Colors of #87A1BD
Black with #87A1BD
Text Example
Text Example
White with #87A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A1BD; }
p { color: rgb(135,161,189); }
H1.HeaderClassName
{
color: #87A1BD;
}
.AnyTagClassName
{
color: #87A1BD;
}
</style>
background-color css
<style>
a { background-color: #87A1BD; }
a { background-color: rgb(135,161,189); }
div.DivClassName
{
background-color: #87A1BD;
}
.BgClassName
{
background-color: #87A1BD;
}
</style>
border-color css
<style>
span { border-color: #87A1BD; }
span { border-color: rgb(135,161,189); }
td.TdClassName
{
border-color: #87A1BD;
}
.TagClassName
{
border-color: #87A1BD;
}
</style>