#7D5EBC

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

Shades of Blue Marguerite #7D5EBC

Tints of Blue Marguerite #7D5EBC

Color information

#7D5EBC (or 0x7D5EBC) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 5E and BC. RGB value is (125,94,188). Sum of RGB (Red+Green+Blue) = 125+94+188=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5EBC is #82A143. Grayscale: #717171. Windows color (decimal): -8560964 or 12344957. OLE color: 12344957.

HSL color Cylindrical-coordinate representation of color #7D5EBC: hue angle of 259.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D5EBC is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12594188-
CMYK0.340.5000.26
HSL259.79º41.23%55.29%-
HSV(B)259.79º50%73.73%-
XYZ21.541649.53-
YUV113.98169.77135.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.71%
GREEN value IS 94 (37.11% from 255) = 23.10%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=30.71%
G=23.10%
B=46.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125941880.340.5000.26259.7941.2355.29
Hex7D5EBC223201A1042937
Octal17513627442620324045167
Binary1111101101111010111100100010110010011010100000100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,94,188); }

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

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

 a { background-color: rgb(125,94,188); }

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

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

 span { border-color: rgb(125,94,188); }

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