#7E86E8

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

Shades of Portage #7E86E8

Tints of Portage #7E86E8

Color information

#7E86E8 (or 0x7E86E8) is unknown color: approx Portage. HEX triplet: 7E, 86 and E8. RGB value is (126,134,232). Sum of RGB (Red+Green+Blue) = 126+134+232=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E86E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E86E8 is #817917. Grayscale: #8E8E8E. Windows color (decimal): -8485144 or 15238782. OLE color: 15238782.

HSL color Cylindrical-coordinate representation of color #7E86E8: hue angle of 235.47º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E86E8 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB126134232-
CMYK0.460.4200.09
HSL235.47º69.74%70.2%-
HSV(B)235.47º45.69%90.98%-
XYZ31.6927.3179.95-
YUV142.78178.35116.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.61%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 232 (91.02% from 255) = 47.15%
R=25.61%
G=27.24%
B=47.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1261342320.460.4200.09235.4769.7470.2
Hex7E86E82E2A09eb4646
Octal1762063505652011353106106
Binary11111101000011011101000101110101010010011110101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E86E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,232); }

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

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

 a { background-color: rgb(126,134,232); }

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

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

 span { border-color: rgb(126,134,232); }

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