Shades of Portage #8285EC
Tints of Portage #8285EC
RGB
CMYK
RGB Variations
Color information
#8285EC (or 0x8285EC) is known color: Portage. HEX triplet: 82, 85 and EC. RGB value is (130,133,236). Sum of RGB (Red+Green+Blue) = 130+133+236=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8285EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285EC is #7D7A13. Grayscale: #8F8F8F. Windows color (decimal): -8223252 or 15500674. OLE color: 15500674.
HSL color Cylindrical-coordinate representation of color #8285EC: hue angle of 238.3º 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 #8285EC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 133 | 236 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.07 |
| HSL | 238.3º | 0.74% | 0.72% | - |
| HSV(B) | 238.3º | 0.45% | 0.93% | - |
| XYZ | 32.73 | 27.58 | 82.95 | - |
| YUV | 143.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 236 | 0.45 | 0.44 | 0 | 0.07 | 238.3 | 0.74 | 0.72 |
| Hex | 82 | 85 | EC | 2D | 2C | 0 | 7 | EE | 4A | 48 |
| Octal | 202 | 205 | 354 | 55 | 54 | 0 | 7 | 356 | 112 | 110 |
| Binary | 10000010 | 10000101 | 11101100 | 101101 | 101100 | 0 | 111 | 11101110 | 1001010 | 1001000 |
Color Harmonies of #8285EC
Complementary color
Monochromatic Colors of #8285EC
Black with #8285EC
Text Example
Text Example
White with #8285EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285EC; }
p { color: rgb(130,133,236); }
H1.HeaderClassName
{
color: #8285EC;
}
.AnyTagClassName
{
color: #8285EC;
}
</style>
background-color css
<style>
a { background-color: #8285EC; }
a { background-color: rgb(130,133,236); }
div.DivClassName
{
background-color: #8285EC;
}
.BgClassName
{
background-color: #8285EC;
}
</style>
border-color css
<style>
span { border-color: #8285EC; }
span { border-color: rgb(130,133,236); }
td.TdClassName
{
border-color: #8285EC;
}
.TagClassName
{
border-color: #8285EC;
}
</style>