Shades of Portage #7E9CDC
Tints of Portage #7E9CDC
RGB
CMYK
RGB Variations
Color information
#7E9CDC (or 0x7E9CDC) is known color: Portage. HEX triplet: 7E, 9C and DC. RGB value is (126,156,220). Sum of RGB (Red+Green+Blue) = 126+156+220=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9CDC is #816323. Grayscale: #9A9A9A. Windows color (decimal): -8479524 or 14457982. OLE color: 14457982.
HSL color Cylindrical-coordinate representation of color #7E9CDC: hue angle of 220.85º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E9CDC is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 156 | 220 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.14 |
| HSL | 220.85º | 0.57% | 0.68% | - |
| HSV(B) | 220.85º | 0.43% | 0.86% | - |
| XYZ | 33.41 | 33.38 | 72.39 | - |
| YUV | 154.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 156 | 220 | 0.43 | 0.29 | 0 | 0.14 | 220.85 | 0.57 | 0.68 |
| Hex | 7E | 9C | DC | 2B | 1D | 0 | E | DD | 39 | 44 |
| Octal | 176 | 234 | 334 | 53 | 35 | 0 | 16 | 335 | 71 | 104 |
| Binary | 1111110 | 10011100 | 11011100 | 101011 | 11101 | 0 | 1110 | 11011101 | 111001 | 1000100 |
Color Harmonies of #7E9CDC
Complementary color
Monochromatic Colors of #7E9CDC
Black with #7E9CDC
Text Example
Text Example
White with #7E9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9CDC; }
p { color: rgb(126,156,220); }
H1.HeaderClassName
{
color: #7E9CDC;
}
.AnyTagClassName
{
color: #7E9CDC;
}
</style>
background-color css
<style>
a { background-color: #7E9CDC; }
a { background-color: rgb(126,156,220); }
div.DivClassName
{
background-color: #7E9CDC;
}
.BgClassName
{
background-color: #7E9CDC;
}
</style>
border-color css
<style>
span { border-color: #7E9CDC; }
span { border-color: rgb(126,156,220); }
td.TdClassName
{
border-color: #7E9CDC;
}
.TagClassName
{
border-color: #7E9CDC;
}
</style>