Shades of Botticelli #85A7B5
Tints of Botticelli #85A7B5
RGB
CMYK
RGB Variations
Color information
#85A7B5 (or 0x85A7B5) is known color: Botticelli. HEX triplet: 85, A7 and B5. RGB value is (133,167,181). Sum of RGB (Red+Green+Blue) = 133+167+181=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #85A7B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A7B5 is #7A584A. Grayscale: #9E9E9E. Windows color (decimal): -8017995 or 11904901. OLE color: 11904901.
HSL color Cylindrical-coordinate representation of color #85A7B5: hue angle of 197.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85A7B5 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 167 | 181 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.29 |
| HSL | 197.5º | 0.24% | 0.62% | - |
| HSV(B) | 197.5º | 0.27% | 0.71% | - |
| XYZ | 31.83 | 35.96 | 48.98 | - |
| YUV | 158.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 167 | 181 | 0.27 | 0.08 | 0 | 0.29 | 197.5 | 0.24 | 0.62 |
| Hex | 85 | A7 | B5 | 1B | 8 | 0 | 1D | C6 | 18 | 3E |
| Octal | 205 | 247 | 265 | 33 | 10 | 0 | 35 | 306 | 30 | 76 |
| Binary | 10000101 | 10100111 | 10110101 | 11011 | 1000 | 0 | 11101 | 11000110 | 11000 | 111110 |
Color Harmonies of #85A7B5
Complementary color
Monochromatic Colors of #85A7B5
Black with #85A7B5
Text Example
Text Example
White with #85A7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A7B5; }
p { color: rgb(133,167,181); }
H1.HeaderClassName
{
color: #85A7B5;
}
.AnyTagClassName
{
color: #85A7B5;
}
</style>
background-color css
<style>
a { background-color: #85A7B5; }
a { background-color: rgb(133,167,181); }
div.DivClassName
{
background-color: #85A7B5;
}
.BgClassName
{
background-color: #85A7B5;
}
</style>
border-color css
<style>
span { border-color: #85A7B5; }
span { border-color: rgb(133,167,181); }
td.TdClassName
{
border-color: #85A7B5;
}
.TagClassName
{
border-color: #85A7B5;
}
</style>