Shades of Botticelli #8FA9AD
Tints of Botticelli #8FA9AD
RGB
CMYK
RGB Variations
Color information
#8FA9AD (or 0x8FA9AD) is known color: Botticelli. HEX triplet: 8F, A9 and AD. RGB value is (143,169,173). Sum of RGB (Red+Green+Blue) = 143+169+173=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: blue. Hex color #8FA9AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA9AD is #705652. Grayscale: #A1A1A1. Windows color (decimal): -7362131 or 11381135. OLE color: 11381135.
HSL color Cylindrical-coordinate representation of color #8FA9AD: hue angle of 188º 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 #8FA9AD is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 169 | 173 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.32 |
| HSL | 188º | 0.15% | 0.62% | - |
| HSV(B) | 188º | 0.17% | 0.68% | - |
| XYZ | 33.06 | 37.23 | 44.98 | - |
| YUV | 161.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 173 | 0.17 | 0.02 | 0 | 0.32 | 188 | 0.15 | 0.62 |
| Hex | 8F | A9 | AD | 11 | 2 | 0 | 20 | BC | F | 3E |
| Octal | 217 | 251 | 255 | 21 | 2 | 0 | 40 | 274 | 17 | 76 |
| Binary | 10001111 | 10101001 | 10101101 | 10001 | 10 | 0 | 100000 | 10111100 | 1111 | 111110 |
Color Harmonies of #8FA9AD
Complementary color
Monochromatic Colors of #8FA9AD
Black with #8FA9AD
Text Example
Text Example
White with #8FA9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9AD; }
p { color: rgb(143,169,173); }
H1.HeaderClassName
{
color: #8FA9AD;
}
.AnyTagClassName
{
color: #8FA9AD;
}
</style>
background-color css
<style>
a { background-color: #8FA9AD; }
a { background-color: rgb(143,169,173); }
div.DivClassName
{
background-color: #8FA9AD;
}
.BgClassName
{
background-color: #8FA9AD;
}
</style>
border-color css
<style>
span { border-color: #8FA9AD; }
span { border-color: rgb(143,169,173); }
td.TdClassName
{
border-color: #8FA9AD;
}
.TagClassName
{
border-color: #8FA9AD;
}
</style>