Html Css Color HEX #7E59BC Blue Marguerite

📋 copy color: '#7E59BC'

red 126 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #7E59BC

Tints of Blue Marguerite #7E59BC

RGB

 RED value IS 126 (49.61% from 255) = 31.27%

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

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

R = 31.27%
G = 22.08%
B = 46.65%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E59BC (or 0x7E59BC) is known color: Blue Marguerite. HEX triplet: 7E, 59 and BC. RGB value is (126,89,188). Sum of RGB (Red+Green+Blue) = 126+89+188=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E59BC is #81A643. Grayscale: #6E6E6E. Windows color (decimal): -8496708 or 12343678. OLE color: 12343678.

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

Color convert

RGB 126 89 188 -
CMYK 0.33 0.53 0 0.26
HSL 262.42º 0.42% 0.54% -
HSV(B) 262.42º 0.53% 0.74% -
XYZ 21.25 15.21 49.39 -
YUV 111.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 126 89 188 0.33 0.53 0 0.26 262.42 0.42 0.54
Hex 7E 59 BC 21 35 0 1A 106 2A 36
Octal 176 131 274 41 65 0 32 406 52 66
Binary 1111110 1011001 10111100 100001 110101 0 11010 100000110 101010 110110

Color Harmonies of #7E59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E59BC

Black with #7E59BC

Text Example


Text Example

White with #7E59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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