#7E8DDD

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

Shades of Portage #7E8DDD

Tints of Portage #7E8DDD

Color information

#7E8DDD (or 0x7E8DDD) is unknown color: approx Portage. HEX triplet: 7E, 8D and DD. RGB value is (126,141,221). Sum of RGB (Red+Green+Blue) = 126+141+221=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E8DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DDD is #817222. Grayscale: #919191. Windows color (decimal): -8483363 or 14519678. OLE color: 14519678.

HSL color Cylindrical-coordinate representation of color #7E8DDD: hue angle of 230.53º 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 #7E8DDD is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126141221-
CMYK0.430.3600.13
HSL230.53º58.28%68.04%-
HSV(B)230.53º42.99%86.67%-
XYZ31.1828.7172.3-
YUV145.64170.53114-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.82%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=25.82%
G=28.89%
B=45.29%

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
Decimal1261412210.430.3600.13230.5358.2868.04
Hex7E8DDD2B240De73a44
Octal176215335534401534772104
Binary1111110100011011101110110101110010001101111001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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