Shades of Portage #7D99ED
Tints of Portage #7D99ED
RGB
CMYK
RGB Variations
Color information
#7D99ED (or 0x7D99ED) is known color: Portage. HEX triplet: 7D, 99 and ED. RGB value is (125,153,237). Sum of RGB (Red+Green+Blue) = 125+153+237=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D99ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D99ED is #826612. Grayscale: #999999. Windows color (decimal): -8545811 or 15571325. OLE color: 15571325.
HSL color Cylindrical-coordinate representation of color #7D99ED: hue angle of 225º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D99ED is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 153 | 237 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.07 |
| HSL | 225º | 0.76% | 0.71% | - |
| HSV(B) | 225º | 0.47% | 0.93% | - |
| XYZ | 35.13 | 33.26 | 84.69 | - |
| YUV | 154.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 237 | 0.47 | 0.35 | 0 | 0.07 | 225 | 0.76 | 0.71 |
| Hex | 7D | 99 | ED | 2F | 23 | 0 | 7 | E1 | 4C | 47 |
| Octal | 175 | 231 | 355 | 57 | 43 | 0 | 7 | 341 | 114 | 107 |
| Binary | 1111101 | 10011001 | 11101101 | 101111 | 100011 | 0 | 111 | 11100001 | 1001100 | 1000111 |
Color Harmonies of #7D99ED
Complementary color
Monochromatic Colors of #7D99ED
Black with #7D99ED
Text Example
Text Example
White with #7D99ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D99ED; }
p { color: rgb(125,153,237); }
H1.HeaderClassName
{
color: #7D99ED;
}
.AnyTagClassName
{
color: #7D99ED;
}
</style>
background-color css
<style>
a { background-color: #7D99ED; }
a { background-color: rgb(125,153,237); }
div.DivClassName
{
background-color: #7D99ED;
}
.BgClassName
{
background-color: #7D99ED;
}
</style>
border-color css
<style>
span { border-color: #7D99ED; }
span { border-color: rgb(125,153,237); }
td.TdClassName
{
border-color: #7D99ED;
}
.TagClassName
{
border-color: #7D99ED;
}
</style>