#7E8EDD

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

Shades of Portage #7E8EDD

Tints of Portage #7E8EDD

Color information

#7E8EDD (or 0x7E8EDD) is unknown color: approx Portage. HEX triplet: 7E, 8E and DD. RGB value is (126,142,221). Sum of RGB (Red+Green+Blue) = 126+142+221=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E8EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8EDD is #817122. Grayscale: #919191. Windows color (decimal): -8483107 or 14519934. OLE color: 14519934.

HSL color Cylindrical-coordinate representation of color #7E8EDD: hue angle of 229.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E8EDD is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126142221-
CMYK0.430.3600.13
HSL229.89º58.28%68.04%-
HSV(B)229.89º42.99%86.67%-
XYZ31.332972.35-
YUV146.22170.2113.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.77%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=25.77%
G=29.04%
B=45.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261422210.430.3600.13229.8958.2868.04
Hex7E8EDD2B240De63a44
Octal176216335534401534672104
Binary1111110100011101101110110101110010001101111001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,142,221); }

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

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

 a { background-color: rgb(126,142,221); }

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

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

 span { border-color: rgb(126,142,221); }

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