Shades of Botticelli #8FA8AD
Tints of Botticelli #8FA8AD
RGB
CMYK
RGB Variations
Color information
#8FA8AD (or 0x8FA8AD) is known color: Botticelli. HEX triplet: 8F, A8 and AD. RGB value is (143,168,173). Sum of RGB (Red+Green+Blue) = 143+168+173=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 173 - color contains mainly: blue. Hex color #8FA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA8AD is #705752. Grayscale: #A1A1A1. Windows color (decimal): -7362387 or 11380879. OLE color: 11380879.
HSL color Cylindrical-coordinate representation of color #8FA8AD: hue angle of 190º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA8AD is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 168 | 173 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.32 |
| HSL | 190º | 0.15% | 0.62% | - |
| HSV(B) | 190º | 0.17% | 0.68% | - |
| XYZ | 32.87 | 36.86 | 44.92 | - |
| YUV | 161.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 173 | 0.17 | 0.03 | 0 | 0.32 | 190 | 0.15 | 0.62 |
| Hex | 8F | A8 | AD | 11 | 3 | 0 | 20 | BE | F | 3E |
| Octal | 217 | 250 | 255 | 21 | 3 | 0 | 40 | 276 | 17 | 76 |
| Binary | 10001111 | 10101000 | 10101101 | 10001 | 11 | 0 | 100000 | 10111110 | 1111 | 111110 |
Color Harmonies of #8FA8AD
Complementary color
Monochromatic Colors of #8FA8AD
Black with #8FA8AD
Text Example
Text Example
White with #8FA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8AD; }
p { color: rgb(143,168,173); }
H1.HeaderClassName
{
color: #8FA8AD;
}
.AnyTagClassName
{
color: #8FA8AD;
}
</style>
background-color css
<style>
a { background-color: #8FA8AD; }
a { background-color: rgb(143,168,173); }
div.DivClassName
{
background-color: #8FA8AD;
}
.BgClassName
{
background-color: #8FA8AD;
}
</style>
border-color css
<style>
span { border-color: #8FA8AD; }
span { border-color: rgb(143,168,173); }
td.TdClassName
{
border-color: #8FA8AD;
}
.TagClassName
{
border-color: #8FA8AD;
}
</style>