Shades of Portage #7C90DE
Tints of Portage #7C90DE
RGB
CMYK
RGB Variations
Color information
#7C90DE (or 0x7C90DE) is known color: Portage. HEX triplet: 7C, 90 and DE. RGB value is (124,144,222). Sum of RGB (Red+Green+Blue) = 124+144+222=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C90DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C90DE is #836F21. Grayscale: #929292. Windows color (decimal): -8613666 or 14585980. OLE color: 14585980.
HSL color Cylindrical-coordinate representation of color #7C90DE: hue angle of 227.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C90DE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 144 | 222 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.13 |
| HSL | 227.76º | 0.6% | 0.68% | - |
| HSV(B) | 227.76º | 0.44% | 0.87% | - |
| XYZ | 31.47 | 29.51 | 73.14 | - |
| YUV | 146.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 222 | 0.44 | 0.35 | 0 | 0.13 | 227.76 | 0.6 | 0.68 |
| Hex | 7C | 90 | DE | 2C | 23 | 0 | D | E4 | 3C | 44 |
| Octal | 174 | 220 | 336 | 54 | 43 | 0 | 15 | 344 | 74 | 104 |
| Binary | 1111100 | 10010000 | 11011110 | 101100 | 100011 | 0 | 1101 | 11100100 | 111100 | 1000100 |
Color Harmonies of #7C90DE
Complementary color
Monochromatic Colors of #7C90DE
Black with #7C90DE
Text Example
Text Example
White with #7C90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C90DE; }
p { color: rgb(124,144,222); }
H1.HeaderClassName
{
color: #7C90DE;
}
.AnyTagClassName
{
color: #7C90DE;
}
</style>
background-color css
<style>
a { background-color: #7C90DE; }
a { background-color: rgb(124,144,222); }
div.DivClassName
{
background-color: #7C90DE;
}
.BgClassName
{
background-color: #7C90DE;
}
</style>
border-color css
<style>
span { border-color: #7C90DE; }
span { border-color: rgb(124,144,222); }
td.TdClassName
{
border-color: #7C90DE;
}
.TagClassName
{
border-color: #7C90DE;
}
</style>