#7D59BB

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

Shades of Blue Marguerite #7D59BB

Tints of Blue Marguerite #7D59BB

Color information

#7D59BB (or 0x7D59BB) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 59 and BB. RGB value is (125,89,187). Sum of RGB (Red+Green+Blue) = 125+89+187=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D59BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59BB is #82A644. Grayscale: #6E6E6E. Windows color (decimal): -8562245 or 12278141. OLE color: 12278141.

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

Color convert

RGB12589187-
CMYK0.330.5200.27
HSL262.04º41.88%54.12%-
HSV(B)262.04º52.41%73.33%-
XYZ2115.0948.82-
YUV110.94170.93138.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 187 (73.44% from 255) = 46.63%
R=31.17%
G=22.19%
B=46.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125891870.330.5200.27262.0441.8854.12
Hex7D59BB213401B1062a36
Octal17513127341640334065266
Binary1111101101100110111011100001110100011011100000110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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