#7996E2

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

Shades of Portage #7996E2

Tints of Portage #7996E2

Color information

#7996E2 (or 0x7996E2) is unknown color: approx Portage. HEX triplet: 79, 96 and E2. RGB value is (121,150,226). Sum of RGB (Red+Green+Blue) = 121+150+226=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 226 - color contains mainly: blue. Hex color #7996E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7996E2 is #86691D. Grayscale: #959595. Windows color (decimal): -8808734 or 14849657. OLE color: 14849657.

HSL color Cylindrical-coordinate representation of color #7996E2: hue angle of 223.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7996E2 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB121150226-
CMYK0.460.3400.11
HSL223.43º64.42%68.04%-
HSV(B)223.43º46.46%88.63%-
XYZ32.5231.3776.29-
YUV149.99170.89107.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.35%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 226 (88.67% from 255) = 45.47%
R=24.35%
G=30.18%
B=45.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1211502260.460.3400.11223.4364.4268.04
Hex7996E22E220Bdf4044
Octal1712263425642013337100104
Binary11110011001011011100010101110100010010111101111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7996E2; }

 p { color: rgb(121,150,226); }

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

<style>
 a { background-color: #7996E2; }

 a { background-color: rgb(121,150,226); }

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

<style>
 span { border-color: #7996E2; }

 span { border-color: rgb(121,150,226); }

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