Shades of Botticelli #93A5AC
Tints of Botticelli #93A5AC
RGB
CMYK
RGB Variations
Color information
#93A5AC (or 0x93A5AC) is known color: Botticelli. HEX triplet: 93, A5 and AC. RGB value is (147,165,172). Sum of RGB (Red+Green+Blue) = 147+165+172=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #93A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A5AC is #6C5A53. Grayscale: #A0A0A0. Windows color (decimal): -7101012 or 11314579. OLE color: 11314579.
HSL color Cylindrical-coordinate representation of color #93A5AC: hue angle of 196.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A5AC is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 165 | 172 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.33 |
| HSL | 196.8º | 0.13% | 0.63% | - |
| HSV(B) | 196.8º | 0.15% | 0.67% | - |
| XYZ | 32.93 | 36.09 | 44.26 | - |
| YUV | 160.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 165 | 172 | 0.15 | 0.04 | 0 | 0.33 | 196.8 | 0.13 | 0.63 |
| Hex | 93 | A5 | AC | F | 4 | 0 | 21 | C5 | D | 3F |
| Octal | 223 | 245 | 254 | 17 | 4 | 0 | 41 | 305 | 15 | 77 |
| Binary | 10010011 | 10100101 | 10101100 | 1111 | 100 | 0 | 100001 | 11000101 | 1101 | 111111 |
Color Harmonies of #93A5AC
Complementary color
Monochromatic Colors of #93A5AC
Black with #93A5AC
Text Example
Text Example
White with #93A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A5AC; }
p { color: rgb(147,165,172); }
H1.HeaderClassName
{
color: #93A5AC;
}
.AnyTagClassName
{
color: #93A5AC;
}
</style>
background-color css
<style>
a { background-color: #93A5AC; }
a { background-color: rgb(147,165,172); }
div.DivClassName
{
background-color: #93A5AC;
}
.BgClassName
{
background-color: #93A5AC;
}
</style>
border-color css
<style>
span { border-color: #93A5AC; }
span { border-color: rgb(147,165,172); }
td.TdClassName
{
border-color: #93A5AC;
}
.TagClassName
{
border-color: #93A5AC;
}
</style>