Shades of Botticelli #89ADB7
Tints of Botticelli #89ADB7
RGB
CMYK
RGB Variations
Color information
#89ADB7 (or 0x89ADB7) is known color: Botticelli. HEX triplet: 89, AD and B7. RGB value is (137,173,183). Sum of RGB (Red+Green+Blue) = 137+173+183=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #89ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADB7 is #765248. Grayscale: #A3A3A3. Windows color (decimal): -7754313 or 12037513. OLE color: 12037513.
HSL color Cylindrical-coordinate representation of color #89ADB7: hue angle of 193.04º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89ADB7 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 173 | 183 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.28 |
| HSL | 193.04º | 0.24% | 0.63% | - |
| HSV(B) | 193.04º | 0.25% | 0.72% | - |
| XYZ | 33.81 | 38.62 | 50.47 | - |
| YUV | 163.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 183 | 0.25 | 0.05 | 0 | 0.28 | 193.04 | 0.24 | 0.63 |
| Hex | 89 | AD | B7 | 19 | 5 | 0 | 1C | C1 | 18 | 3F |
| Octal | 211 | 255 | 267 | 31 | 5 | 0 | 34 | 301 | 30 | 77 |
| Binary | 10001001 | 10101101 | 10110111 | 11001 | 101 | 0 | 11100 | 11000001 | 11000 | 111111 |
Color Harmonies of #89ADB7
Complementary color
Monochromatic Colors of #89ADB7
Black with #89ADB7
Text Example
Text Example
White with #89ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADB7; }
p { color: rgb(137,173,183); }
H1.HeaderClassName
{
color: #89ADB7;
}
.AnyTagClassName
{
color: #89ADB7;
}
</style>
background-color css
<style>
a { background-color: #89ADB7; }
a { background-color: rgb(137,173,183); }
div.DivClassName
{
background-color: #89ADB7;
}
.BgClassName
{
background-color: #89ADB7;
}
</style>
border-color css
<style>
span { border-color: #89ADB7; }
span { border-color: rgb(137,173,183); }
td.TdClassName
{
border-color: #89ADB7;
}
.TagClassName
{
border-color: #89ADB7;
}
</style>