Shades of Rock Blue #87A1BB
Tints of Rock Blue #87A1BB
RGB
CMYK
RGB Variations
Color information
#87A1BB (or 0x87A1BB) is known color: Rock Blue. HEX triplet: 87, A1 and BB. RGB value is (135,161,187). Sum of RGB (Red+Green+Blue) = 135+161+187=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #87A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1BB is #785E44. Grayscale: #9C9C9C. Windows color (decimal): -7888453 or 12296583. OLE color: 12296583.
HSL color Cylindrical-coordinate representation of color #87A1BB: hue angle of 210º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A1BB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 161 | 187 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.27 |
| HSL | 210º | 0.28% | 0.63% | - |
| HSV(B) | 210º | 0.28% | 0.73% | - |
| XYZ | 31.71 | 34.23 | 51.95 | - |
| YUV | 156.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 161 | 187 | 0.28 | 0.14 | 0 | 0.27 | 210 | 0.28 | 0.63 |
| Hex | 87 | A1 | BB | 1C | E | 0 | 1B | D2 | 1C | 3F |
| Octal | 207 | 241 | 273 | 34 | 16 | 0 | 33 | 322 | 34 | 77 |
| Binary | 10000111 | 10100001 | 10111011 | 11100 | 1110 | 0 | 11011 | 11010010 | 11100 | 111111 |
Color Harmonies of #87A1BB
Complementary color
Monochromatic Colors of #87A1BB
Black with #87A1BB
Text Example
Text Example
White with #87A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A1BB; }
p { color: rgb(135,161,187); }
H1.HeaderClassName
{
color: #87A1BB;
}
.AnyTagClassName
{
color: #87A1BB;
}
</style>
background-color css
<style>
a { background-color: #87A1BB; }
a { background-color: rgb(135,161,187); }
div.DivClassName
{
background-color: #87A1BB;
}
.BgClassName
{
background-color: #87A1BB;
}
</style>
border-color css
<style>
span { border-color: #87A1BB; }
span { border-color: rgb(135,161,187); }
td.TdClassName
{
border-color: #87A1BB;
}
.TagClassName
{
border-color: #87A1BB;
}
</style>