#7C5EBA

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

Shades of Blue Marguerite #7C5EBA

Tints of Blue Marguerite #7C5EBA

Color information

#7C5EBA (or 0x7C5EBA) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5E and BA. RGB value is (124,94,186). Sum of RGB (Red+Green+Blue) = 124+94+186=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5EBA is #83A145. Grayscale: #717171. Windows color (decimal): -8626502 or 12213884. OLE color: 12213884.

HSL color Cylindrical-coordinate representation of color #7C5EBA: hue angle of 259.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5EBA is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12494186-
CMYK0.330.4900.27
HSL259.57º40%54.9%-
HSV(B)259.57º49.46%72.94%-
XYZ21.1815.8448.39-
YUV113.46168.94135.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 94 (37.11% from 255) = 23.27%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=30.69%
G=23.27%
B=46.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124941860.330.4900.27259.574054.9
Hex7C5EBA213101B1042837
Octal17413627241610334045067
Binary1111100101111010111010100001110001011011100000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,94,186); }

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

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

 a { background-color: rgb(124,94,186); }

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

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

 span { border-color: rgb(124,94,186); }

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