Shades of Rock Blue #86A1BB
Tints of Rock Blue #86A1BB
RGB
CMYK
RGB Variations
Color information
#86A1BB (or 0x86A1BB) is known color: Rock Blue. HEX triplet: 86, A1 and BB. RGB value is (134,161,187). Sum of RGB (Red+Green+Blue) = 134+161+187=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #86A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A1BB is #795E44. Grayscale: #9B9B9B. Windows color (decimal): -7953989 or 12296582. OLE color: 12296582.
HSL color Cylindrical-coordinate representation of color #86A1BB: hue angle of 209.43º 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 #86A1BB is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 161 | 187 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.27 |
| HSL | 209.43º | 0.28% | 0.63% | - |
| HSV(B) | 209.43º | 0.28% | 0.73% | - |
| XYZ | 31.55 | 34.15 | 51.94 | - |
| YUV | 155.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 161 | 187 | 0.28 | 0.14 | 0 | 0.27 | 209.43 | 0.28 | 0.63 |
| Hex | 86 | A1 | BB | 1C | E | 0 | 1B | D1 | 1C | 3F |
| Octal | 206 | 241 | 273 | 34 | 16 | 0 | 33 | 321 | 34 | 77 |
| Binary | 10000110 | 10100001 | 10111011 | 11100 | 1110 | 0 | 11011 | 11010001 | 11100 | 111111 |
Color Harmonies of #86A1BB
Complementary color
Monochromatic Colors of #86A1BB
Black with #86A1BB
Text Example
Text Example
White with #86A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A1BB; }
p { color: rgb(134,161,187); }
H1.HeaderClassName
{
color: #86A1BB;
}
.AnyTagClassName
{
color: #86A1BB;
}
</style>
background-color css
<style>
a { background-color: #86A1BB; }
a { background-color: rgb(134,161,187); }
div.DivClassName
{
background-color: #86A1BB;
}
.BgClassName
{
background-color: #86A1BB;
}
</style>
border-color css
<style>
span { border-color: #86A1BB; }
span { border-color: rgb(134,161,187); }
td.TdClassName
{
border-color: #86A1BB;
}
.TagClassName
{
border-color: #86A1BB;
}
</style>