Shades of Portage #7E8FF3
Tints of Portage #7E8FF3
RGB
CMYK
RGB Variations
Color information
#7E8FF3 (or 0x7E8FF3) is known color: Portage. HEX triplet: 7E, 8F and F3. RGB value is (126,143,243). Sum of RGB (Red+Green+Blue) = 126+143+243=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #7E8FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8FF3 is #81700C. Grayscale: #949494. Windows color (decimal): -8482829 or 15961982. OLE color: 15961982.
HSL color Cylindrical-coordinate representation of color #7E8FF3: hue angle of 231.28º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E8FF3 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 143 | 243 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.05 |
| HSL | 231.28º | 0.83% | 0.72% | - |
| HSV(B) | 231.28º | 0.48% | 0.95% | - |
| XYZ | 34.6 | 30.55 | 88.87 | - |
| YUV | 149.32 | 180.87 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 243 | 0.48 | 0.41 | 0 | 0.05 | 231.28 | 0.83 | 0.72 |
| Hex | 7E | 8F | F3 | 30 | 29 | 0 | 5 | E7 | 53 | 48 |
| Octal | 176 | 217 | 363 | 60 | 51 | 0 | 5 | 347 | 123 | 110 |
| Binary | 1111110 | 10001111 | 11110011 | 110000 | 101001 | 0 | 101 | 11100111 | 1010011 | 1001000 |
Color Harmonies of #7E8FF3
Complementary color
Monochromatic Colors of #7E8FF3
Black with #7E8FF3
Text Example
Text Example
White with #7E8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FF3; }
p { color: rgb(126,143,243); }
H1.HeaderClassName
{
color: #7E8FF3;
}
.AnyTagClassName
{
color: #7E8FF3;
}
</style>
background-color css
<style>
a { background-color: #7E8FF3; }
a { background-color: rgb(126,143,243); }
div.DivClassName
{
background-color: #7E8FF3;
}
.BgClassName
{
background-color: #7E8FF3;
}
</style>
border-color css
<style>
span { border-color: #7E8FF3; }
span { border-color: rgb(126,143,243); }
td.TdClassName
{
border-color: #7E8FF3;
}
.TagClassName
{
border-color: #7E8FF3;
}
</style>