#7E96ED

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

Shades of Portage #7E96ED

Tints of Portage #7E96ED

Color information

#7E96ED (or 0x7E96ED) is unknown color: approx Portage. HEX triplet: 7E, 96 and ED. RGB value is (126,150,237). Sum of RGB (Red+Green+Blue) = 126+150+237=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E96ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E96ED is #816912. Grayscale: #989898. Windows color (decimal): -8481043 or 15570558. OLE color: 15570558.

HSL color Cylindrical-coordinate representation of color #7E96ED: hue angle of 227.03º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E96ED is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126150237-
CMYK0.470.3700.07
HSL227.03º75.51%71.18%-
HSV(B)227.03º46.84%92.94%-
XYZ34.832.3684.53-
YUV152.74175.55108.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=24.56%
G=29.24%
B=46.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261502370.470.3700.07227.0375.5171.18
Hex7E96ED2F2507e34c47
Octal176226355574507343114107
Binary1111110100101101110110110111110010101111110001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,150,237); }

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

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

 a { background-color: rgb(126,150,237); }

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

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

 span { border-color: rgb(126,150,237); }

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