Shades of Portage #7D8EEA
Tints of Portage #7D8EEA
RGB
CMYK
RGB Variations
Color information
#7D8EEA (or 0x7D8EEA) is known color: Portage. HEX triplet: 7D, 8E and EA. RGB value is (125,142,234). Sum of RGB (Red+Green+Blue) = 125+142+234=501 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.95% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D8EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8EEA is #827115. Grayscale: #939393. Windows color (decimal): -8548630 or 15371901. OLE color: 15371901.
HSL color Cylindrical-coordinate representation of color #7D8EEA: hue angle of 230.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8EEA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 142 | 234 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.08 |
| HSL | 230.64º | 0.72% | 0.7% | - |
| HSV(B) | 230.64º | 0.47% | 0.92% | - |
| XYZ | 32.98 | 29.65 | 81.83 | - |
| YUV | 147.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 142 | 234 | 0.47 | 0.39 | 0 | 0.08 | 230.64 | 0.72 | 0.7 |
| Hex | 7D | 8E | EA | 2F | 27 | 0 | 8 | E7 | 48 | 46 |
| Octal | 175 | 216 | 352 | 57 | 47 | 0 | 10 | 347 | 110 | 106 |
| Binary | 1111101 | 10001110 | 11101010 | 101111 | 100111 | 0 | 1000 | 11100111 | 1001000 | 1000110 |
Color Harmonies of #7D8EEA
Complementary color
Monochromatic Colors of #7D8EEA
Black with #7D8EEA
Text Example
Text Example
White with #7D8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8EEA; }
p { color: rgb(125,142,234); }
H1.HeaderClassName
{
color: #7D8EEA;
}
.AnyTagClassName
{
color: #7D8EEA;
}
</style>
background-color css
<style>
a { background-color: #7D8EEA; }
a { background-color: rgb(125,142,234); }
div.DivClassName
{
background-color: #7D8EEA;
}
.BgClassName
{
background-color: #7D8EEA;
}
</style>
border-color css
<style>
span { border-color: #7D8EEA; }
span { border-color: rgb(125,142,234); }
td.TdClassName
{
border-color: #7D8EEA;
}
.TagClassName
{
border-color: #7D8EEA;
}
</style>