Shades of Portage #7E96CA
Tints of Portage #7E96CA
RGB
CMYK
RGB Variations
Color information
#7E96CA (or 0x7E96CA) is known color: Portage. HEX triplet: 7E, 96 and CA. RGB value is (126,150,202). Sum of RGB (Red+Green+Blue) = 126+150+202=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #7E96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E96CA is #816935. Grayscale: #949494. Windows color (decimal): -8481078 or 13276798. OLE color: 13276798.
HSL color Cylindrical-coordinate representation of color #7E96CA: hue angle of 221.05º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E96CA is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 150 | 202 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.21 |
| HSL | 221.05º | 0.42% | 0.64% | - |
| HSV(B) | 221.05º | 0.38% | 0.79% | - |
| XYZ | 30.17 | 30.51 | 60.18 | - |
| YUV | 148.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 202 | 0.38 | 0.26 | 0 | 0.21 | 221.05 | 0.42 | 0.64 |
| Hex | 7E | 96 | CA | 26 | 1A | 0 | 15 | DD | 2A | 40 |
| Octal | 176 | 226 | 312 | 46 | 32 | 0 | 25 | 335 | 52 | 100 |
| Binary | 1111110 | 10010110 | 11001010 | 100110 | 11010 | 0 | 10101 | 11011101 | 101010 | 1000000 |
Color Harmonies of #7E96CA
Complementary color
Monochromatic Colors of #7E96CA
Black with #7E96CA
Text Example
Text Example
White with #7E96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E96CA; }
p { color: rgb(126,150,202); }
H1.HeaderClassName
{
color: #7E96CA;
}
.AnyTagClassName
{
color: #7E96CA;
}
</style>
background-color css
<style>
a { background-color: #7E96CA; }
a { background-color: rgb(126,150,202); }
div.DivClassName
{
background-color: #7E96CA;
}
.BgClassName
{
background-color: #7E96CA;
}
</style>
border-color css
<style>
span { border-color: #7E96CA; }
span { border-color: rgb(126,150,202); }
td.TdClassName
{
border-color: #7E96CA;
}
.TagClassName
{
border-color: #7E96CA;
}
</style>