Shades of Portage #7990DC
Tints of Portage #7990DC
RGB
CMYK
RGB Variations
Color information
#7990DC (or 0x7990DC) is known color: Portage. HEX triplet: 79, 90 and DC. RGB value is (121,144,220). Sum of RGB (Red+Green+Blue) = 121+144+220=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7990DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7990DC is #866F23. Grayscale: #919191. Windows color (decimal): -8810276 or 14454905. OLE color: 14454905.
HSL color Cylindrical-coordinate representation of color #7990DC: hue angle of 226.06º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7990DC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 144 | 220 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.14 |
| HSL | 226.06º | 0.59% | 0.67% | - |
| HSV(B) | 226.06º | 0.45% | 0.86% | - |
| XYZ | 30.78 | 29.18 | 71.72 | - |
| YUV | 145.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 220 | 0.45 | 0.35 | 0 | 0.14 | 226.06 | 0.59 | 0.67 |
| Hex | 79 | 90 | DC | 2D | 23 | 0 | E | E2 | 3B | 43 |
| Octal | 171 | 220 | 334 | 55 | 43 | 0 | 16 | 342 | 73 | 103 |
| Binary | 1111001 | 10010000 | 11011100 | 101101 | 100011 | 0 | 1110 | 11100010 | 111011 | 1000011 |
Color Harmonies of #7990DC
Complementary color
Monochromatic Colors of #7990DC
Black with #7990DC
Text Example
Text Example
White with #7990DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7990DC; }
p { color: rgb(121,144,220); }
H1.HeaderClassName
{
color: #7990DC;
}
.AnyTagClassName
{
color: #7990DC;
}
</style>
background-color css
<style>
a { background-color: #7990DC; }
a { background-color: rgb(121,144,220); }
div.DivClassName
{
background-color: #7990DC;
}
.BgClassName
{
background-color: #7990DC;
}
</style>
border-color css
<style>
span { border-color: #7990DC; }
span { border-color: rgb(121,144,220); }
td.TdClassName
{
border-color: #7990DC;
}
.TagClassName
{
border-color: #7990DC;
}
</style>