#7E91EB

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

Shades of Portage #7E91EB

Tints of Portage #7E91EB

Color information

#7E91EB (or 0x7E91EB) is unknown color: approx Portage. HEX triplet: 7E, 91 and EB. RGB value is (126,145,235). Sum of RGB (Red+Green+Blue) = 126+145+235=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #7E91EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E91EB is #816E14. Grayscale: #959595. Windows color (decimal): -8482325 or 15438206. OLE color: 15438206.

HSL color Cylindrical-coordinate representation of color #7E91EB: hue angle of 229.54º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E91EB is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126145235-
CMYK0.460.3800.08
HSL229.54º73.15%70.78%-
HSV(B)229.54º46.38%92.16%-
XYZ33.7230.6882.74-
YUV149.58176.21111.18-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.90%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=24.90%
G=28.66%
B=46.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261452350.460.3800.08229.5473.1570.78
Hex7E91EB2E2608e64947
Octal1762213535646010346111107
Binary11111101001000111101011101110100110010001110011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,145,235); }

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

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

 a { background-color: rgb(126,145,235); }

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

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

 span { border-color: rgb(126,145,235); }

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