Shades of Portage #85A0DC
Tints of Portage #85A0DC
RGB
CMYK
RGB Variations
Color information
#85A0DC (or 0x85A0DC) is known color: Portage. HEX triplet: 85, A0 and DC. RGB value is (133,160,220). Sum of RGB (Red+Green+Blue) = 133+160+220=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #85A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0DC is #7A5F23. Grayscale: #9E9E9E. Windows color (decimal): -8019748 or 14459013. OLE color: 14459013.
HSL color Cylindrical-coordinate representation of color #85A0DC: hue angle of 221.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A0DC is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 160 | 220 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.14 |
| HSL | 221.38º | 0.55% | 0.69% | - |
| HSV(B) | 221.38º | 0.4% | 0.86% | - |
| XYZ | 35.16 | 35.3 | 72.67 | - |
| YUV | 158.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 220 | 0.40 | 0.27 | 0 | 0.14 | 221.38 | 0.55 | 0.69 |
| Hex | 85 | A0 | DC | 28 | 1B | 0 | E | DD | 37 | 45 |
| Octal | 205 | 240 | 334 | 50 | 33 | 0 | 16 | 335 | 67 | 105 |
| Binary | 10000101 | 10100000 | 11011100 | 101000 | 11011 | 0 | 1110 | 11011101 | 110111 | 1000101 |
Color Harmonies of #85A0DC
Complementary color
Monochromatic Colors of #85A0DC
Black with #85A0DC
Text Example
Text Example
White with #85A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A0DC; }
p { color: rgb(133,160,220); }
H1.HeaderClassName
{
color: #85A0DC;
}
.AnyTagClassName
{
color: #85A0DC;
}
</style>
background-color css
<style>
a { background-color: #85A0DC; }
a { background-color: rgb(133,160,220); }
div.DivClassName
{
background-color: #85A0DC;
}
.BgClassName
{
background-color: #85A0DC;
}
</style>
border-color css
<style>
span { border-color: #85A0DC; }
span { border-color: rgb(133,160,220); }
td.TdClassName
{
border-color: #85A0DC;
}
.TagClassName
{
border-color: #85A0DC;
}
</style>