Shades of Portage #828EF4
Tints of Portage #828EF4
RGB
CMYK
RGB Variations
Color information
#828EF4 (or 0x828EF4) is known color: Portage. HEX triplet: 82, 8E and F4. RGB value is (130,142,244). Sum of RGB (Red+Green+Blue) = 130+142+244=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 244 (95.70% from 255 or 47.29% from 516); Max value from RGB is 244 - color contains mainly: blue. Hex color #828EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828EF4 is #7D710B. Grayscale: #959595. Windows color (decimal): -8220940 or 16027266. OLE color: 16027266.
HSL color Cylindrical-coordinate representation of color #828EF4: hue angle of 233.68º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #828EF4 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 142 | 244 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.04 |
| HSL | 233.68º | 0.84% | 0.73% | - |
| HSV(B) | 233.68º | 0.47% | 0.96% | - |
| XYZ | 35.21 | 30.62 | 89.64 | - |
| YUV | 150.04 | 181.02 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 244 | 0.47 | 0.42 | 0 | 0.04 | 233.68 | 0.84 | 0.73 |
| Hex | 82 | 8E | F4 | 2F | 2A | 0 | 4 | EA | 54 | 49 |
| Octal | 202 | 216 | 364 | 57 | 52 | 0 | 4 | 352 | 124 | 111 |
| Binary | 10000010 | 10001110 | 11110100 | 101111 | 101010 | 0 | 100 | 11101010 | 1010100 | 1001001 |
Color Harmonies of #828EF4
Complementary color
Monochromatic Colors of #828EF4
Black with #828EF4
Text Example
Text Example
White with #828EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EF4; }
p { color: rgb(130,142,244); }
H1.HeaderClassName
{
color: #828EF4;
}
.AnyTagClassName
{
color: #828EF4;
}
</style>
background-color css
<style>
a { background-color: #828EF4; }
a { background-color: rgb(130,142,244); }
div.DivClassName
{
background-color: #828EF4;
}
.BgClassName
{
background-color: #828EF4;
}
</style>
border-color css
<style>
span { border-color: #828EF4; }
span { border-color: rgb(130,142,244); }
td.TdClassName
{
border-color: #828EF4;
}
.TagClassName
{
border-color: #828EF4;
}
</style>