#7E8ACD

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

Shades of Portage #7E8ACD

Tints of Portage #7E8ACD

Color information

#7E8ACD (or 0x7E8ACD) is unknown color: approx Portage. HEX triplet: 7E, 8A and CD. RGB value is (126,138,205). Sum of RGB (Red+Green+Blue) = 126+138+205=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E8ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ACD is #817532. Grayscale: #8D8D8D. Windows color (decimal): -8484147 or 13470334. OLE color: 13470334.

HSL color Cylindrical-coordinate representation of color #7E8ACD: hue angle of 230.89º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8ACD is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126138205-
CMYK0.390.3300.20
HSL230.89º44.13%64.9%-
HSV(B)230.89º38.54%80.39%-
XYZ28.7127.0261.46-
YUV142.05163.52116.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=26.87%
G=29.42%
B=43.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261382050.390.3300.20230.8944.1364.9
Hex7E8ACD2721014e72c41
Octal176212315474102434754101
Binary11111101000101011001101100111100001010100111001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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