#7C59BF

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

Shades of Blue Marguerite #7C59BF

Tints of Blue Marguerite #7C59BF

Color information

#7C59BF (or 0x7C59BF) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 59 and BF. RGB value is (124,89,191). Sum of RGB (Red+Green+Blue) = 124+89+191=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C59BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59BF is #83A640. Grayscale: #6E6E6E. Windows color (decimal): -8627777 or 12540284. OLE color: 12540284.

HSL color Cylindrical-coordinate representation of color #7C59BF: hue angle of 260.59º 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 #7C59BF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12489191-
CMYK0.350.5300.25
HSL260.59º44.35%54.9%-
HSV(B)260.59º53.4%74.9%-
XYZ21.2915.1951.1-
YUV111.09173.1137.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 191 (75% from 255) = 47.28%
R=30.69%
G=22.03%
B=47.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124891910.350.5300.25260.5944.3554.9
Hex7C59BF23350191052c37
Octal17413127743650314055467
Binary1111100101100110111111100011110101011001100000101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C59BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,191); }

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

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

 a { background-color: rgb(124,89,191); }

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

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

 span { border-color: rgb(124,89,191); }

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