#7d59be

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

Shades of Blue Marguerite #7D59BE

Tints of Blue Marguerite #7D59BE

Color information

#7D59BE (or 0x7D59BE) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 59 and BE. RGB value is (125,89,190). Sum of RGB (Red+Green+Blue) = 125+89+190=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 89 (35.16% from 255 or 22.03% 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 #7D59BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59BE is #82A641. Grayscale: #6E6E6E. Windows color (decimal): -8562242 or 12474749. OLE color: 12474749.

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

Color convert

RGB12589190-
CMYK0.340.5300.25
HSL261.39º43.72%54.71%-
HSV(B)261.39º53.16%74.51%-
XYZ21.3215.2250.53-
YUV111.28172.43137.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=30.94%
G=22.03%
B=47.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125891900.340.5300.25261.3943.7254.71
Hex7D59BE22350191052c37
Octal17513127642650314055467
Binary1111101101100110111110100010110101011001100000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d59be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,190); }

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

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

 a { background-color: rgb(125,89,190); }

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

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

 span { border-color: rgb(125,89,190); }

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