Shades of Botticelli #89A7B3
Tints of Botticelli #89A7B3
RGB
CMYK
RGB Variations
Color information
#89A7B3 (or 0x89A7B3) is known color: Botticelli. HEX triplet: 89, A7 and B3. RGB value is (137,167,179). Sum of RGB (Red+Green+Blue) = 137+167+179=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #89A7B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7B3 is #76584C. Grayscale: #9F9F9F. Windows color (decimal): -7755853 or 11773833. OLE color: 11773833.
HSL color Cylindrical-coordinate representation of color #89A7B3: hue angle of 197.14º 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 #89A7B3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 167 | 179 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.30 |
| HSL | 197.14º | 0.22% | 0.62% | - |
| HSV(B) | 197.14º | 0.23% | 0.7% | - |
| XYZ | 32.27 | 36.21 | 47.94 | - |
| YUV | 159.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 167 | 179 | 0.23 | 0.07 | 0 | 0.30 | 197.14 | 0.22 | 0.62 |
| Hex | 89 | A7 | B3 | 17 | 7 | 0 | 1E | C5 | 16 | 3E |
| Octal | 211 | 247 | 263 | 27 | 7 | 0 | 36 | 305 | 26 | 76 |
| Binary | 10001001 | 10100111 | 10110011 | 10111 | 111 | 0 | 11110 | 11000101 | 10110 | 111110 |
Color Harmonies of #89A7B3
Complementary color
Monochromatic Colors of #89A7B3
Black with #89A7B3
Text Example
Text Example
White with #89A7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A7B3; }
p { color: rgb(137,167,179); }
H1.HeaderClassName
{
color: #89A7B3;
}
.AnyTagClassName
{
color: #89A7B3;
}
</style>
background-color css
<style>
a { background-color: #89A7B3; }
a { background-color: rgb(137,167,179); }
div.DivClassName
{
background-color: #89A7B3;
}
.BgClassName
{
background-color: #89A7B3;
}
</style>
border-color css
<style>
span { border-color: #89A7B3; }
span { border-color: rgb(137,167,179); }
td.TdClassName
{
border-color: #89A7B3;
}
.TagClassName
{
border-color: #89A7B3;
}
</style>