Shades of Botticelli #87A6B3
Tints of Botticelli #87A6B3
RGB
CMYK
RGB Variations
Color information
#87A6B3 (or 0x87A6B3) is known color: Botticelli. HEX triplet: 87, A6 and B3. RGB value is (135,166,179). Sum of RGB (Red+Green+Blue) = 135+166+179=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #87A6B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6B3 is #78594C. Grayscale: #9E9E9E. Windows color (decimal): -7887181 or 11773575. OLE color: 11773575.
HSL color Cylindrical-coordinate representation of color #87A6B3: hue angle of 197.73º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #87A6B3 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 166 | 179 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.30 |
| HSL | 197.73º | 0.22% | 0.62% | - |
| HSV(B) | 197.73º | 0.25% | 0.7% | - |
| XYZ | 31.76 | 35.68 | 47.86 | - |
| YUV | 158.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 179 | 0.25 | 0.07 | 0 | 0.30 | 197.73 | 0.22 | 0.62 |
| Hex | 87 | A6 | B3 | 19 | 7 | 0 | 1E | C6 | 16 | 3E |
| Octal | 207 | 246 | 263 | 31 | 7 | 0 | 36 | 306 | 26 | 76 |
| Binary | 10000111 | 10100110 | 10110011 | 11001 | 111 | 0 | 11110 | 11000110 | 10110 | 111110 |
Color Harmonies of #87A6B3
Complementary color
Monochromatic Colors of #87A6B3
Black with #87A6B3
Text Example
Text Example
White with #87A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A6B3; }
p { color: rgb(135,166,179); }
H1.HeaderClassName
{
color: #87A6B3;
}
.AnyTagClassName
{
color: #87A6B3;
}
</style>
background-color css
<style>
a { background-color: #87A6B3; }
a { background-color: rgb(135,166,179); }
div.DivClassName
{
background-color: #87A6B3;
}
.BgClassName
{
background-color: #87A6B3;
}
</style>
border-color css
<style>
span { border-color: #87A6B3; }
span { border-color: rgb(135,166,179); }
td.TdClassName
{
border-color: #87A6B3;
}
.TagClassName
{
border-color: #87A6B3;
}
</style>