Shades of Portage #8294E9
Tints of Portage #8294E9
RGB
CMYK
RGB Variations
Color information
#8294E9 (or 0x8294E9) is known color: Portage. HEX triplet: 82, 94 and E9. RGB value is (130,148,233). Sum of RGB (Red+Green+Blue) = 130+148+233=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #8294E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8294E9 is #7D6B16. Grayscale: #979797. Windows color (decimal): -8219415 or 15307906. OLE color: 15307906.
HSL color Cylindrical-coordinate representation of color #8294E9: hue angle of 229.51º 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 #8294E9 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 148 | 233 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.09 |
| HSL | 229.51º | 0.7% | 0.71% | - |
| HSV(B) | 229.51º | 0.44% | 0.91% | - |
| XYZ | 34.5 | 31.81 | 81.41 | - |
| YUV | 152.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 233 | 0.44 | 0.36 | 0 | 0.09 | 229.51 | 0.7 | 0.71 |
| Hex | 82 | 94 | E9 | 2C | 24 | 0 | 9 | E6 | 46 | 47 |
| Octal | 202 | 224 | 351 | 54 | 44 | 0 | 11 | 346 | 106 | 107 |
| Binary | 10000010 | 10010100 | 11101001 | 101100 | 100100 | 0 | 1001 | 11100110 | 1000110 | 1000111 |
Color Harmonies of #8294E9
Complementary color
Monochromatic Colors of #8294E9
Black with #8294E9
Text Example
Text Example
White with #8294E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8294E9; }
p { color: rgb(130,148,233); }
H1.HeaderClassName
{
color: #8294E9;
}
.AnyTagClassName
{
color: #8294E9;
}
</style>
background-color css
<style>
a { background-color: #8294E9; }
a { background-color: rgb(130,148,233); }
div.DivClassName
{
background-color: #8294E9;
}
.BgClassName
{
background-color: #8294E9;
}
</style>
border-color css
<style>
span { border-color: #8294E9; }
span { border-color: rgb(130,148,233); }
td.TdClassName
{
border-color: #8294E9;
}
.TagClassName
{
border-color: #8294E9;
}
</style>