Shades of Botticelli #8FA8AE
Tints of Botticelli #8FA8AE
RGB
CMYK
RGB Variations
Color information
#8FA8AE (or 0x8FA8AE) is known color: Botticelli. HEX triplet: 8F, A8 and AE. RGB value is (143,168,174). Sum of RGB (Red+Green+Blue) = 143+168+174=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #8FA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA8AE is #705751. Grayscale: #A1A1A1. Windows color (decimal): -7362386 or 11446415. OLE color: 11446415.
HSL color Cylindrical-coordinate representation of color #8FA8AE: hue angle of 191.61º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA8AE is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 168 | 174 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.32 |
| HSL | 191.61º | 0.16% | 0.62% | - |
| HSV(B) | 191.61º | 0.18% | 0.68% | - |
| XYZ | 32.97 | 36.9 | 45.43 | - |
| YUV | 161.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 174 | 0.18 | 0.03 | 0 | 0.32 | 191.61 | 0.16 | 0.62 |
| Hex | 8F | A8 | AE | 12 | 3 | 0 | 20 | C0 | 10 | 3E |
| Octal | 217 | 250 | 256 | 22 | 3 | 0 | 40 | 300 | 20 | 76 |
| Binary | 10001111 | 10101000 | 10101110 | 10010 | 11 | 0 | 100000 | 11000000 | 10000 | 111110 |
Color Harmonies of #8FA8AE
Complementary color
Monochromatic Colors of #8FA8AE
Black with #8FA8AE
Text Example
Text Example
White with #8FA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8AE; }
p { color: rgb(143,168,174); }
H1.HeaderClassName
{
color: #8FA8AE;
}
.AnyTagClassName
{
color: #8FA8AE;
}
</style>
background-color css
<style>
a { background-color: #8FA8AE; }
a { background-color: rgb(143,168,174); }
div.DivClassName
{
background-color: #8FA8AE;
}
.BgClassName
{
background-color: #8FA8AE;
}
</style>
border-color css
<style>
span { border-color: #8FA8AE; }
span { border-color: rgb(143,168,174); }
td.TdClassName
{
border-color: #8FA8AE;
}
.TagClassName
{
border-color: #8FA8AE;
}
</style>