Shades of Botticelli #8FA5AC
Tints of Botticelli #8FA5AC
RGB
CMYK
RGB Variations
Color information
#8FA5AC (or 0x8FA5AC) is known color: Botticelli. HEX triplet: 8F, A5 and AC. RGB value is (143,165,172). Sum of RGB (Red+Green+Blue) = 143+165+172=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 172 - color contains mainly: blue. Hex color #8FA5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA5AC is #705A53. Grayscale: #9F9F9F. Windows color (decimal): -7363156 or 11314575. OLE color: 11314575.
HSL color Cylindrical-coordinate representation of color #8FA5AC: hue angle of 194.48º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FA5AC is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 165 | 172 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.33 |
| HSL | 194.48º | 0.15% | 0.62% | - |
| HSV(B) | 194.48º | 0.17% | 0.67% | - |
| XYZ | 32.23 | 35.73 | 44.23 | - |
| YUV | 159.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 172 | 0.17 | 0.04 | 0 | 0.33 | 194.48 | 0.15 | 0.62 |
| Hex | 8F | A5 | AC | 11 | 4 | 0 | 21 | C2 | F | 3E |
| Octal | 217 | 245 | 254 | 21 | 4 | 0 | 41 | 302 | 17 | 76 |
| Binary | 10001111 | 10100101 | 10101100 | 10001 | 100 | 0 | 100001 | 11000010 | 1111 | 111110 |
Color Harmonies of #8FA5AC
Complementary color
Monochromatic Colors of #8FA5AC
Black with #8FA5AC
Text Example
Text Example
White with #8FA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA5AC; }
p { color: rgb(143,165,172); }
H1.HeaderClassName
{
color: #8FA5AC;
}
.AnyTagClassName
{
color: #8FA5AC;
}
</style>
background-color css
<style>
a { background-color: #8FA5AC; }
a { background-color: rgb(143,165,172); }
div.DivClassName
{
background-color: #8FA5AC;
}
.BgClassName
{
background-color: #8FA5AC;
}
</style>
border-color css
<style>
span { border-color: #8FA5AC; }
span { border-color: rgb(143,165,172); }
td.TdClassName
{
border-color: #8FA5AC;
}
.TagClassName
{
border-color: #8FA5AC;
}
</style>