#7E97EF

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

Shades of Portage #7E97EF

Tints of Portage #7E97EF

Color information

#7E97EF (or 0x7E97EF) is unknown color: approx Portage. HEX triplet: 7E, 97 and EF. RGB value is (126,151,239). Sum of RGB (Red+Green+Blue) = 126+151+239=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E97EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E97EF is #816810. Grayscale: #999999. Windows color (decimal): -8480785 or 15701886. OLE color: 15701886.

HSL color Cylindrical-coordinate representation of color #7E97EF: hue angle of 226.73º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E97EF is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126151239-
CMYK0.470.3700.06
HSL226.73º77.93%71.57%-
HSV(B)226.73º47.28%93.73%-
XYZ35.2532.886.13-
YUV153.56176.22108.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.42%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 239 (93.75% from 255) = 46.32%
R=24.42%
G=29.26%
B=46.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261512390.470.3700.06226.7377.9371.57
Hex7E97EF2F2506e34e48
Octal176227357574506343116110
Binary1111110100101111110111110111110010101101110001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E97EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,151,239); }

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

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

 a { background-color: rgb(126,151,239); }

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

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

 span { border-color: rgb(126,151,239); }

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