#7E94EA

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

Shades of Portage #7E94EA

Tints of Portage #7E94EA

Color information

#7E94EA (or 0x7E94EA) is unknown color: approx Portage. HEX triplet: 7E, 94 and EA. RGB value is (126,148,234). Sum of RGB (Red+Green+Blue) = 126+148+234=508 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.80% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E94EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E94EA is #816B15. Grayscale: #969696. Windows color (decimal): -8481558 or 15373438. OLE color: 15373438.

HSL color Cylindrical-coordinate representation of color #7E94EA: hue angle of 227.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E94EA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126148234-
CMYK0.460.3700.08
HSL227.78º72%70.59%-
HSV(B)227.78º46.15%91.76%-
XYZ34.0531.5682.14-
YUV151.23174.71110.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.80%
GREEN value IS 148 (58.20% from 255) = 29.13%
BLUE value IS 234 (91.80% from 255) = 46.06%
R=24.80%
G=29.13%
B=46.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261482340.460.3700.08227.787270.59
Hex7E94EA2E2508e44847
Octal1762243525645010344110107
Binary11111101001010011101010101110100101010001110010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,148,234); }

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

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

 a { background-color: rgb(126,148,234); }

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

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

 span { border-color: rgb(126,148,234); }

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