Shades of Botticelli #8CA6B2
Tints of Botticelli #8CA6B2
RGB
CMYK
RGB Variations
Color information
#8CA6B2 (or 0x8CA6B2) is known color: Botticelli. HEX triplet: 8C, A6 and B2. RGB value is (140,166,178). Sum of RGB (Red+Green+Blue) = 140+166+178=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 178 - color contains mainly: blue. Hex color #8CA6B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA6B2 is #73594D. Grayscale: #9F9F9F. Windows color (decimal): -7559502 or 11708044. OLE color: 11708044.
HSL color Cylindrical-coordinate representation of color #8CA6B2: hue angle of 198.95º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CA6B2 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 166 | 178 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.30 |
| HSL | 198.95º | 0.2% | 0.62% | - |
| HSV(B) | 198.95º | 0.21% | 0.7% | - |
| XYZ | 32.49 | 36.06 | 47.37 | - |
| YUV | 159.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 178 | 0.21 | 0.07 | 0 | 0.30 | 198.95 | 0.2 | 0.62 |
| Hex | 8C | A6 | B2 | 15 | 7 | 0 | 1E | C7 | 14 | 3E |
| Octal | 214 | 246 | 262 | 25 | 7 | 0 | 36 | 307 | 24 | 76 |
| Binary | 10001100 | 10100110 | 10110010 | 10101 | 111 | 0 | 11110 | 11000111 | 10100 | 111110 |
Color Harmonies of #8CA6B2
Complementary color
Monochromatic Colors of #8CA6B2
Black with #8CA6B2
Text Example
Text Example
White with #8CA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA6B2; }
p { color: rgb(140,166,178); }
H1.HeaderClassName
{
color: #8CA6B2;
}
.AnyTagClassName
{
color: #8CA6B2;
}
</style>
background-color css
<style>
a { background-color: #8CA6B2; }
a { background-color: rgb(140,166,178); }
div.DivClassName
{
background-color: #8CA6B2;
}
.BgClassName
{
background-color: #8CA6B2;
}
</style>
border-color css
<style>
span { border-color: #8CA6B2; }
span { border-color: rgb(140,166,178); }
td.TdClassName
{
border-color: #8CA6B2;
}
.TagClassName
{
border-color: #8CA6B2;
}
</style>