Shades of Botticelli #87A8B5
Tints of Botticelli #87A8B5
RGB
CMYK
RGB Variations
Color information
#87A8B5 (or 0x87A8B5) is known color: Botticelli. HEX triplet: 87, A8 and B5. RGB value is (135,168,181). Sum of RGB (Red+Green+Blue) = 135+168+181=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 181 - color contains mainly: blue. Hex color #87A8B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8B5 is #78574A. Grayscale: #9F9F9F. Windows color (decimal): -7886667 or 11905159. OLE color: 11905159.
HSL color Cylindrical-coordinate representation of color #87A8B5: hue angle of 196.96º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A8B5 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 168 | 181 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.29 |
| HSL | 196.96º | 0.24% | 0.62% | - |
| HSV(B) | 196.96º | 0.25% | 0.71% | - |
| XYZ | 32.33 | 36.49 | 49.06 | - |
| YUV | 159.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 181 | 0.25 | 0.07 | 0 | 0.29 | 196.96 | 0.24 | 0.62 |
| Hex | 87 | A8 | B5 | 19 | 7 | 0 | 1D | C5 | 18 | 3E |
| Octal | 207 | 250 | 265 | 31 | 7 | 0 | 35 | 305 | 30 | 76 |
| Binary | 10000111 | 10101000 | 10110101 | 11001 | 111 | 0 | 11101 | 11000101 | 11000 | 111110 |
Color Harmonies of #87A8B5
Complementary color
Monochromatic Colors of #87A8B5
Black with #87A8B5
Text Example
Text Example
White with #87A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8B5; }
p { color: rgb(135,168,181); }
H1.HeaderClassName
{
color: #87A8B5;
}
.AnyTagClassName
{
color: #87A8B5;
}
</style>
background-color css
<style>
a { background-color: #87A8B5; }
a { background-color: rgb(135,168,181); }
div.DivClassName
{
background-color: #87A8B5;
}
.BgClassName
{
background-color: #87A8B5;
}
</style>
border-color css
<style>
span { border-color: #87A8B5; }
span { border-color: rgb(135,168,181); }
td.TdClassName
{
border-color: #87A8B5;
}
.TagClassName
{
border-color: #87A8B5;
}
</style>