Shades of Botticelli #8CAAAF
Tints of Botticelli #8CAAAF
RGB
CMYK
RGB Variations
Color information
#8CAAAF (or 0x8CAAAF) is known color: Botticelli. HEX triplet: 8C, AA and AF. RGB value is (140,170,175). Sum of RGB (Red+Green+Blue) = 140+170+175=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #8CAAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAAF is #735550. Grayscale: #A1A1A1. Windows color (decimal): -7558481 or 11512460. OLE color: 11512460.
HSL color Cylindrical-coordinate representation of color #8CAAAF: hue angle of 188.57º 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 #8CAAAF is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 170 | 175 | - |
| CMYK | 0.2 | 0.03 | 0 | 0.31 |
| HSL | 188.57º | 0.18% | 0.62% | - |
| HSV(B) | 188.57º | 0.2% | 0.69% | - |
| XYZ | 32.93 | 37.42 | 46.04 | - |
| YUV | 161.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 175 | 0.2 | 0.03 | 0 | 0.31 | 188.57 | 0.18 | 0.62 |
| Hex | 8C | AA | AF | 14 | 3 | 0 | 1F | BD | 12 | 3E |
| Octal | 214 | 252 | 257 | 24 | 3 | 0 | 37 | 275 | 22 | 76 |
| Binary | 10001100 | 10101010 | 10101111 | 10100 | 11 | 0 | 11111 | 10111101 | 10010 | 111110 |
Color Harmonies of #8CAAAF
Complementary color
Monochromatic Colors of #8CAAAF
Black with #8CAAAF
Text Example
Text Example
White with #8CAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAAF; }
p { color: rgb(140,170,175); }
H1.HeaderClassName
{
color: #8CAAAF;
}
.AnyTagClassName
{
color: #8CAAAF;
}
</style>
background-color css
<style>
a { background-color: #8CAAAF; }
a { background-color: rgb(140,170,175); }
div.DivClassName
{
background-color: #8CAAAF;
}
.BgClassName
{
background-color: #8CAAAF;
}
</style>
border-color css
<style>
span { border-color: #8CAAAF; }
span { border-color: rgb(140,170,175); }
td.TdClassName
{
border-color: #8CAAAF;
}
.TagClassName
{
border-color: #8CAAAF;
}
</style>