#7E58C0

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

Shades of Blue Marguerite #7E58C0

Tints of Blue Marguerite #7E58C0

Color information

#7E58C0 (or 0x7E58C0) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 58 and C0. RGB value is (126,88,192). Sum of RGB (Red+Green+Blue) = 126+88+192=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E58C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58C0 is #81A73F. Grayscale: #6E6E6E. Windows color (decimal): -8496960 or 12605566. OLE color: 12605566.

HSL color Cylindrical-coordinate representation of color #7E58C0: hue angle of 261.92º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E58C0 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12688192-
CMYK0.340.5400.25
HSL261.92º45.22%54.9%-
HSV(B)261.92º54.17%75.29%-
XYZ21.6115.2251.67-
YUV111.22173.59138.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.03%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 192 (75.39% from 255) = 47.29%
R=31.03%
G=21.67%
B=47.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126881920.340.5400.25261.9245.2254.9
Hex7E58C022360191062d37
Octal17613030042660314065567
Binary1111110101100011000000100010110110011001100000110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,192); }

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

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

 a { background-color: rgb(126,88,192); }

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

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

 span { border-color: rgb(126,88,192); }

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