Shades of Rock Blue #89A1BB
Tints of Rock Blue #89A1BB
RGB
CMYK
RGB Variations
Color information
#89A1BB (or 0x89A1BB) is known color: Rock Blue. HEX triplet: 89, A1 and BB. RGB value is (137,161,187). Sum of RGB (Red+Green+Blue) = 137+161+187=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #89A1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1BB is #765E44. Grayscale: #9C9C9C. Windows color (decimal): -7757381 or 12296585. OLE color: 12296585.
HSL color Cylindrical-coordinate representation of color #89A1BB: hue angle of 211.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A1BB is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 161 | 187 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.27 |
| HSL | 211.2º | 0.27% | 0.64% | - |
| HSV(B) | 211.2º | 0.27% | 0.73% | - |
| XYZ | 32.03 | 34.4 | 51.96 | - |
| YUV | 156.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 187 | 0.27 | 0.14 | 0 | 0.27 | 211.2 | 0.27 | 0.64 |
| Hex | 89 | A1 | BB | 1B | E | 0 | 1B | D3 | 1B | 40 |
| Octal | 211 | 241 | 273 | 33 | 16 | 0 | 33 | 323 | 33 | 100 |
| Binary | 10001001 | 10100001 | 10111011 | 11011 | 1110 | 0 | 11011 | 11010011 | 11011 | 1000000 |
Color Harmonies of #89A1BB
Complementary color
Monochromatic Colors of #89A1BB
Black with #89A1BB
Text Example
Text Example
White with #89A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A1BB; }
p { color: rgb(137,161,187); }
H1.HeaderClassName
{
color: #89A1BB;
}
.AnyTagClassName
{
color: #89A1BB;
}
</style>
background-color css
<style>
a { background-color: #89A1BB; }
a { background-color: rgb(137,161,187); }
div.DivClassName
{
background-color: #89A1BB;
}
.BgClassName
{
background-color: #89A1BB;
}
</style>
border-color css
<style>
span { border-color: #89A1BB; }
span { border-color: rgb(137,161,187); }
td.TdClassName
{
border-color: #89A1BB;
}
.TagClassName
{
border-color: #89A1BB;
}
</style>