Shades of Portage #7D90EF
Tints of Portage #7D90EF
RGB
CMYK
RGB Variations
Color information
#7D90EF (or 0x7D90EF) is known color: Portage. HEX triplet: 7D, 90 and EF. RGB value is (125,144,239). Sum of RGB (Red+Green+Blue) = 125+144+239=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D90EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D90EF is #826F10. Grayscale: #949494. Windows color (decimal): -8548113 or 15700093. OLE color: 15700093.
HSL color Cylindrical-coordinate representation of color #7D90EF: hue angle of 230º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D90EF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 144 | 239 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.06 |
| HSL | 230º | 0.78% | 0.71% | - |
| HSV(B) | 230º | 0.48% | 0.94% | - |
| XYZ | 34.01 | 30.54 | 85.76 | - |
| YUV | 149.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 239 | 0.48 | 0.40 | 0 | 0.06 | 230 | 0.78 | 0.71 |
| Hex | 7D | 90 | EF | 30 | 28 | 0 | 6 | E6 | 4E | 47 |
| Octal | 175 | 220 | 357 | 60 | 50 | 0 | 6 | 346 | 116 | 107 |
| Binary | 1111101 | 10010000 | 11101111 | 110000 | 101000 | 0 | 110 | 11100110 | 1001110 | 1000111 |
Color Harmonies of #7D90EF
Complementary color
Monochromatic Colors of #7D90EF
Black with #7D90EF
Text Example
Text Example
White with #7D90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90EF; }
p { color: rgb(125,144,239); }
H1.HeaderClassName
{
color: #7D90EF;
}
.AnyTagClassName
{
color: #7D90EF;
}
</style>
background-color css
<style>
a { background-color: #7D90EF; }
a { background-color: rgb(125,144,239); }
div.DivClassName
{
background-color: #7D90EF;
}
.BgClassName
{
background-color: #7D90EF;
}
</style>
border-color css
<style>
span { border-color: #7D90EF; }
span { border-color: rgb(125,144,239); }
td.TdClassName
{
border-color: #7D90EF;
}
.TagClassName
{
border-color: #7D90EF;
}
</style>