Shades of Botticelli #93A5A9
Tints of Botticelli #93A5A9
RGB
CMYK
RGB Variations
Color information
#93A5A9 (or 0x93A5A9) is known color: Botticelli. HEX triplet: 93, A5 and A9. RGB value is (147,165,169). Sum of RGB (Red+Green+Blue) = 147+165+169=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 169 - color contains mainly: blue. Hex color #93A5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A5A9 is #6C5A56. Grayscale: #A0A0A0. Windows color (decimal): -7101015 or 11117971. OLE color: 11117971.
HSL color Cylindrical-coordinate representation of color #93A5A9: hue angle of 190.91º 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 #93A5A9 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 165 | 169 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.34 |
| HSL | 190.91º | 0.11% | 0.62% | - |
| HSV(B) | 190.91º | 0.13% | 0.66% | - |
| XYZ | 32.65 | 35.98 | 42.76 | - |
| YUV | 160.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 169 | 0.13 | 0.02 | 0 | 0.34 | 190.91 | 0.11 | 0.62 |
| Hex | 93 | A5 | A9 | D | 2 | 0 | 22 | BF | B | 3E |
| Octal | 223 | 245 | 251 | 15 | 2 | 0 | 42 | 277 | 13 | 76 |
| Binary | 10010011 | 10100101 | 10101001 | 1101 | 10 | 0 | 100010 | 10111111 | 1011 | 111110 |
Color Harmonies of #93A5A9
Complementary color
Monochromatic Colors of #93A5A9
Black with #93A5A9
Text Example
Text Example
White with #93A5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A5A9; }
p { color: rgb(147,165,169); }
H1.HeaderClassName
{
color: #93A5A9;
}
.AnyTagClassName
{
color: #93A5A9;
}
</style>
background-color css
<style>
a { background-color: #93A5A9; }
a { background-color: rgb(147,165,169); }
div.DivClassName
{
background-color: #93A5A9;
}
.BgClassName
{
background-color: #93A5A9;
}
</style>
border-color css
<style>
span { border-color: #93A5A9; }
span { border-color: rgb(147,165,169); }
td.TdClassName
{
border-color: #93A5A9;
}
.TagClassName
{
border-color: #93A5A9;
}
</style>