Shades of Botticelli #89A9B6
Tints of Botticelli #89A9B6
RGB
CMYK
RGB Variations
Color information
#89A9B6 (or 0x89A9B6) is known color: Botticelli. HEX triplet: 89, A9 and B6. RGB value is (137,169,182). Sum of RGB (Red+Green+Blue) = 137+169+182=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #89A9B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9B6 is #765649. Grayscale: #A0A0A0. Windows color (decimal): -7755338 or 11970953. OLE color: 11970953.
HSL color Cylindrical-coordinate representation of color #89A9B6: hue angle of 197.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89A9B6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 169 | 182 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.29 |
| HSL | 197.33º | 0.24% | 0.63% | - |
| HSV(B) | 197.33º | 0.25% | 0.71% | - |
| XYZ | 32.95 | 37.07 | 49.67 | - |
| YUV | 160.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 182 | 0.25 | 0.07 | 0 | 0.29 | 197.33 | 0.24 | 0.63 |
| Hex | 89 | A9 | B6 | 19 | 7 | 0 | 1D | C5 | 18 | 3F |
| Octal | 211 | 251 | 266 | 31 | 7 | 0 | 35 | 305 | 30 | 77 |
| Binary | 10001001 | 10101001 | 10110110 | 11001 | 111 | 0 | 11101 | 11000101 | 11000 | 111111 |
Color Harmonies of #89A9B6
Complementary color
Monochromatic Colors of #89A9B6
Black with #89A9B6
Text Example
Text Example
White with #89A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9B6; }
p { color: rgb(137,169,182); }
H1.HeaderClassName
{
color: #89A9B6;
}
.AnyTagClassName
{
color: #89A9B6;
}
</style>
background-color css
<style>
a { background-color: #89A9B6; }
a { background-color: rgb(137,169,182); }
div.DivClassName
{
background-color: #89A9B6;
}
.BgClassName
{
background-color: #89A9B6;
}
</style>
border-color css
<style>
span { border-color: #89A9B6; }
span { border-color: rgb(137,169,182); }
td.TdClassName
{
border-color: #89A9B6;
}
.TagClassName
{
border-color: #89A9B6;
}
</style>