#7E58BA

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

Shades of Blue Marguerite #7E58BA

Tints of Blue Marguerite #7E58BA

Color information

#7E58BA (or 0x7E58BA) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 58 and BA. RGB value is (126,88,186). Sum of RGB (Red+Green+Blue) = 126+88+186=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E58BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58BA is #81A745. Grayscale: #6E6E6E. Windows color (decimal): -8496966 or 12212350. OLE color: 12212350.

HSL color Cylindrical-coordinate representation of color #7E58BA: hue angle of 263.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E58BA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12688186-
CMYK0.320.5300.27
HSL263.27º41.53%53.73%-
HSV(B)263.27º52.69%72.94%-
XYZ20.9614.9648.24-
YUV110.53170.59139.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.5%
GREEN value IS 88 (34.77% from 255) = 22%
BLUE value IS 186 (73.05% from 255) = 46.5%
R=31.5%
G=22%
B=46.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126881860.320.5300.27263.2741.5353.73
Hex7E58BA203501B1072a36
Octal17613027240650334075266
Binary1111110101100010111010100000110101011011100000111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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