Shades of Botticelli #93ADB3
Tints of Botticelli #93ADB3
RGB
CMYK
RGB Variations
Color information
#93ADB3 (or 0x93ADB3) is known color: Botticelli. HEX triplet: 93, AD and B3. RGB value is (147,173,179). Sum of RGB (Red+Green+Blue) = 147+173+179=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 179 - color contains mainly: blue. Hex color #93ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADB3 is #6C524C. Grayscale: #A5A5A5. Windows color (decimal): -7098957 or 11775379. OLE color: 11775379.
HSL color Cylindrical-coordinate representation of color #93ADB3: hue angle of 191.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93ADB3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 173 | 179 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.30 |
| HSL | 191.25º | 0.17% | 0.64% | - |
| HSV(B) | 191.25º | 0.18% | 0.7% | - |
| XYZ | 35.11 | 39.34 | 48.39 | - |
| YUV | 165.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 179 | 0.18 | 0.03 | 0 | 0.30 | 191.25 | 0.17 | 0.64 |
| Hex | 93 | AD | B3 | 12 | 3 | 0 | 1E | BF | 11 | 40 |
| Octal | 223 | 255 | 263 | 22 | 3 | 0 | 36 | 277 | 21 | 100 |
| Binary | 10010011 | 10101101 | 10110011 | 10010 | 11 | 0 | 11110 | 10111111 | 10001 | 1000000 |
Color Harmonies of #93ADB3
Complementary color
Monochromatic Colors of #93ADB3
Black with #93ADB3
Text Example
Text Example
White with #93ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADB3; }
p { color: rgb(147,173,179); }
H1.HeaderClassName
{
color: #93ADB3;
}
.AnyTagClassName
{
color: #93ADB3;
}
</style>
background-color css
<style>
a { background-color: #93ADB3; }
a { background-color: rgb(147,173,179); }
div.DivClassName
{
background-color: #93ADB3;
}
.BgClassName
{
background-color: #93ADB3;
}
</style>
border-color css
<style>
span { border-color: #93ADB3; }
span { border-color: rgb(147,173,179); }
td.TdClassName
{
border-color: #93ADB3;
}
.TagClassName
{
border-color: #93ADB3;
}
</style>