Shades of Botticelli #8DA5AD
Tints of Botticelli #8DA5AD
RGB
CMYK
RGB Variations
Color information
#8DA5AD (or 0x8DA5AD) is known color: Botticelli. HEX triplet: 8D, A5 and AD. RGB value is (141,165,173). Sum of RGB (Red+Green+Blue) = 141+165+173=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA5AD is #725A52. Grayscale: #9E9E9E. Windows color (decimal): -7494227 or 11380109. OLE color: 11380109.
HSL color Cylindrical-coordinate representation of color #8DA5AD: hue angle of 195º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA5AD is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 165 | 173 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.32 |
| HSL | 195º | 0.16% | 0.62% | - |
| HSV(B) | 195º | 0.18% | 0.68% | - |
| XYZ | 31.98 | 35.59 | 44.72 | - |
| YUV | 158.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 173 | 0.18 | 0.05 | 0 | 0.32 | 195 | 0.16 | 0.62 |
| Hex | 8D | A5 | AD | 12 | 5 | 0 | 20 | C3 | 10 | 3E |
| Octal | 215 | 245 | 255 | 22 | 5 | 0 | 40 | 303 | 20 | 76 |
| Binary | 10001101 | 10100101 | 10101101 | 10010 | 101 | 0 | 100000 | 11000011 | 10000 | 111110 |
Color Harmonies of #8DA5AD
Complementary color
Monochromatic Colors of #8DA5AD
Black with #8DA5AD
Text Example
Text Example
White with #8DA5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA5AD; }
p { color: rgb(141,165,173); }
H1.HeaderClassName
{
color: #8DA5AD;
}
.AnyTagClassName
{
color: #8DA5AD;
}
</style>
background-color css
<style>
a { background-color: #8DA5AD; }
a { background-color: rgb(141,165,173); }
div.DivClassName
{
background-color: #8DA5AD;
}
.BgClassName
{
background-color: #8DA5AD;
}
</style>
border-color css
<style>
span { border-color: #8DA5AD; }
span { border-color: rgb(141,165,173); }
td.TdClassName
{
border-color: #8DA5AD;
}
.TagClassName
{
border-color: #8DA5AD;
}
</style>