Shades of Botticelli #94A8AF
Tints of Botticelli #94A8AF
RGB
CMYK
RGB Variations
Color information
#94A8AF (or 0x94A8AF) is known color: Botticelli. HEX triplet: 94, A8 and AF. RGB value is (148,168,175). Sum of RGB (Red+Green+Blue) = 148+168+175=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #94A8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A8AF is #6B5750. Grayscale: #A2A2A2. Windows color (decimal): -7034705 or 11511956. OLE color: 11511956.
HSL color Cylindrical-coordinate representation of color #94A8AF: hue angle of 195.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94A8AF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 148 | 168 | 175 | - |
CMYK | 0.15 | 0.04 | 0 | 0.31 |
HSL | 195.56º | 0.14% | 0.63% | - |
HSV(B) | 195.56º | 0.15% | 0.69% | - |
XYZ | 33.95 | 37.4 | 45.99 | - |
YUV | 162.82 | 134.87 | 117.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 168 | 175 | 0.15 | 0.04 | 0 | 0.31 | 195.56 | 0.14 | 0.63 |
Hex | 94 | A8 | AF | F | 4 | 0 | 1F | C4 | E | 3F |
Octal | 224 | 250 | 257 | 17 | 4 | 0 | 37 | 304 | 16 | 77 |
Binary | 10010100 | 10101000 | 10101111 | 1111 | 100 | 0 | 11111 | 11000100 | 1110 | 111111 |
Color Harmonies of #94A8AF
Complementary color
Monochromatic Colors of #94A8AF
Black with #94A8AF
Text Example
Text Example
White with #94A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A8AF; }
p { color: rgb(148,168,175); }
H1.HeaderClassName
{
color: #94A8AF;
}
.AnyTagClassName
{
color: #94A8AF;
}
</style>
background-color css
<style>
a { background-color: #94A8AF; }
a { background-color: rgb(148,168,175); }
div.DivClassName
{
background-color: #94A8AF;
}
.BgClassName
{
background-color: #94A8AF;
}
</style>
border-color css
<style>
span { border-color: #94A8AF; }
span { border-color: rgb(148,168,175); }
td.TdClassName
{
border-color: #94A8AF;
}
.TagClassName
{
border-color: #94A8AF;
}
</style>