Shades of Botticelli #8CA4AD
Tints of Botticelli #8CA4AD
RGB
CMYK
RGB Variations
Color information
#8CA4AD (or 0x8CA4AD) is known color: Botticelli. HEX triplet: 8C, A4 and AD. RGB value is (140,164,173). Sum of RGB (Red+Green+Blue) = 140+164+173=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #8CA4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4AD is #735B52. Grayscale: #9D9D9D. Windows color (decimal): -7560019 or 11379852. OLE color: 11379852.
HSL color Cylindrical-coordinate representation of color #8CA4AD: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA4AD is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 164 | 173 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.32 |
| HSL | 196.36º | 0.17% | 0.61% | - |
| HSV(B) | 196.36º | 0.19% | 0.68% | - |
| XYZ | 31.63 | 35.14 | 44.65 | - |
| YUV | 157.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 173 | 0.19 | 0.05 | 0 | 0.32 | 196.36 | 0.17 | 0.61 |
| Hex | 8C | A4 | AD | 13 | 5 | 0 | 20 | C4 | 11 | 3D |
| Octal | 214 | 244 | 255 | 23 | 5 | 0 | 40 | 304 | 21 | 75 |
| Binary | 10001100 | 10100100 | 10101101 | 10011 | 101 | 0 | 100000 | 11000100 | 10001 | 111101 |
Color Harmonies of #8CA4AD
Complementary color
Monochromatic Colors of #8CA4AD
Black with #8CA4AD
Text Example
Text Example
White with #8CA4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA4AD; }
p { color: rgb(140,164,173); }
H1.HeaderClassName
{
color: #8CA4AD;
}
.AnyTagClassName
{
color: #8CA4AD;
}
</style>
background-color css
<style>
a { background-color: #8CA4AD; }
a { background-color: rgb(140,164,173); }
div.DivClassName
{
background-color: #8CA4AD;
}
.BgClassName
{
background-color: #8CA4AD;
}
</style>
border-color css
<style>
span { border-color: #8CA4AD; }
span { border-color: rgb(140,164,173); }
td.TdClassName
{
border-color: #8CA4AD;
}
.TagClassName
{
border-color: #8CA4AD;
}
</style>