Shades of Botticelli #89A8AF
Tints of Botticelli #89A8AF
RGB
CMYK
RGB Variations
Color information
#89A8AF (or 0x89A8AF) is known color: Botticelli. HEX triplet: 89, A8 and AF. RGB value is (137,168,175). Sum of RGB (Red+Green+Blue) = 137+168+175=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #89A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A8AF is #765750. Grayscale: #9F9F9F. Windows color (decimal): -7755601 or 11511945. OLE color: 11511945.
HSL color Cylindrical-coordinate representation of color #89A8AF: hue angle of 191.05º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89A8AF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 168 | 175 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.31 |
| HSL | 191.05º | 0.19% | 0.61% | - |
| HSV(B) | 191.05º | 0.22% | 0.69% | - |
| XYZ | 32.06 | 36.42 | 45.9 | - |
| YUV | 159.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 175 | 0.22 | 0.04 | 0 | 0.31 | 191.05 | 0.19 | 0.61 |
| Hex | 89 | A8 | AF | 16 | 4 | 0 | 1F | BF | 13 | 3D |
| Octal | 211 | 250 | 257 | 26 | 4 | 0 | 37 | 277 | 23 | 75 |
| Binary | 10001001 | 10101000 | 10101111 | 10110 | 100 | 0 | 11111 | 10111111 | 10011 | 111101 |
Color Harmonies of #89A8AF
Complementary color
Monochromatic Colors of #89A8AF
Black with #89A8AF
Text Example
Text Example
White with #89A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8AF; }
p { color: rgb(137,168,175); }
H1.HeaderClassName
{
color: #89A8AF;
}
.AnyTagClassName
{
color: #89A8AF;
}
</style>
background-color css
<style>
a { background-color: #89A8AF; }
a { background-color: rgb(137,168,175); }
div.DivClassName
{
background-color: #89A8AF;
}
.BgClassName
{
background-color: #89A8AF;
}
</style>
border-color css
<style>
span { border-color: #89A8AF; }
span { border-color: rgb(137,168,175); }
td.TdClassName
{
border-color: #89A8AF;
}
.TagClassName
{
border-color: #89A8AF;
}
</style>