#7E93EC

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

Shades of Portage #7E93EC

Tints of Portage #7E93EC

Color information

#7E93EC (or 0x7E93EC) is unknown color: approx Portage. HEX triplet: 7E, 93 and EC. RGB value is (126,147,236). Sum of RGB (Red+Green+Blue) = 126+147+236=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E93EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E93EC is #816C13. Grayscale: #969696. Windows color (decimal): -8481812 or 15504254. OLE color: 15504254.

HSL color Cylindrical-coordinate representation of color #7E93EC: hue angle of 228.55º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E93EC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126147236-
CMYK0.470.3800.07
HSL228.55º74.32%70.98%-
HSV(B)228.55º46.61%92.55%-
XYZ34.1831.3683.61-
YUV150.87176.04110.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 147 (57.81% from 255) = 28.88%
BLUE value IS 236 (92.58% from 255) = 46.37%
R=24.75%
G=28.88%
B=46.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261472360.470.3800.07228.5574.3270.98
Hex7E93EC2F2607e54a47
Octal176223354574607345112107
Binary1111110100100111110110010111110011001111110010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,147,236); }

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

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

 a { background-color: rgb(126,147,236); }

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

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

 span { border-color: rgb(126,147,236); }

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