Shades of Botticelli #93A7AD
Tints of Botticelli #93A7AD
RGB
CMYK
RGB Variations
Color information
#93A7AD (or 0x93A7AD) is known color: Botticelli. HEX triplet: 93, A7 and AD. RGB value is (147,167,173). Sum of RGB (Red+Green+Blue) = 147+167+173=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: blue. Hex color #93A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A7AD is #6C5852. Grayscale: #A1A1A1. Windows color (decimal): -7100499 or 11380627. OLE color: 11380627.
HSL color Cylindrical-coordinate representation of color #93A7AD: hue angle of 193.85º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93A7AD is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 167 | 173 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.32 |
| HSL | 193.85º | 0.14% | 0.63% | - |
| HSV(B) | 193.85º | 0.15% | 0.68% | - |
| XYZ | 33.39 | 36.86 | 44.89 | - |
| YUV | 161.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 173 | 0.15 | 0.03 | 0 | 0.32 | 193.85 | 0.14 | 0.63 |
| Hex | 93 | A7 | AD | F | 3 | 0 | 20 | C2 | E | 3F |
| Octal | 223 | 247 | 255 | 17 | 3 | 0 | 40 | 302 | 16 | 77 |
| Binary | 10010011 | 10100111 | 10101101 | 1111 | 11 | 0 | 100000 | 11000010 | 1110 | 111111 |
Color Harmonies of #93A7AD
Complementary color
Monochromatic Colors of #93A7AD
Black with #93A7AD
Text Example
Text Example
White with #93A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A7AD; }
p { color: rgb(147,167,173); }
H1.HeaderClassName
{
color: #93A7AD;
}
.AnyTagClassName
{
color: #93A7AD;
}
</style>
background-color css
<style>
a { background-color: #93A7AD; }
a { background-color: rgb(147,167,173); }
div.DivClassName
{
background-color: #93A7AD;
}
.BgClassName
{
background-color: #93A7AD;
}
</style>
border-color css
<style>
span { border-color: #93A7AD; }
span { border-color: rgb(147,167,173); }
td.TdClassName
{
border-color: #93A7AD;
}
.TagClassName
{
border-color: #93A7AD;
}
</style>