#7E8ADF

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

Shades of Portage #7E8ADF

Tints of Portage #7E8ADF

Color information

#7E8ADF (or 0x7E8ADF) is unknown color: approx Portage. HEX triplet: 7E, 8A and DF. RGB value is (126,138,223). Sum of RGB (Red+Green+Blue) = 126+138+223=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ADF is #817520. Grayscale: #8F8F8F. Windows color (decimal): -8484129 or 14649982. OLE color: 14649982.

HSL color Cylindrical-coordinate representation of color #7E8ADF: hue angle of 232.58º degrees, saturation: 0.6, 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 #7E8ADF is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126138223-
CMYK0.430.3800.13
HSL232.58º60.25%68.43%-
HSV(B)232.58º43.5%87.45%-
XYZ31.0127.9473.57-
YUV144.1172.52115.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 223 (87.5% from 255) = 45.79%
R=25.87%
G=28.34%
B=45.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261382230.430.3800.13232.5860.2568.43
Hex7E8ADF2B260De93c44
Octal176212337534601535174104
Binary1111110100010101101111110101110011001101111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,138,223); }

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

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

 a { background-color: rgb(126,138,223); }

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

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

 span { border-color: rgb(126,138,223); }

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