Shades of Botticelli #8CA8AF
Tints of Botticelli #8CA8AF
RGB
CMYK
RGB Variations
Color information
#8CA8AF (or 0x8CA8AF) is known color: Botticelli. HEX triplet: 8C, A8 and AF. RGB value is (140,168,175). Sum of RGB (Red+Green+Blue) = 140+168+175=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA8AF is #735750. Grayscale: #A0A0A0. Windows color (decimal): -7558993 or 11511948. OLE color: 11511948.
HSL color Cylindrical-coordinate representation of color #8CA8AF: hue angle of 192º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CA8AF is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 168 | 175 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.31 |
| HSL | 192º | 0.18% | 0.62% | - |
| HSV(B) | 192º | 0.2% | 0.69% | - |
| XYZ | 32.56 | 36.68 | 45.92 | - |
| YUV | 160.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 175 | 0.2 | 0.04 | 0 | 0.31 | 192 | 0.18 | 0.62 |
| Hex | 8C | A8 | AF | 14 | 4 | 0 | 1F | C0 | 12 | 3E |
| Octal | 214 | 250 | 257 | 24 | 4 | 0 | 37 | 300 | 22 | 76 |
| Binary | 10001100 | 10101000 | 10101111 | 10100 | 100 | 0 | 11111 | 11000000 | 10010 | 111110 |
Color Harmonies of #8CA8AF
Complementary color
Monochromatic Colors of #8CA8AF
Black with #8CA8AF
Text Example
Text Example
White with #8CA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA8AF; }
p { color: rgb(140,168,175); }
H1.HeaderClassName
{
color: #8CA8AF;
}
.AnyTagClassName
{
color: #8CA8AF;
}
</style>
background-color css
<style>
a { background-color: #8CA8AF; }
a { background-color: rgb(140,168,175); }
div.DivClassName
{
background-color: #8CA8AF;
}
.BgClassName
{
background-color: #8CA8AF;
}
</style>
border-color css
<style>
span { border-color: #8CA8AF; }
span { border-color: rgb(140,168,175); }
td.TdClassName
{
border-color: #8CA8AF;
}
.TagClassName
{
border-color: #8CA8AF;
}
</style>