Shades of Botticelli #91A4A8
Tints of Botticelli #91A4A8
RGB
CMYK
RGB Variations
Color information
#91A4A8 (or 0x91A4A8) is known color: Botticelli. HEX triplet: 91, A4 and A8. RGB value is (145,164,168). Sum of RGB (Red+Green+Blue) = 145+164+168=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 168 - color contains mainly: blue. Hex color #91A4A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A4A8 is #6E5B57. Grayscale: #9E9E9E. Windows color (decimal): -7232344 or 11052177. OLE color: 11052177.
HSL color Cylindrical-coordinate representation of color #91A4A8: hue angle of 190.43º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A4A8 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 164 | 168 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.34 |
| HSL | 190.43º | 0.12% | 0.61% | - |
| HSV(B) | 190.43º | 0.14% | 0.66% | - |
| XYZ | 32.02 | 35.4 | 42.19 | - |
| YUV | 158.78 | 133.21 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 168 | 0.14 | 0.02 | 0 | 0.34 | 190.43 | 0.12 | 0.61 |
| Hex | 91 | A4 | A8 | E | 2 | 0 | 22 | BE | C | 3D |
| Octal | 221 | 244 | 250 | 16 | 2 | 0 | 42 | 276 | 14 | 75 |
| Binary | 10010001 | 10100100 | 10101000 | 1110 | 10 | 0 | 100010 | 10111110 | 1100 | 111101 |
Color Harmonies of #91A4A8
Complementary color
Monochromatic Colors of #91A4A8
Black with #91A4A8
Text Example
Text Example
White with #91A4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A4A8; }
p { color: rgb(145,164,168); }
H1.HeaderClassName
{
color: #91A4A8;
}
.AnyTagClassName
{
color: #91A4A8;
}
</style>
background-color css
<style>
a { background-color: #91A4A8; }
a { background-color: rgb(145,164,168); }
div.DivClassName
{
background-color: #91A4A8;
}
.BgClassName
{
background-color: #91A4A8;
}
</style>
border-color css
<style>
span { border-color: #91A4A8; }
span { border-color: rgb(145,164,168); }
td.TdClassName
{
border-color: #91A4A8;
}
.TagClassName
{
border-color: #91A4A8;
}
</style>