#7E84DC

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

Shades of Portage #7E84DC

Tints of Portage #7E84DC

Color information

#7E84DC (or 0x7E84DC) is unknown color: approx Portage. HEX triplet: 7E, 84 and DC. RGB value is (126,132,220). Sum of RGB (Red+Green+Blue) = 126+132+220=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E84DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E84DC is #817B23. Grayscale: #8B8B8B. Windows color (decimal): -8485668 or 14451838. OLE color: 14451838.

HSL color Cylindrical-coordinate representation of color #7E84DC: hue angle of 236.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E84DC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126132220-
CMYK0.430.4000.14
HSL236.17º57.32%67.84%-
HSV(B)236.17º42.73%86.27%-
XYZ29.7726.1171.18-
YUV140.24173.01117.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=26.36%
G=27.62%
B=46.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261322200.430.4000.14236.1757.3267.84
Hex7E84DC2B280Eec3944
Octal176204334535001635471104
Binary1111110100001001101110010101110100001110111011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,132,220); }

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

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

 a { background-color: rgb(126,132,220); }

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

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

 span { border-color: rgb(126,132,220); }

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