Shades of Botticelli #91ADB7
Tints of Botticelli #91ADB7
RGB
CMYK
RGB Variations
Color information
#91ADB7 (or 0x91ADB7) is known color: Botticelli. HEX triplet: 91, AD and B7. RGB value is (145,173,183). Sum of RGB (Red+Green+Blue) = 145+173+183=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #91ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADB7 is #6E5248. Grayscale: #A5A5A5. Windows color (decimal): -7230025 or 12037521. OLE color: 12037521.
HSL color Cylindrical-coordinate representation of color #91ADB7: hue angle of 195.79º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91ADB7 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 173 | 183 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.28 |
| HSL | 195.79º | 0.21% | 0.64% | - |
| HSV(B) | 195.79º | 0.21% | 0.72% | - |
| XYZ | 35.17 | 39.33 | 50.54 | - |
| YUV | 165.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 183 | 0.21 | 0.05 | 0 | 0.28 | 195.79 | 0.21 | 0.64 |
| Hex | 91 | AD | B7 | 15 | 5 | 0 | 1C | C4 | 15 | 40 |
| Octal | 221 | 255 | 267 | 25 | 5 | 0 | 34 | 304 | 25 | 100 |
| Binary | 10010001 | 10101101 | 10110111 | 10101 | 101 | 0 | 11100 | 11000100 | 10101 | 1000000 |
Color Harmonies of #91ADB7
Complementary color
Monochromatic Colors of #91ADB7
Black with #91ADB7
Text Example
Text Example
White with #91ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADB7; }
p { color: rgb(145,173,183); }
H1.HeaderClassName
{
color: #91ADB7;
}
.AnyTagClassName
{
color: #91ADB7;
}
</style>
background-color css
<style>
a { background-color: #91ADB7; }
a { background-color: rgb(145,173,183); }
div.DivClassName
{
background-color: #91ADB7;
}
.BgClassName
{
background-color: #91ADB7;
}
</style>
border-color css
<style>
span { border-color: #91ADB7; }
span { border-color: rgb(145,173,183); }
td.TdClassName
{
border-color: #91ADB7;
}
.TagClassName
{
border-color: #91ADB7;
}
</style>