Shades of Botticelli #94A1A5
Tints of Botticelli #94A1A5
RGB
CMYK
RGB Variations
Color information
#94A1A5 (or 0x94A1A5) is known color: Botticelli. HEX triplet: 94, A1 and A5. RGB value is (148,161,165). Sum of RGB (Red+Green+Blue) = 148+161+165=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 165 - color contains mainly: blue. Hex color #94A1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1A5 is #6B5E5A. Grayscale: #9D9D9D. Windows color (decimal): -7036507 or 10854804. OLE color: 10854804.
HSL color Cylindrical-coordinate representation of color #94A1A5: hue angle of 194.12º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A1A5 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 161 | 165 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.35 |
| HSL | 194.12º | 0.09% | 0.61% | - |
| HSV(B) | 194.12º | 0.1% | 0.65% | - |
| XYZ | 31.75 | 34.5 | 40.58 | - |
| YUV | 157.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 165 | 0.10 | 0.02 | 0 | 0.35 | 194.12 | 0.09 | 0.61 |
| Hex | 94 | A1 | A5 | A | 2 | 0 | 23 | C2 | 9 | 3D |
| Octal | 224 | 241 | 245 | 12 | 2 | 0 | 43 | 302 | 11 | 75 |
| Binary | 10010100 | 10100001 | 10100101 | 1010 | 10 | 0 | 100011 | 11000010 | 1001 | 111101 |
Color Harmonies of #94A1A5
Complementary color
Monochromatic Colors of #94A1A5
Black with #94A1A5
Text Example
Text Example
White with #94A1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A1A5; }
p { color: rgb(148,161,165); }
H1.HeaderClassName
{
color: #94A1A5;
}
.AnyTagClassName
{
color: #94A1A5;
}
</style>
background-color css
<style>
a { background-color: #94A1A5; }
a { background-color: rgb(148,161,165); }
div.DivClassName
{
background-color: #94A1A5;
}
.BgClassName
{
background-color: #94A1A5;
}
</style>
border-color css
<style>
span { border-color: #94A1A5; }
span { border-color: rgb(148,161,165); }
td.TdClassName
{
border-color: #94A1A5;
}
.TagClassName
{
border-color: #94A1A5;
}
</style>