#7990E7

Color #7990E7 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #7990E7

Tints of Portage #7990E7

Color information

#7990E7 (or 0x7990E7) is unknown color: approx Portage. HEX triplet: 79, 90 and E7. RGB value is (121,144,231). Sum of RGB (Red+Green+Blue) = 121+144+231=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #7990E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7990E7 is #866F18. Grayscale: #929292. Windows color (decimal): -8810265 or 15175801. OLE color: 15175801.

HSL color Cylindrical-coordinate representation of color #7990E7: hue angle of 227.45º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7990E7 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB121144231-
CMYK0.480.3800.09
HSL227.45º69.62%69.02%-
HSV(B)227.45º47.62%90.59%-
XYZ32.2829.7879.65-
YUV147.04175.38109.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 24.40%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 231 (90.62% from 255) = 46.57%
R=24.40%
G=29.03%
B=46.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1211442310.480.3800.09227.4569.6269.02
Hex7990E7302609e34645
Octal1712203476046011343106105
Binary11110011001000011100111110000100110010011110001110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7990E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7990E7; }

 p { color: rgb(121,144,231); }

 H1.HeaderClassName
 {
   color: #7990E7;
 }
 .AnyTagClassName
 {
   color: #7990E7;
 }
</style>
background-color css

<style>
 a { background-color: #7990E7; }

 a { background-color: rgb(121,144,231); }

 div.DivClassName
 {
   background-color: #7990E7;
 }
 .BgClassName
 {
   background-color: #7990E7;
 }
</style>
border-color css

<style>
 span { border-color: #7990E7; }

 span { border-color: rgb(121,144,231); }

 td.TdClassName
 {
   border-color: #7990E7;
 }
 .TagClassName
 {
   border-color: #7990E7;
 }
</style>