#7E9BEA

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

Shades of Portage #7E9BEA

Tints of Portage #7E9BEA

Color information

#7E9BEA (or 0x7E9BEA) is unknown color: approx Portage. HEX triplet: 7E, 9B and EA. RGB value is (126,155,234). Sum of RGB (Red+Green+Blue) = 126+155+234=515 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.47% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9BEA is #816415. Grayscale: #9A9A9A. Windows color (decimal): -8479766 or 15375230. OLE color: 15375230.

HSL color Cylindrical-coordinate representation of color #7E9BEA: hue angle of 223.89º 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 #7E9BEA is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126155234-
CMYK0.460.3400.08
HSL223.89º72%70.59%-
HSV(B)223.89º46.15%91.76%-
XYZ35.1833.8282.52-
YUV155.33172.39107.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.47%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=24.47%
G=30.10%
B=45.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261552340.460.3400.08223.897270.59
Hex7E9BEA2E2208e04847
Octal1762333525642010340110107
Binary11111101001101111101010101110100010010001110000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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