Html Css Color HEX #7D59BD Blue Marguerite

📋 copy color: '#7D59BD'

red 125 ◦ green 89 ◦ blue 189

#7D59BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7D59BD

Tints of Blue Marguerite #7D59BD

RGB

 RED value IS 125 (49.22% from 255) = 31.02%

 GREEN value IS 89 (35.16% from 255) = 22.08%

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 31.02%
G = 22.08%
B = 46.9%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D59BD (or 0x7D59BD) is known color: Blue Marguerite. HEX triplet: 7D, 59 and BD. RGB value is (125,89,189). Sum of RGB (Red+Green+Blue) = 125+89+189=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59BD is #82A642. Grayscale: #6E6E6E. Windows color (decimal): -8562243 or 12409213. OLE color: 12409213.

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

Color convert

RGB 125 89 189 -
CMYK 0.34 0.53 0 0.26
HSL 261.6º 0.43% 0.55% -
HSV(B) 261.6º 0.53% 0.74% -
XYZ 21.22 15.18 49.96 -
YUV 111.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 125 89 189 0.34 0.53 0 0.26 261.6 0.43 0.55
Hex 7D 59 BD 22 35 0 1A 106 2B 37
Octal 175 131 275 42 65 0 32 406 53 67
Binary 1111101 1011001 10111101 100010 110101 0 11010 100000110 101011 110111

Color Harmonies of #7D59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D59BD

Black with #7D59BD

Text Example


Text Example

White with #7D59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D59BD;
 }
 .AnyTagClassName
 {
   color: #7D59BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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