Shades of Botticelli #93A3AB
Tints of Botticelli #93A3AB
RGB
CMYK
RGB Variations
Color information
#93A3AB (or 0x93A3AB) is known color: Botticelli. HEX triplet: 93, A3 and AB. RGB value is (147,163,171). Sum of RGB (Red+Green+Blue) = 147+163+171=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #93A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A3AB is #6C5C54. Grayscale: #9F9F9F. Windows color (decimal): -7101525 or 11248531. OLE color: 11248531.
HSL color Cylindrical-coordinate representation of color #93A3AB: hue angle of 200º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A3AB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 163 | 171 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.33 |
| HSL | 200º | 0.13% | 0.62% | - |
| HSV(B) | 200º | 0.14% | 0.67% | - |
| XYZ | 32.48 | 35.34 | 43.64 | - |
| YUV | 159.13 | 134.7 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 171 | 0.14 | 0.05 | 0 | 0.33 | 200 | 0.13 | 0.62 |
| Hex | 93 | A3 | AB | E | 5 | 0 | 21 | C8 | C | 3E |
| Octal | 223 | 243 | 253 | 16 | 5 | 0 | 41 | 310 | 14 | 76 |
| Binary | 10010011 | 10100011 | 10101011 | 1110 | 101 | 0 | 100001 | 11001000 | 1100 | 111110 |
Color Harmonies of #93A3AB
Complementary color
Monochromatic Colors of #93A3AB
Black with #93A3AB
Text Example
Text Example
White with #93A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A3AB; }
p { color: rgb(147,163,171); }
H1.HeaderClassName
{
color: #93A3AB;
}
.AnyTagClassName
{
color: #93A3AB;
}
</style>
background-color css
<style>
a { background-color: #93A3AB; }
a { background-color: rgb(147,163,171); }
div.DivClassName
{
background-color: #93A3AB;
}
.BgClassName
{
background-color: #93A3AB;
}
</style>
border-color css
<style>
span { border-color: #93A3AB; }
span { border-color: rgb(147,163,171); }
td.TdClassName
{
border-color: #93A3AB;
}
.TagClassName
{
border-color: #93A3AB;
}
</style>