Shades of Portage #85A0DD
Tints of Portage #85A0DD
RGB
CMYK
RGB Variations
Color information
#85A0DD (or 0x85A0DD) is known color: Portage. HEX triplet: 85, A0 and DD. RGB value is (133,160,221). Sum of RGB (Red+Green+Blue) = 133+160+221=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #85A0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0DD is #7A5F22. Grayscale: #9E9E9E. Windows color (decimal): -8019747 or 14524549. OLE color: 14524549.
HSL color Cylindrical-coordinate representation of color #85A0DD: hue angle of 221.59º 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 #85A0DD is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 160 | 221 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.13 |
| HSL | 221.59º | 0.56% | 0.69% | - |
| HSV(B) | 221.59º | 0.4% | 0.87% | - |
| XYZ | 35.29 | 35.35 | 73.37 | - |
| YUV | 158.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 221 | 0.40 | 0.28 | 0 | 0.13 | 221.59 | 0.56 | 0.69 |
| Hex | 85 | A0 | DD | 28 | 1C | 0 | D | DE | 38 | 45 |
| Octal | 205 | 240 | 335 | 50 | 34 | 0 | 15 | 336 | 70 | 105 |
| Binary | 10000101 | 10100000 | 11011101 | 101000 | 11100 | 0 | 1101 | 11011110 | 111000 | 1000101 |
Color Harmonies of #85A0DD
Complementary color
Monochromatic Colors of #85A0DD
Black with #85A0DD
Text Example
Text Example
White with #85A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0DD; }
p { color: rgb(133,160,221); }
H1.HeaderClassName
{
color: #85A0DD;
}
.AnyTagClassName
{
color: #85A0DD;
}
</style>
background-color css
<style>
a { background-color: #85A0DD; }
a { background-color: rgb(133,160,221); }
div.DivClassName
{
background-color: #85A0DD;
}
.BgClassName
{
background-color: #85A0DD;
}
</style>
border-color css
<style>
span { border-color: #85A0DD; }
span { border-color: rgb(133,160,221); }
td.TdClassName
{
border-color: #85A0DD;
}
.TagClassName
{
border-color: #85A0DD;
}
</style>