Shades of Portage #8291E8
Tints of Portage #8291E8
RGB
CMYK
RGB Variations
Color information
#8291E8 (or 0x8291E8) is known color: Portage. HEX triplet: 82, 91 and E8. RGB value is (130,145,232). Sum of RGB (Red+Green+Blue) = 130+145+232=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #8291E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8291E8 is #7D6E17. Grayscale: #969696. Windows color (decimal): -8220184 or 15241602. OLE color: 15241602.
HSL color Cylindrical-coordinate representation of color #8291E8: hue angle of 231.18º degrees, saturation: 0.69, 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 #8291E8 is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 145 | 232 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.09 |
| HSL | 231.18º | 0.69% | 0.71% | - |
| HSV(B) | 231.18º | 0.44% | 0.91% | - |
| XYZ | 33.9 | 30.82 | 80.51 | - |
| YUV | 150.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 232 | 0.44 | 0.38 | 0 | 0.09 | 231.18 | 0.69 | 0.71 |
| Hex | 82 | 91 | E8 | 2C | 26 | 0 | 9 | E7 | 45 | 47 |
| Octal | 202 | 221 | 350 | 54 | 46 | 0 | 11 | 347 | 105 | 107 |
| Binary | 10000010 | 10010001 | 11101000 | 101100 | 100110 | 0 | 1001 | 11100111 | 1000101 | 1000111 |
Color Harmonies of #8291E8
Complementary color
Monochromatic Colors of #8291E8
Black with #8291E8
Text Example
Text Example
White with #8291E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291E8; }
p { color: rgb(130,145,232); }
H1.HeaderClassName
{
color: #8291E8;
}
.AnyTagClassName
{
color: #8291E8;
}
</style>
background-color css
<style>
a { background-color: #8291E8; }
a { background-color: rgb(130,145,232); }
div.DivClassName
{
background-color: #8291E8;
}
.BgClassName
{
background-color: #8291E8;
}
</style>
border-color css
<style>
span { border-color: #8291E8; }
span { border-color: rgb(130,145,232); }
td.TdClassName
{
border-color: #8291E8;
}
.TagClassName
{
border-color: #8291E8;
}
</style>