Shades of Portage #828FE7
Tints of Portage #828FE7
RGB
CMYK
RGB Variations
Color information
#828FE7 (or 0x828FE7) is known color: Portage. HEX triplet: 82, 8F and E7. RGB value is (130,143,231). Sum of RGB (Red+Green+Blue) = 130+143+231=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #828FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828FE7 is #7D7018. Grayscale: #949494. Windows color (decimal): -8220697 or 15175554. OLE color: 15175554.
HSL color Cylindrical-coordinate representation of color #828FE7: hue angle of 232.28º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828FE7 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 143 | 231 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.09 |
| HSL | 232.28º | 0.68% | 0.71% | - |
| HSV(B) | 232.28º | 0.44% | 0.91% | - |
| XYZ | 33.45 | 30.16 | 79.66 | - |
| YUV | 149.15 | 174.19 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 231 | 0.44 | 0.38 | 0 | 0.09 | 232.28 | 0.68 | 0.71 |
| Hex | 82 | 8F | E7 | 2C | 26 | 0 | 9 | E8 | 44 | 47 |
| Octal | 202 | 217 | 347 | 54 | 46 | 0 | 11 | 350 | 104 | 107 |
| Binary | 10000010 | 10001111 | 11100111 | 101100 | 100110 | 0 | 1001 | 11101000 | 1000100 | 1000111 |
Color Harmonies of #828FE7
Complementary color
Monochromatic Colors of #828FE7
Black with #828FE7
Text Example
Text Example
White with #828FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828FE7; }
p { color: rgb(130,143,231); }
H1.HeaderClassName
{
color: #828FE7;
}
.AnyTagClassName
{
color: #828FE7;
}
</style>
background-color css
<style>
a { background-color: #828FE7; }
a { background-color: rgb(130,143,231); }
div.DivClassName
{
background-color: #828FE7;
}
.BgClassName
{
background-color: #828FE7;
}
</style>
border-color css
<style>
span { border-color: #828FE7; }
span { border-color: rgb(130,143,231); }
td.TdClassName
{
border-color: #828FE7;
}
.TagClassName
{
border-color: #828FE7;
}
</style>