#7D57B9

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

Shades of Blue Marguerite #7D57B9

Tints of Blue Marguerite #7D57B9

Color information

#7D57B9 (or 0x7D57B9) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 57 and B9. RGB value is (125,87,185). Sum of RGB (Red+Green+Blue) = 125+87+185=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D57B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57B9 is #82A846. Grayscale: #6D6D6D. Windows color (decimal): -8562759 or 12146557. OLE color: 12146557.

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

Color convert

RGB12587185-
CMYK0.320.5300.27
HSL263.27º41.18%53.33%-
HSV(B)263.27º52.97%72.55%-
XYZ20.6214.6847.65-
YUV109.53170.59139.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=31.49%
G=21.91%
B=46.60%

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
Decimal125871850.320.5300.27263.2741.1853.33
Hex7D57B9203501B1072935
Octal17512727140650334075165
Binary1111101101011110111001100000110101011011100000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D57B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,87,185); }

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

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

 a { background-color: rgb(125,87,185); }

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

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

 span { border-color: rgb(125,87,185); }

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