Shades of Portage #828EEB
Tints of Portage #828EEB
RGB
CMYK
RGB Variations
Color information
#828EEB (or 0x828EEB) is known color: Portage. HEX triplet: 82, 8E and EB. RGB value is (130,142,235). Sum of RGB (Red+Green+Blue) = 130+142+235=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #828EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EEB is #7D7114. Grayscale: #949494. Windows color (decimal): -8220949 or 15437442. OLE color: 15437442.
HSL color Cylindrical-coordinate representation of color #828EEB: hue angle of 233.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828EEB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 142 | 235 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.08 |
| HSL | 233.14º | 0.72% | 0.72% | - |
| HSV(B) | 233.14º | 0.45% | 0.92% | - |
| XYZ | 33.87 | 30.09 | 82.62 | - |
| YUV | 149.01 | 176.52 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 235 | 0.45 | 0.40 | 0 | 0.08 | 233.14 | 0.72 | 0.72 |
| Hex | 82 | 8E | EB | 2D | 28 | 0 | 8 | E9 | 48 | 48 |
| Octal | 202 | 216 | 353 | 55 | 50 | 0 | 10 | 351 | 110 | 110 |
| Binary | 10000010 | 10001110 | 11101011 | 101101 | 101000 | 0 | 1000 | 11101001 | 1001000 | 1001000 |
Color Harmonies of #828EEB
Complementary color
Monochromatic Colors of #828EEB
Black with #828EEB
Text Example
Text Example
White with #828EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EEB; }
p { color: rgb(130,142,235); }
H1.HeaderClassName
{
color: #828EEB;
}
.AnyTagClassName
{
color: #828EEB;
}
</style>
background-color css
<style>
a { background-color: #828EEB; }
a { background-color: rgb(130,142,235); }
div.DivClassName
{
background-color: #828EEB;
}
.BgClassName
{
background-color: #828EEB;
}
</style>
border-color css
<style>
span { border-color: #828EEB; }
span { border-color: rgb(130,142,235); }
td.TdClassName
{
border-color: #828EEB;
}
.TagClassName
{
border-color: #828EEB;
}
</style>