#7E58BE

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

Shades of Blue Marguerite #7E58BE

Tints of Blue Marguerite #7E58BE

Color information

#7E58BE (or 0x7E58BE) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 58 and BE. RGB value is (126,88,190). Sum of RGB (Red+Green+Blue) = 126+88+190=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58BE is #81A741. Grayscale: #6E6E6E. Windows color (decimal): -8496962 or 12474494. OLE color: 12474494.

HSL color Cylindrical-coordinate representation of color #7E58BE: hue angle of 262.35º degrees, saturation: 0.44, 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 #7E58BE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12688190-
CMYK0.340.5400.25
HSL262.35º43.97%54.51%-
HSV(B)262.35º53.68%74.51%-
XYZ21.3915.1350.51-
YUV110.99172.59138.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=31.19%
G=21.78%
B=47.03%

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
Decimal126881900.340.5400.25262.3543.9754.51
Hex7E58BE22360191062c37
Octal17613027642660314065467
Binary1111110101100010111110100010110110011001100000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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