Shades of Portage #7D8DE7
Tints of Portage #7D8DE7
RGB
CMYK
RGB Variations
Color information
#7D8DE7 (or 0x7D8DE7) is known color: Portage. HEX triplet: 7D, 8D and E7. RGB value is (125,141,231). Sum of RGB (Red+Green+Blue) = 125+141+231=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D8DE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8DE7 is #827218. Grayscale: #929292. Windows color (decimal): -8548889 or 15175037. OLE color: 15175037.
HSL color Cylindrical-coordinate representation of color #7D8DE7: hue angle of 230.94º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D8DE7 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 141 | 231 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.09 |
| HSL | 230.94º | 0.69% | 0.7% | - |
| HSV(B) | 230.94º | 0.46% | 0.91% | - |
| XYZ | 32.41 | 29.18 | 79.53 | - |
| YUV | 146.48 | 175.7 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 231 | 0.46 | 0.39 | 0 | 0.09 | 230.94 | 0.69 | 0.7 |
| Hex | 7D | 8D | E7 | 2E | 27 | 0 | 9 | E7 | 45 | 46 |
| Octal | 175 | 215 | 347 | 56 | 47 | 0 | 11 | 347 | 105 | 106 |
| Binary | 1111101 | 10001101 | 11100111 | 101110 | 100111 | 0 | 1001 | 11100111 | 1000101 | 1000110 |
Color Harmonies of #7D8DE7
Complementary color
Monochromatic Colors of #7D8DE7
Black with #7D8DE7
Text Example
Text Example
White with #7D8DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DE7; }
p { color: rgb(125,141,231); }
H1.HeaderClassName
{
color: #7D8DE7;
}
.AnyTagClassName
{
color: #7D8DE7;
}
</style>
background-color css
<style>
a { background-color: #7D8DE7; }
a { background-color: rgb(125,141,231); }
div.DivClassName
{
background-color: #7D8DE7;
}
.BgClassName
{
background-color: #7D8DE7;
}
</style>
border-color css
<style>
span { border-color: #7D8DE7; }
span { border-color: rgb(125,141,231); }
td.TdClassName
{
border-color: #7D8DE7;
}
.TagClassName
{
border-color: #7D8DE7;
}
</style>