#7E92E3

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

Shades of Portage #7E92E3

Tints of Portage #7E92E3

Color information

#7E92E3 (or 0x7E92E3) is unknown color: approx Portage. HEX triplet: 7E, 92 and E3. RGB value is (126,146,227). Sum of RGB (Red+Green+Blue) = 126+146+227=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #7E92E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E92E3 is #816D1C. Grayscale: #949494. Windows color (decimal): -8482077 or 14914174. OLE color: 14914174.

HSL color Cylindrical-coordinate representation of color #7E92E3: hue angle of 228.12º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E92E3 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126146227-
CMYK0.440.3600.11
HSL228.12º64.33%69.22%-
HSV(B)228.12º44.49%89.02%-
XYZ32.7530.5476.84-
YUV149.25171.87111.41-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.25%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 227 (89.06% from 255) = 45.49%
R=25.25%
G=29.26%
B=45.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261462270.440.3600.11228.1264.3369.22
Hex7E92E32C240Be44045
Octal1762223435444013344100105
Binary11111101001001011100011101100100100010111110010010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E92E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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