#7E91E3

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

Shades of Portage #7E91E3

Tints of Portage #7E91E3

Color information

#7E91E3 (or 0x7E91E3) is unknown color: approx Portage. HEX triplet: 7E, 91 and E3. RGB value is (126,145,227). Sum of RGB (Red+Green+Blue) = 126+145+227=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 227 (89.06% from 255 or 45.58% from 498); Max value from RGB is 227 - color contains mainly: blue. Hex color #7E91E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E91E3 is #816E1C. Grayscale: #949494. Windows color (decimal): -8482333 or 14913918. OLE color: 14913918.

HSL color Cylindrical-coordinate representation of color #7E91E3: hue angle of 228.71º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E91E3 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126145227-
CMYK0.440.3600.11
HSL228.71º64.33%69.22%-
HSV(B)228.71º44.49%89.02%-
XYZ32.5930.2376.79-
YUV148.67172.21111.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 227 (89.06% from 255) = 45.58%
R=25.30%
G=29.12%
B=45.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261452270.440.3600.11228.7164.3369.22
Hex7E91E32C240Be54045
Octal1762213435444013345100105
Binary11111101001000111100011101100100100010111110010110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E91E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E91E3; }

 p { color: rgb(126,145,227); }

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

<style>
 a { background-color: #7E91E3; }

 a { background-color: rgb(126,145,227); }

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

<style>
 span { border-color: #7E91E3; }

 span { border-color: rgb(126,145,227); }

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