#7E8BF4

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

Shades of Portage #7E8BF4

Tints of Portage #7E8BF4

Color information

#7E8BF4 (or 0x7E8BF4) is unknown color: approx Portage. HEX triplet: 7E, 8B and F4. RGB value is (126,139,244). Sum of RGB (Red+Green+Blue) = 126+139+244=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 244 (95.70% from 255 or 47.94% from 509); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E8BF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BF4 is #81740B. Grayscale: #929292. Windows color (decimal): -8483852 or 16026494. OLE color: 16026494.

HSL color Cylindrical-coordinate representation of color #7E8BF4: hue angle of 233.39º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E8BF4 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB126139244-
CMYK0.480.4300.04
HSL233.39º84.29%72.55%-
HSV(B)233.39º48.36%95.69%-
XYZ34.1729.4389.47-
YUV147.08182.69112.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 244 (95.70% from 255) = 47.94%
R=24.75%
G=27.31%
B=47.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1261392440.480.4300.04233.3984.2972.55
Hex7E8BF4302B04e95449
Octal176213364605304351124111
Binary1111110100010111111010011000010101101001110100110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,139,244); }

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

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

 a { background-color: rgb(126,139,244); }

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

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

 span { border-color: rgb(126,139,244); }

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