Shades of Botticelli #8DA4AB
Tints of Botticelli #8DA4AB
RGB
CMYK
RGB Variations
Color information
#8DA4AB (or 0x8DA4AB) is known color: Botticelli. HEX triplet: 8D, A4 and AB. RGB value is (141,164,171). Sum of RGB (Red+Green+Blue) = 141+164+171=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #8DA4AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA4AB is #725B54. Grayscale: #9D9D9D. Windows color (decimal): -7494485 or 11248781. OLE color: 11248781.
HSL color Cylindrical-coordinate representation of color #8DA4AB: hue angle of 194º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA4AB is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 164 | 171 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.33 |
| HSL | 194º | 0.15% | 0.61% | - |
| HSV(B) | 194º | 0.18% | 0.67% | - |
| XYZ | 31.61 | 35.15 | 43.65 | - |
| YUV | 157.92 | 135.38 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 171 | 0.18 | 0.04 | 0 | 0.33 | 194 | 0.15 | 0.61 |
| Hex | 8D | A4 | AB | 12 | 4 | 0 | 21 | C2 | F | 3D |
| Octal | 215 | 244 | 253 | 22 | 4 | 0 | 41 | 302 | 17 | 75 |
| Binary | 10001101 | 10100100 | 10101011 | 10010 | 100 | 0 | 100001 | 11000010 | 1111 | 111101 |
Color Harmonies of #8DA4AB
Complementary color
Monochromatic Colors of #8DA4AB
Black with #8DA4AB
Text Example
Text Example
White with #8DA4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA4AB; }
p { color: rgb(141,164,171); }
H1.HeaderClassName
{
color: #8DA4AB;
}
.AnyTagClassName
{
color: #8DA4AB;
}
</style>
background-color css
<style>
a { background-color: #8DA4AB; }
a { background-color: rgb(141,164,171); }
div.DivClassName
{
background-color: #8DA4AB;
}
.BgClassName
{
background-color: #8DA4AB;
}
</style>
border-color css
<style>
span { border-color: #8DA4AB; }
span { border-color: rgb(141,164,171); }
td.TdClassName
{
border-color: #8DA4AB;
}
.TagClassName
{
border-color: #8DA4AB;
}
</style>