Shades of Portage #8288E9
Tints of Portage #8288E9
RGB
CMYK
RGB Variations
Color information
#8288E9 (or 0x8288E9) is known color: Portage. HEX triplet: 82, 88 and E9. RGB value is (130,136,233). Sum of RGB (Red+Green+Blue) = 130+136+233=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #8288E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8288E9 is #7D7716. Grayscale: #909090. Windows color (decimal): -8222487 or 15304834. OLE color: 15304834.
HSL color Cylindrical-coordinate representation of color #8288E9: hue angle of 236.5º degrees, saturation: 0.7, 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 #8288E9 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 136 | 233 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.09 |
| HSL | 236.5º | 0.7% | 0.71% | - |
| HSV(B) | 236.5º | 0.44% | 0.91% | - |
| XYZ | 32.72 | 28.24 | 80.82 | - |
| YUV | 145.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 233 | 0.44 | 0.42 | 0 | 0.09 | 236.5 | 0.7 | 0.71 |
| Hex | 82 | 88 | E9 | 2C | 2A | 0 | 9 | ED | 46 | 47 |
| Octal | 202 | 210 | 351 | 54 | 52 | 0 | 11 | 355 | 106 | 107 |
| Binary | 10000010 | 10001000 | 11101001 | 101100 | 101010 | 0 | 1001 | 11101101 | 1000110 | 1000111 |
Color Harmonies of #8288E9
Complementary color
Monochromatic Colors of #8288E9
Black with #8288E9
Text Example
Text Example
White with #8288E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8288E9; }
p { color: rgb(130,136,233); }
H1.HeaderClassName
{
color: #8288E9;
}
.AnyTagClassName
{
color: #8288E9;
}
</style>
background-color css
<style>
a { background-color: #8288E9; }
a { background-color: rgb(130,136,233); }
div.DivClassName
{
background-color: #8288E9;
}
.BgClassName
{
background-color: #8288E9;
}
</style>
border-color css
<style>
span { border-color: #8288E9; }
span { border-color: rgb(130,136,233); }
td.TdClassName
{
border-color: #8288E9;
}
.TagClassName
{
border-color: #8288E9;
}
</style>