Html Css Color HEX #7D59BC Blue Marguerite

📋 copy color: '#7D59BC'

red 125 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7D59BC

Tints of Blue Marguerite #7D59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 31.09%
G = 22.14%
B = 46.77%

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

#7D59BC (or 0x7D59BC) is known color: Blue Marguerite. HEX triplet: 7D, 59 and BC. RGB value is (125,89,188). Sum of RGB (Red+Green+Blue) = 125+89+188=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59BC is #82A643. Grayscale: #6E6E6E. Windows color (decimal): -8562244 or 12343677. OLE color: 12343677.

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

Color convert

RGB 125 89 188 -
CMYK 0.34 0.53 0 0.26
HSL 261.82º 0.42% 0.54% -
HSV(B) 261.82º 0.53% 0.74% -
XYZ 21.11 15.14 49.39 -
YUV 111.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 125 89 188 0.34 0.53 0 0.26 261.82 0.42 0.54
Hex 7D 59 BC 22 35 0 1A 106 2A 36
Octal 175 131 274 42 65 0 32 406 52 66
Binary 1111101 1011001 10111100 100010 110101 0 11010 100000110 101010 110110

Color Harmonies of #7D59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D59BC

Black with #7D59BC

Text Example


Text Example

White with #7D59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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