Shades of Botticelli #85AFB7
Tints of Botticelli #85AFB7
RGB
CMYK
RGB Variations
Color information
#85AFB7 (or 0x85AFB7) is known color: Botticelli. HEX triplet: 85, AF and B7. RGB value is (133,175,183). Sum of RGB (Red+Green+Blue) = 133+175+183=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #85AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFB7 is #7A5048. Grayscale: #A3A3A3. Windows color (decimal): -8015945 or 12038021. OLE color: 12038021.
HSL color Cylindrical-coordinate representation of color #85AFB7: hue angle of 189.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85AFB7 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 175 | 183 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.28 |
| HSL | 189.6º | 0.26% | 0.62% | - |
| HSV(B) | 189.6º | 0.27% | 0.72% | - |
| XYZ | 33.55 | 39.07 | 50.57 | - |
| YUV | 163.35 | 139.09 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 183 | 0.27 | 0.04 | 0 | 0.28 | 189.6 | 0.26 | 0.62 |
| Hex | 85 | AF | B7 | 1B | 4 | 0 | 1C | BE | 1A | 3E |
| Octal | 205 | 257 | 267 | 33 | 4 | 0 | 34 | 276 | 32 | 76 |
| Binary | 10000101 | 10101111 | 10110111 | 11011 | 100 | 0 | 11100 | 10111110 | 11010 | 111110 |
Color Harmonies of #85AFB7
Complementary color
Monochromatic Colors of #85AFB7
Black with #85AFB7
Text Example
Text Example
White with #85AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AFB7; }
p { color: rgb(133,175,183); }
H1.HeaderClassName
{
color: #85AFB7;
}
.AnyTagClassName
{
color: #85AFB7;
}
</style>
background-color css
<style>
a { background-color: #85AFB7; }
a { background-color: rgb(133,175,183); }
div.DivClassName
{
background-color: #85AFB7;
}
.BgClassName
{
background-color: #85AFB7;
}
</style>
border-color css
<style>
span { border-color: #85AFB7; }
span { border-color: rgb(133,175,183); }
td.TdClassName
{
border-color: #85AFB7;
}
.TagClassName
{
border-color: #85AFB7;
}
</style>