Shades of Botticelli #8DADB7
Tints of Botticelli #8DADB7
RGB
CMYK
RGB Variations
Color information
#8DADB7 (or 0x8DADB7) is known color: Botticelli. HEX triplet: 8D, AD and B7. RGB value is (141,173,183). Sum of RGB (Red+Green+Blue) = 141+173+183=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 183 - color contains mainly: blue. Hex color #8DADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DADB7 is #725248. Grayscale: #A4A4A4. Windows color (decimal): -7492169 or 12037517. OLE color: 12037517.
HSL color Cylindrical-coordinate representation of color #8DADB7: hue angle of 194.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DADB7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 173 | 183 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.28 |
| HSL | 194.29º | 0.23% | 0.64% | - |
| HSV(B) | 194.29º | 0.23% | 0.72% | - |
| XYZ | 34.48 | 38.97 | 50.5 | - |
| YUV | 164.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 183 | 0.23 | 0.05 | 0 | 0.28 | 194.29 | 0.23 | 0.64 |
| Hex | 8D | AD | B7 | 17 | 5 | 0 | 1C | C2 | 17 | 40 |
| Octal | 215 | 255 | 267 | 27 | 5 | 0 | 34 | 302 | 27 | 100 |
| Binary | 10001101 | 10101101 | 10110111 | 10111 | 101 | 0 | 11100 | 11000010 | 10111 | 1000000 |
Color Harmonies of #8DADB7
Complementary color
Monochromatic Colors of #8DADB7
Black with #8DADB7
Text Example
Text Example
White with #8DADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADB7; }
p { color: rgb(141,173,183); }
H1.HeaderClassName
{
color: #8DADB7;
}
.AnyTagClassName
{
color: #8DADB7;
}
</style>
background-color css
<style>
a { background-color: #8DADB7; }
a { background-color: rgb(141,173,183); }
div.DivClassName
{
background-color: #8DADB7;
}
.BgClassName
{
background-color: #8DADB7;
}
</style>
border-color css
<style>
span { border-color: #8DADB7; }
span { border-color: rgb(141,173,183); }
td.TdClassName
{
border-color: #8DADB7;
}
.TagClassName
{
border-color: #8DADB7;
}
</style>