Shades of Portage #7E95EA
Tints of Portage #7E95EA
RGB
CMYK
RGB Variations
Color information
#7E95EA (or 0x7E95EA) is known color: Portage. HEX triplet: 7E, 95 and EA. RGB value is (126,149,234). Sum of RGB (Red+Green+Blue) = 126+149+234=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E95EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E95EA is #816A15. Grayscale: #979797. Windows color (decimal): -8481302 or 15373694. OLE color: 15373694.
HSL color Cylindrical-coordinate representation of color #7E95EA: hue angle of 227.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E95EA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 149 | 234 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.08 |
| HSL | 227.22º | 0.72% | 0.71% | - |
| HSV(B) | 227.22º | 0.46% | 0.92% | - |
| XYZ | 34.2 | 31.87 | 82.19 | - |
| YUV | 151.81 | 174.38 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 234 | 0.46 | 0.36 | 0 | 0.08 | 227.22 | 0.72 | 0.71 |
| Hex | 7E | 95 | EA | 2E | 24 | 0 | 8 | E3 | 48 | 47 |
| Octal | 176 | 225 | 352 | 56 | 44 | 0 | 10 | 343 | 110 | 107 |
| Binary | 1111110 | 10010101 | 11101010 | 101110 | 100100 | 0 | 1000 | 11100011 | 1001000 | 1000111 |
Color Harmonies of #7E95EA
Complementary color
Monochromatic Colors of #7E95EA
Black with #7E95EA
Text Example
Text Example
White with #7E95EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E95EA; }
p { color: rgb(126,149,234); }
H1.HeaderClassName
{
color: #7E95EA;
}
.AnyTagClassName
{
color: #7E95EA;
}
</style>
background-color css
<style>
a { background-color: #7E95EA; }
a { background-color: rgb(126,149,234); }
div.DivClassName
{
background-color: #7E95EA;
}
.BgClassName
{
background-color: #7E95EA;
}
</style>
border-color css
<style>
span { border-color: #7E95EA; }
span { border-color: rgb(126,149,234); }
td.TdClassName
{
border-color: #7E95EA;
}
.TagClassName
{
border-color: #7E95EA;
}
</style>