#7E92D1

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

Shades of Portage #7E92D1

Tints of Portage #7E92D1

Color information

#7E92D1 (or 0x7E92D1) is unknown color: approx Portage. HEX triplet: 7E, 92 and D1. RGB value is (126,146,209). Sum of RGB (Red+Green+Blue) = 126+146+209=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E92D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E92D1 is #816D2E. Grayscale: #929292. Windows color (decimal): -8482095 or 13734526. OLE color: 13734526.

HSL color Cylindrical-coordinate representation of color #7E92D1: hue angle of 225.54º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E92D1 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126146209-
CMYK0.400.3000.18
HSL225.54º47.43%65.69%-
HSV(B)225.54º39.71%81.96%-
XYZ30.3929.664.43-
YUV147.2162.87112.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=26.20%
G=30.35%
B=43.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261462090.400.3000.18225.5447.4365.69
Hex7E92D1281E012e22f42
Octal176222321503602234257102
Binary1111110100100101101000110100011110010010111000101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E92D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,146,209); }

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

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

 a { background-color: rgb(126,146,209); }

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

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

 span { border-color: rgb(126,146,209); }

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