Shades of Botticelli #8DACB7
Tints of Botticelli #8DACB7
RGB
CMYK
RGB Variations
Color information
#8DACB7 (or 0x8DACB7) is known color: Botticelli. HEX triplet: 8D, AC and B7. RGB value is (141,172,183). Sum of RGB (Red+Green+Blue) = 141+172+183=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #8DACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DACB7 is #725348. Grayscale: #A3A3A3. Windows color (decimal): -7492425 or 12037261. OLE color: 12037261.
HSL color Cylindrical-coordinate representation of color #8DACB7: hue angle of 195.71º 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 #8DACB7 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 172 | 183 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.28 |
| HSL | 195.71º | 0.23% | 0.64% | - |
| HSV(B) | 195.71º | 0.23% | 0.72% | - |
| XYZ | 34.28 | 38.59 | 50.44 | - |
| YUV | 163.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 183 | 0.23 | 0.06 | 0 | 0.28 | 195.71 | 0.23 | 0.64 |
| Hex | 8D | AC | B7 | 17 | 6 | 0 | 1C | C4 | 17 | 40 |
| Octal | 215 | 254 | 267 | 27 | 6 | 0 | 34 | 304 | 27 | 100 |
| Binary | 10001101 | 10101100 | 10110111 | 10111 | 110 | 0 | 11100 | 11000100 | 10111 | 1000000 |
Color Harmonies of #8DACB7
Complementary color
Monochromatic Colors of #8DACB7
Black with #8DACB7
Text Example
Text Example
White with #8DACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACB7; }
p { color: rgb(141,172,183); }
H1.HeaderClassName
{
color: #8DACB7;
}
.AnyTagClassName
{
color: #8DACB7;
}
</style>
background-color css
<style>
a { background-color: #8DACB7; }
a { background-color: rgb(141,172,183); }
div.DivClassName
{
background-color: #8DACB7;
}
.BgClassName
{
background-color: #8DACB7;
}
</style>
border-color css
<style>
span { border-color: #8DACB7; }
span { border-color: rgb(141,172,183); }
td.TdClassName
{
border-color: #8DACB7;
}
.TagClassName
{
border-color: #8DACB7;
}
</style>