Shades of Portage #85A1DD
Tints of Portage #85A1DD
RGB
CMYK
RGB Variations
Color information
#85A1DD (or 0x85A1DD) is known color: Portage. HEX triplet: 85, A1 and DD. RGB value is (133,161,221). Sum of RGB (Red+Green+Blue) = 133+161+221=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1DD is #7A5E22. Grayscale: #9F9F9F. Windows color (decimal): -8019491 or 14524805. OLE color: 14524805.
HSL color Cylindrical-coordinate representation of color #85A1DD: hue angle of 220.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A1DD is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 161 | 221 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.13 |
| HSL | 220.91º | 0.56% | 0.69% | - |
| HSV(B) | 220.91º | 0.4% | 0.87% | - |
| XYZ | 35.47 | 35.7 | 73.43 | - |
| YUV | 159.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 221 | 0.40 | 0.27 | 0 | 0.13 | 220.91 | 0.56 | 0.69 |
| Hex | 85 | A1 | DD | 28 | 1B | 0 | D | DD | 38 | 45 |
| Octal | 205 | 241 | 335 | 50 | 33 | 0 | 15 | 335 | 70 | 105 |
| Binary | 10000101 | 10100001 | 11011101 | 101000 | 11011 | 0 | 1101 | 11011101 | 111000 | 1000101 |
Color Harmonies of #85A1DD
Complementary color
Monochromatic Colors of #85A1DD
Black with #85A1DD
Text Example
Text Example
White with #85A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A1DD; }
p { color: rgb(133,161,221); }
H1.HeaderClassName
{
color: #85A1DD;
}
.AnyTagClassName
{
color: #85A1DD;
}
</style>
background-color css
<style>
a { background-color: #85A1DD; }
a { background-color: rgb(133,161,221); }
div.DivClassName
{
background-color: #85A1DD;
}
.BgClassName
{
background-color: #85A1DD;
}
</style>
border-color css
<style>
span { border-color: #85A1DD; }
span { border-color: rgb(133,161,221); }
td.TdClassName
{
border-color: #85A1DD;
}
.TagClassName
{
border-color: #85A1DD;
}
</style>