Shades of Portage #828CEB
Tints of Portage #828CEB
RGB
CMYK
RGB Variations
Color information
#828CEB (or 0x828CEB) is known color: Portage. HEX triplet: 82, 8C and EB. RGB value is (130,140,235). Sum of RGB (Red+Green+Blue) = 130+140+235=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #828CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CEB is #7D7314. Grayscale: #939393. Windows color (decimal): -8221461 or 15436930. OLE color: 15436930.
HSL color Cylindrical-coordinate representation of color #828CEB: hue angle of 234.29º 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 #828CEB is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 140 | 235 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.08 |
| HSL | 234.29º | 0.72% | 0.72% | - |
| HSV(B) | 234.29º | 0.45% | 0.92% | - |
| XYZ | 33.58 | 29.5 | 82.52 | - |
| YUV | 147.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 235 | 0.45 | 0.40 | 0 | 0.08 | 234.29 | 0.72 | 0.72 |
| Hex | 82 | 8C | EB | 2D | 28 | 0 | 8 | EA | 48 | 48 |
| Octal | 202 | 214 | 353 | 55 | 50 | 0 | 10 | 352 | 110 | 110 |
| Binary | 10000010 | 10001100 | 11101011 | 101101 | 101000 | 0 | 1000 | 11101010 | 1001000 | 1001000 |
Color Harmonies of #828CEB
Complementary color
Monochromatic Colors of #828CEB
Black with #828CEB
Text Example
Text Example
White with #828CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CEB; }
p { color: rgb(130,140,235); }
H1.HeaderClassName
{
color: #828CEB;
}
.AnyTagClassName
{
color: #828CEB;
}
</style>
background-color css
<style>
a { background-color: #828CEB; }
a { background-color: rgb(130,140,235); }
div.DivClassName
{
background-color: #828CEB;
}
.BgClassName
{
background-color: #828CEB;
}
</style>
border-color css
<style>
span { border-color: #828CEB; }
span { border-color: rgb(130,140,235); }
td.TdClassName
{
border-color: #828CEB;
}
.TagClassName
{
border-color: #828CEB;
}
</style>