#7E93CD

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

Shades of Portage #7E93CD

Tints of Portage #7E93CD

Color information

#7E93CD (or 0x7E93CD) is unknown color: approx Portage. HEX triplet: 7E, 93 and CD. RGB value is (126,147,205). Sum of RGB (Red+Green+Blue) = 126+147+205=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E93CD is #816C32. Grayscale: #939393. Windows color (decimal): -8481843 or 13472638. OLE color: 13472638.

HSL color Cylindrical-coordinate representation of color #7E93CD: hue angle of 224.05º 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 #7E93CD is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126147205-
CMYK0.390.2800.20
HSL224.05º44.13%64.9%-
HSV(B)224.05º38.54%80.39%-
XYZ30.0629.7161.91-
YUV147.33160.54112.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=26.36%
G=30.75%
B=42.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261472050.390.2800.20224.0544.1364.9
Hex7E93CD271C014e02c41
Octal176223315473402434054101
Binary1111110100100111100110110011111100010100111000001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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