Shades of Botticelli #93A3A9
Tints of Botticelli #93A3A9
RGB
CMYK
RGB Variations
Color information
#93A3A9 (or 0x93A3A9) is known color: Botticelli. HEX triplet: 93, A3 and A9. RGB value is (147,163,169). Sum of RGB (Red+Green+Blue) = 147+163+169=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 169 - color contains mainly: blue. Hex color #93A3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A3A9 is #6C5C56. Grayscale: #9E9E9E. Windows color (decimal): -7101527 or 11117459. OLE color: 11117459.
HSL color Cylindrical-coordinate representation of color #93A3A9: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93A3A9 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 163 | 169 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.34 |
| HSL | 196.36º | 0.11% | 0.62% | - |
| HSV(B) | 196.36º | 0.13% | 0.66% | - |
| XYZ | 32.29 | 35.26 | 42.64 | - |
| YUV | 158.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 169 | 0.13 | 0.04 | 0 | 0.34 | 196.36 | 0.11 | 0.62 |
| Hex | 93 | A3 | A9 | D | 4 | 0 | 22 | C4 | B | 3E |
| Octal | 223 | 243 | 251 | 15 | 4 | 0 | 42 | 304 | 13 | 76 |
| Binary | 10010011 | 10100011 | 10101001 | 1101 | 100 | 0 | 100010 | 11000100 | 1011 | 111110 |
Color Harmonies of #93A3A9
Complementary color
Monochromatic Colors of #93A3A9
Black with #93A3A9
Text Example
Text Example
White with #93A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3A9; }
p { color: rgb(147,163,169); }
H1.HeaderClassName
{
color: #93A3A9;
}
.AnyTagClassName
{
color: #93A3A9;
}
</style>
background-color css
<style>
a { background-color: #93A3A9; }
a { background-color: rgb(147,163,169); }
div.DivClassName
{
background-color: #93A3A9;
}
.BgClassName
{
background-color: #93A3A9;
}
</style>
border-color css
<style>
span { border-color: #93A3A9; }
span { border-color: rgb(147,163,169); }
td.TdClassName
{
border-color: #93A3A9;
}
.TagClassName
{
border-color: #93A3A9;
}
</style>