#7E8AE3

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

Shades of Portage #7E8AE3

Tints of Portage #7E8AE3

Color information

#7E8AE3 (or 0x7E8AE3) is unknown color: approx Portage. HEX triplet: 7E, 8A and E3. RGB value is (126,138,227). Sum of RGB (Red+Green+Blue) = 126+138+227=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 227 - color contains mainly: blue. Hex color #7E8AE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8AE3 is #81751C. Grayscale: #909090. Windows color (decimal): -8484125 or 14912126. OLE color: 14912126.

HSL color Cylindrical-coordinate representation of color #7E8AE3: hue angle of 232.87º 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 #7E8AE3 is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126138227-
CMYK0.440.3900.11
HSL232.87º64.33%69.22%-
HSV(B)232.87º44.49%89.02%-
XYZ31.5628.1676.44-
YUV144.56174.52114.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.66%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 227 (89.06% from 255) = 46.23%
R=25.66%
G=28.11%
B=46.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261382270.440.3900.11232.8764.3369.22
Hex7E8AE32C270Be94045
Octal1762123435447013351100105
Binary11111101000101011100011101100100111010111110100110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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