Shades of Portage #7D99EA
Tints of Portage #7D99EA
RGB
CMYK
RGB Variations
Color information
#7D99EA (or 0x7D99EA) is known color: Portage. HEX triplet: 7D, 99 and EA. RGB value is (125,153,234). Sum of RGB (Red+Green+Blue) = 125+153+234=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D99EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D99EA is #826615. Grayscale: #999999. Windows color (decimal): -8545814 or 15374717. OLE color: 15374717.
HSL color Cylindrical-coordinate representation of color #7D99EA: hue angle of 224.59º 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 #7D99EA is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 153 | 234 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.08 |
| HSL | 224.59º | 0.72% | 0.7% | - |
| HSV(B) | 224.59º | 0.47% | 0.92% | - |
| XYZ | 34.7 | 33.08 | 82.4 | - |
| YUV | 153.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 234 | 0.47 | 0.35 | 0 | 0.08 | 224.59 | 0.72 | 0.7 |
| Hex | 7D | 99 | EA | 2F | 23 | 0 | 8 | E1 | 48 | 46 |
| Octal | 175 | 231 | 352 | 57 | 43 | 0 | 10 | 341 | 110 | 106 |
| Binary | 1111101 | 10011001 | 11101010 | 101111 | 100011 | 0 | 1000 | 11100001 | 1001000 | 1000110 |
Color Harmonies of #7D99EA
Complementary color
Monochromatic Colors of #7D99EA
Black with #7D99EA
Text Example
Text Example
White with #7D99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D99EA; }
p { color: rgb(125,153,234); }
H1.HeaderClassName
{
color: #7D99EA;
}
.AnyTagClassName
{
color: #7D99EA;
}
</style>
background-color css
<style>
a { background-color: #7D99EA; }
a { background-color: rgb(125,153,234); }
div.DivClassName
{
background-color: #7D99EA;
}
.BgClassName
{
background-color: #7D99EA;
}
</style>
border-color css
<style>
span { border-color: #7D99EA; }
span { border-color: rgb(125,153,234); }
td.TdClassName
{
border-color: #7D99EA;
}
.TagClassName
{
border-color: #7D99EA;
}
</style>