Shades of Botticelli #89A9B3
Tints of Botticelli #89A9B3
RGB
CMYK
RGB Variations
Color information
#89A9B3 (or 0x89A9B3) is known color: Botticelli. HEX triplet: 89, A9 and B3. RGB value is (137,169,179). Sum of RGB (Red+Green+Blue) = 137+169+179=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #89A9B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9B3 is #76564C. Grayscale: #A0A0A0. Windows color (decimal): -7755341 or 11774345. OLE color: 11774345.
HSL color Cylindrical-coordinate representation of color #89A9B3: hue angle of 194.29º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89A9B3 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 169 | 179 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.30 |
| HSL | 194.29º | 0.22% | 0.62% | - |
| HSV(B) | 194.29º | 0.23% | 0.7% | - |
| XYZ | 32.64 | 36.95 | 48.06 | - |
| YUV | 160.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 179 | 0.23 | 0.06 | 0 | 0.30 | 194.29 | 0.22 | 0.62 |
| Hex | 89 | A9 | B3 | 17 | 6 | 0 | 1E | C2 | 16 | 3E |
| Octal | 211 | 251 | 263 | 27 | 6 | 0 | 36 | 302 | 26 | 76 |
| Binary | 10001001 | 10101001 | 10110011 | 10111 | 110 | 0 | 11110 | 11000010 | 10110 | 111110 |
Color Harmonies of #89A9B3
Complementary color
Monochromatic Colors of #89A9B3
Black with #89A9B3
Text Example
Text Example
White with #89A9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9B3; }
p { color: rgb(137,169,179); }
H1.HeaderClassName
{
color: #89A9B3;
}
.AnyTagClassName
{
color: #89A9B3;
}
</style>
background-color css
<style>
a { background-color: #89A9B3; }
a { background-color: rgb(137,169,179); }
div.DivClassName
{
background-color: #89A9B3;
}
.BgClassName
{
background-color: #89A9B3;
}
</style>
border-color css
<style>
span { border-color: #89A9B3; }
span { border-color: rgb(137,169,179); }
td.TdClassName
{
border-color: #89A9B3;
}
.TagClassName
{
border-color: #89A9B3;
}
</style>