Shades of Portage #7D90EC
Tints of Portage #7D90EC
RGB
CMYK
RGB Variations
Color information
#7D90EC (or 0x7D90EC) is known color: Portage. HEX triplet: 7D, 90 and EC. RGB value is (125,144,236). Sum of RGB (Red+Green+Blue) = 125+144+236=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D90EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90EC is #826F13. Grayscale: #949494. Windows color (decimal): -8548116 or 15503485. OLE color: 15503485.
HSL color Cylindrical-coordinate representation of color #7D90EC: hue angle of 229.73º degrees, saturation: 0.74, 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 #7D90EC is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 144 | 236 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.07 |
| HSL | 229.73º | 0.74% | 0.71% | - |
| HSV(B) | 229.73º | 0.47% | 0.93% | - |
| XYZ | 33.57 | 30.36 | 83.45 | - |
| YUV | 148.81 | 177.21 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 236 | 0.47 | 0.39 | 0 | 0.07 | 229.73 | 0.74 | 0.71 |
| Hex | 7D | 90 | EC | 2F | 27 | 0 | 7 | E6 | 4A | 47 |
| Octal | 175 | 220 | 354 | 57 | 47 | 0 | 7 | 346 | 112 | 107 |
| Binary | 1111101 | 10010000 | 11101100 | 101111 | 100111 | 0 | 111 | 11100110 | 1001010 | 1000111 |
Color Harmonies of #7D90EC
Complementary color
Monochromatic Colors of #7D90EC
Black with #7D90EC
Text Example
Text Example
White with #7D90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90EC; }
p { color: rgb(125,144,236); }
H1.HeaderClassName
{
color: #7D90EC;
}
.AnyTagClassName
{
color: #7D90EC;
}
</style>
background-color css
<style>
a { background-color: #7D90EC; }
a { background-color: rgb(125,144,236); }
div.DivClassName
{
background-color: #7D90EC;
}
.BgClassName
{
background-color: #7D90EC;
}
</style>
border-color css
<style>
span { border-color: #7D90EC; }
span { border-color: rgb(125,144,236); }
td.TdClassName
{
border-color: #7D90EC;
}
.TagClassName
{
border-color: #7D90EC;
}
</style>