Shades of Portage #7D90EE
Tints of Portage #7D90EE
RGB
CMYK
RGB Variations
Color information
#7D90EE (or 0x7D90EE) is known color: Portage. HEX triplet: 7D, 90 and EE. RGB value is (125,144,238). Sum of RGB (Red+Green+Blue) = 125+144+238=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #7D90EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90EE is #826F11. Grayscale: #949494. Windows color (decimal): -8548114 or 15634557. OLE color: 15634557.
HSL color Cylindrical-coordinate representation of color #7D90EE: hue angle of 229.91º degrees, saturation: 0.77, 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 #7D90EE is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 144 | 238 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.07 |
| HSL | 229.91º | 0.77% | 0.71% | - |
| HSV(B) | 229.91º | 0.47% | 0.93% | - |
| XYZ | 33.86 | 30.48 | 84.99 | - |
| YUV | 149.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 238 | 0.47 | 0.39 | 0 | 0.07 | 229.91 | 0.77 | 0.71 |
| Hex | 7D | 90 | EE | 2F | 27 | 0 | 7 | E6 | 4D | 47 |
| Octal | 175 | 220 | 356 | 57 | 47 | 0 | 7 | 346 | 115 | 107 |
| Binary | 1111101 | 10010000 | 11101110 | 101111 | 100111 | 0 | 111 | 11100110 | 1001101 | 1000111 |
Color Harmonies of #7D90EE
Complementary color
Monochromatic Colors of #7D90EE
Black with #7D90EE
Text Example
Text Example
White with #7D90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90EE; }
p { color: rgb(125,144,238); }
H1.HeaderClassName
{
color: #7D90EE;
}
.AnyTagClassName
{
color: #7D90EE;
}
</style>
background-color css
<style>
a { background-color: #7D90EE; }
a { background-color: rgb(125,144,238); }
div.DivClassName
{
background-color: #7D90EE;
}
.BgClassName
{
background-color: #7D90EE;
}
</style>
border-color css
<style>
span { border-color: #7D90EE; }
span { border-color: rgb(125,144,238); }
td.TdClassName
{
border-color: #7D90EE;
}
.TagClassName
{
border-color: #7D90EE;
}
</style>