Shades of Portage #8295E8
Tints of Portage #8295E8
RGB
CMYK
RGB Variations
Color information
#8295E8 (or 0x8295E8) is known color: Portage. HEX triplet: 82, 95 and E8. RGB value is (130,149,232). Sum of RGB (Red+Green+Blue) = 130+149+232=511 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.44% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #8295E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8295E8 is #7D6A17. Grayscale: #989898. Windows color (decimal): -8219160 or 15242626. OLE color: 15242626.
HSL color Cylindrical-coordinate representation of color #8295E8: hue angle of 228.82º 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 #8295E8 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 149 | 232 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.09 |
| HSL | 228.82º | 0.69% | 0.71% | - |
| HSV(B) | 228.82º | 0.44% | 0.91% | - |
| XYZ | 34.52 | 32.07 | 80.71 | - |
| YUV | 152.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 149 | 232 | 0.44 | 0.36 | 0 | 0.09 | 228.82 | 0.69 | 0.71 |
| Hex | 82 | 95 | E8 | 2C | 24 | 0 | 9 | E5 | 45 | 47 |
| Octal | 202 | 225 | 350 | 54 | 44 | 0 | 11 | 345 | 105 | 107 |
| Binary | 10000010 | 10010101 | 11101000 | 101100 | 100100 | 0 | 1001 | 11100101 | 1000101 | 1000111 |
Color Harmonies of #8295E8
Complementary color
Monochromatic Colors of #8295E8
Black with #8295E8
Text Example
Text Example
White with #8295E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8295E8; }
p { color: rgb(130,149,232); }
H1.HeaderClassName
{
color: #8295E8;
}
.AnyTagClassName
{
color: #8295E8;
}
</style>
background-color css
<style>
a { background-color: #8295E8; }
a { background-color: rgb(130,149,232); }
div.DivClassName
{
background-color: #8295E8;
}
.BgClassName
{
background-color: #8295E8;
}
</style>
border-color css
<style>
span { border-color: #8295E8; }
span { border-color: rgb(130,149,232); }
td.TdClassName
{
border-color: #8295E8;
}
.TagClassName
{
border-color: #8295E8;
}
</style>