Shades of Botticelli #8FA3AA
Tints of Botticelli #8FA3AA
RGB
CMYK
RGB Variations
Color information
#8FA3AA (or 0x8FA3AA) is known color: Botticelli. HEX triplet: 8F, A3 and AA. RGB value is (143,163,170). Sum of RGB (Red+Green+Blue) = 143+163+170=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #8FA3AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA3AA is #705C55. Grayscale: #9D9D9D. Windows color (decimal): -7363670 or 11182991. OLE color: 11182991.
HSL color Cylindrical-coordinate representation of color #8FA3AA: hue angle of 195.56º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FA3AA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 163 | 170 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.33 |
| HSL | 195.56º | 0.14% | 0.61% | - |
| HSV(B) | 195.56º | 0.16% | 0.67% | - |
| XYZ | 31.68 | 34.94 | 43.1 | - |
| YUV | 157.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 170 | 0.16 | 0.04 | 0 | 0.33 | 195.56 | 0.14 | 0.61 |
| Hex | 8F | A3 | AA | 10 | 4 | 0 | 21 | C4 | E | 3D |
| Octal | 217 | 243 | 252 | 20 | 4 | 0 | 41 | 304 | 16 | 75 |
| Binary | 10001111 | 10100011 | 10101010 | 10000 | 100 | 0 | 100001 | 11000100 | 1110 | 111101 |
Color Harmonies of #8FA3AA
Complementary color
Monochromatic Colors of #8FA3AA
Black with #8FA3AA
Text Example
Text Example
White with #8FA3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA3AA; }
p { color: rgb(143,163,170); }
H1.HeaderClassName
{
color: #8FA3AA;
}
.AnyTagClassName
{
color: #8FA3AA;
}
</style>
background-color css
<style>
a { background-color: #8FA3AA; }
a { background-color: rgb(143,163,170); }
div.DivClassName
{
background-color: #8FA3AA;
}
.BgClassName
{
background-color: #8FA3AA;
}
</style>
border-color css
<style>
span { border-color: #8FA3AA; }
span { border-color: rgb(143,163,170); }
td.TdClassName
{
border-color: #8FA3AA;
}
.TagClassName
{
border-color: #8FA3AA;
}
</style>