Shades of Botticelli #87ADB8
Tints of Botticelli #87ADB8
RGB
CMYK
RGB Variations
Color information
#87ADB8 (or 0x87ADB8) is known color: Botticelli. HEX triplet: 87, AD and B8. RGB value is (135,173,184). Sum of RGB (Red+Green+Blue) = 135+173+184=492 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.44% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 184 - color contains mainly: blue. Hex color #87ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADB8 is #785247. Grayscale: #A2A2A2. Windows color (decimal): -7885384 or 12103047. OLE color: 12103047.
HSL color Cylindrical-coordinate representation of color #87ADB8: hue angle of 193.47º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87ADB8 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 173 | 184 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.28 |
| HSL | 193.47º | 0.26% | 0.63% | - |
| HSV(B) | 193.47º | 0.27% | 0.72% | - |
| XYZ | 33.59 | 38.5 | 51.01 | - |
| YUV | 162.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 184 | 0.27 | 0.06 | 0 | 0.28 | 193.47 | 0.26 | 0.63 |
| Hex | 87 | AD | B8 | 1B | 6 | 0 | 1C | C1 | 1A | 3F |
| Octal | 207 | 255 | 270 | 33 | 6 | 0 | 34 | 301 | 32 | 77 |
| Binary | 10000111 | 10101101 | 10111000 | 11011 | 110 | 0 | 11100 | 11000001 | 11010 | 111111 |
Color Harmonies of #87ADB8
Complementary color
Monochromatic Colors of #87ADB8
Black with #87ADB8
Text Example
Text Example
White with #87ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADB8; }
p { color: rgb(135,173,184); }
H1.HeaderClassName
{
color: #87ADB8;
}
.AnyTagClassName
{
color: #87ADB8;
}
</style>
background-color css
<style>
a { background-color: #87ADB8; }
a { background-color: rgb(135,173,184); }
div.DivClassName
{
background-color: #87ADB8;
}
.BgClassName
{
background-color: #87ADB8;
}
</style>
border-color css
<style>
span { border-color: #87ADB8; }
span { border-color: rgb(135,173,184); }
td.TdClassName
{
border-color: #87ADB8;
}
.TagClassName
{
border-color: #87ADB8;
}
</style>