Shades of Botticelli #89ABB1
Tints of Botticelli #89ABB1
RGB
CMYK
RGB Variations
Color information
#89ABB1 (or 0x89ABB1) is known color: Botticelli. HEX triplet: 89, AB and B1. RGB value is (137,171,177). Sum of RGB (Red+Green+Blue) = 137+171+177=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #89ABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ABB1 is #76544E. Grayscale: #A1A1A1. Windows color (decimal): -7754831 or 11643785. OLE color: 11643785.
HSL color Cylindrical-coordinate representation of color #89ABB1: hue angle of 189º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89ABB1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 171 | 177 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.31 |
| HSL | 189º | 0.2% | 0.62% | - |
| HSV(B) | 189º | 0.23% | 0.69% | - |
| XYZ | 32.82 | 37.62 | 47.13 | - |
| YUV | 161.52 | 136.74 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 177 | 0.23 | 0.03 | 0 | 0.31 | 189 | 0.2 | 0.62 |
| Hex | 89 | AB | B1 | 17 | 3 | 0 | 1F | BD | 14 | 3E |
| Octal | 211 | 253 | 261 | 27 | 3 | 0 | 37 | 275 | 24 | 76 |
| Binary | 10001001 | 10101011 | 10110001 | 10111 | 11 | 0 | 11111 | 10111101 | 10100 | 111110 |
Color Harmonies of #89ABB1
Complementary color
Monochromatic Colors of #89ABB1
Black with #89ABB1
Text Example
Text Example
White with #89ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABB1; }
p { color: rgb(137,171,177); }
H1.HeaderClassName
{
color: #89ABB1;
}
.AnyTagClassName
{
color: #89ABB1;
}
</style>
background-color css
<style>
a { background-color: #89ABB1; }
a { background-color: rgb(137,171,177); }
div.DivClassName
{
background-color: #89ABB1;
}
.BgClassName
{
background-color: #89ABB1;
}
</style>
border-color css
<style>
span { border-color: #89ABB1; }
span { border-color: rgb(137,171,177); }
td.TdClassName
{
border-color: #89ABB1;
}
.TagClassName
{
border-color: #89ABB1;
}
</style>