Shades of Portage #828FED
Tints of Portage #828FED
RGB
CMYK
RGB Variations
Color information
#828FED (or 0x828FED) is known color: Portage. HEX triplet: 82, 8F and ED. RGB value is (130,143,237). Sum of RGB (Red+Green+Blue) = 130+143+237=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #828FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FED is #7D7012. Grayscale: #959595. Windows color (decimal): -8220691 or 15568770. OLE color: 15568770.
HSL color Cylindrical-coordinate representation of color #828FED: hue angle of 232.71º degrees, saturation: 0.75, 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 #828FED is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 143 | 237 | - |
| CMYK | 0.45 | 0.40 | 0 | 0.07 |
| HSL | 232.71º | 0.75% | 0.72% | - |
| HSV(B) | 232.71º | 0.45% | 0.93% | - |
| XYZ | 34.31 | 30.51 | 84.2 | - |
| YUV | 149.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 237 | 0.45 | 0.40 | 0 | 0.07 | 232.71 | 0.75 | 0.72 |
| Hex | 82 | 8F | ED | 2D | 28 | 0 | 7 | E9 | 4B | 48 |
| Octal | 202 | 217 | 355 | 55 | 50 | 0 | 7 | 351 | 113 | 110 |
| Binary | 10000010 | 10001111 | 11101101 | 101101 | 101000 | 0 | 111 | 11101001 | 1001011 | 1001000 |
Color Harmonies of #828FED
Complementary color
Monochromatic Colors of #828FED
Black with #828FED
Text Example
Text Example
White with #828FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FED; }
p { color: rgb(130,143,237); }
H1.HeaderClassName
{
color: #828FED;
}
.AnyTagClassName
{
color: #828FED;
}
</style>
background-color css
<style>
a { background-color: #828FED; }
a { background-color: rgb(130,143,237); }
div.DivClassName
{
background-color: #828FED;
}
.BgClassName
{
background-color: #828FED;
}
</style>
border-color css
<style>
span { border-color: #828FED; }
span { border-color: rgb(130,143,237); }
td.TdClassName
{
border-color: #828FED;
}
.TagClassName
{
border-color: #828FED;
}
</style>