Shades of Portage #8185EC
Tints of Portage #8185EC
RGB
CMYK
RGB Variations
Color information
#8185EC (or 0x8185EC) is known color: Portage. HEX triplet: 81, 85 and EC. RGB value is (129,133,236). Sum of RGB (Red+Green+Blue) = 129+133+236=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #8185EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8185EC is #7E7A13. Grayscale: #8F8F8F. Windows color (decimal): -8288788 or 15500673. OLE color: 15500673.
HSL color Cylindrical-coordinate representation of color #8185EC: hue angle of 237.76º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8185EC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 133 | 236 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.07 |
| HSL | 237.76º | 0.74% | 0.72% | - |
| HSV(B) | 237.76º | 0.45% | 0.93% | - |
| XYZ | 32.58 | 27.5 | 82.95 | - |
| YUV | 143.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 133 | 236 | 0.45 | 0.44 | 0 | 0.07 | 237.76 | 0.74 | 0.72 |
| Hex | 81 | 85 | EC | 2D | 2C | 0 | 7 | EE | 4A | 48 |
| Octal | 201 | 205 | 354 | 55 | 54 | 0 | 7 | 356 | 112 | 110 |
| Binary | 10000001 | 10000101 | 11101100 | 101101 | 101100 | 0 | 111 | 11101110 | 1001010 | 1001000 |
Color Harmonies of #8185EC
Complementary color
Monochromatic Colors of #8185EC
Black with #8185EC
Text Example
Text Example
White with #8185EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8185EC; }
p { color: rgb(129,133,236); }
H1.HeaderClassName
{
color: #8185EC;
}
.AnyTagClassName
{
color: #8185EC;
}
</style>
background-color css
<style>
a { background-color: #8185EC; }
a { background-color: rgb(129,133,236); }
div.DivClassName
{
background-color: #8185EC;
}
.BgClassName
{
background-color: #8185EC;
}
</style>
border-color css
<style>
span { border-color: #8185EC; }
span { border-color: rgb(129,133,236); }
td.TdClassName
{
border-color: #8185EC;
}
.TagClassName
{
border-color: #8185EC;
}
</style>