#7E86DD

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

Shades of Portage #7E86DD

Tints of Portage #7E86DD

Color information

#7E86DD (or 0x7E86DD) is unknown color: approx Portage. HEX triplet: 7E, 86 and DD. RGB value is (126,134,221). Sum of RGB (Red+Green+Blue) = 126+134+221=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E86DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E86DD is #817922. Grayscale: #8D8D8D. Windows color (decimal): -8485155 or 14517886. OLE color: 14517886.

HSL color Cylindrical-coordinate representation of color #7E86DD: hue angle of 234.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E86DD is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126134221-
CMYK0.430.3900.13
HSL234.95º58.28%68.04%-
HSV(B)234.95º42.99%86.67%-
XYZ30.1826.7171.97-
YUV141.53172.85116.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=26.20%
G=27.86%
B=45.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261342210.430.3900.13234.9558.2868.04
Hex7E86DD2B270Deb3a44
Octal176206335534701535372104
Binary1111110100001101101110110101110011101101111010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E86DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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