#7D93EC

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

Shades of Portage #7D93EC

Tints of Portage #7D93EC

Color information

#7D93EC (or 0x7D93EC) is unknown color: approx Portage. HEX triplet: 7D, 93 and EC. RGB value is (125,147,236). Sum of RGB (Red+Green+Blue) = 125+147+236=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D93EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D93EC is #826C13. Grayscale: #969696. Windows color (decimal): -8547348 or 15504253. OLE color: 15504253.

HSL color Cylindrical-coordinate representation of color #7D93EC: hue angle of 228.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D93EC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125147236-
CMYK0.470.3800.07
HSL228.11º74.5%70.78%-
HSV(B)228.11º47.03%92.55%-
XYZ34.0331.2883.6-
YUV150.57176.21109.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=24.61%
G=28.94%
B=46.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251472360.470.3800.07228.1174.570.78
Hex7D93EC2F2607e44a47
Octal175223354574607344112107
Binary1111101100100111110110010111110011001111110010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,147,236); }

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

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

 a { background-color: rgb(125,147,236); }

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

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

 span { border-color: rgb(125,147,236); }

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