Shades of Portage #828CEF
Tints of Portage #828CEF
RGB
CMYK
RGB Variations
Color information
#828CEF (or 0x828CEF) is known color: Portage. HEX triplet: 82, 8C and EF. RGB value is (130,140,239). Sum of RGB (Red+Green+Blue) = 130+140+239=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #828CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828CEF is #7D7310. Grayscale: #939393. Windows color (decimal): -8221457 or 15699074. OLE color: 15699074.
HSL color Cylindrical-coordinate representation of color #828CEF: hue angle of 234.5º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828CEF is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 140 | 239 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.06 |
| HSL | 234.5º | 0.77% | 0.72% | - |
| HSV(B) | 234.5º | 0.46% | 0.94% | - |
| XYZ | 34.16 | 29.73 | 85.6 | - |
| YUV | 148.3 | 179.19 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 239 | 0.46 | 0.41 | 0 | 0.06 | 234.5 | 0.77 | 0.72 |
| Hex | 82 | 8C | EF | 2E | 29 | 0 | 6 | EA | 4D | 48 |
| Octal | 202 | 214 | 357 | 56 | 51 | 0 | 6 | 352 | 115 | 110 |
| Binary | 10000010 | 10001100 | 11101111 | 101110 | 101001 | 0 | 110 | 11101010 | 1001101 | 1001000 |
Color Harmonies of #828CEF
Complementary color
Monochromatic Colors of #828CEF
Black with #828CEF
Text Example
Text Example
White with #828CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CEF; }
p { color: rgb(130,140,239); }
H1.HeaderClassName
{
color: #828CEF;
}
.AnyTagClassName
{
color: #828CEF;
}
</style>
background-color css
<style>
a { background-color: #828CEF; }
a { background-color: rgb(130,140,239); }
div.DivClassName
{
background-color: #828CEF;
}
.BgClassName
{
background-color: #828CEF;
}
</style>
border-color css
<style>
span { border-color: #828CEF; }
span { border-color: rgb(130,140,239); }
td.TdClassName
{
border-color: #828CEF;
}
.TagClassName
{
border-color: #828CEF;
}
</style>