Html Css Color HEX #7E56C0 Blue Marguerite

📋 copy color: '#7E56C0'

red 126 ◦ green 86 ◦ blue 192

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

Shades of Blue Marguerite #7E56C0

Tints of Blue Marguerite #7E56C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.29%

 BLUE value IS 192 (75.39% from 255) = 47.52%

R = 31.19%
G = 21.29%
B = 47.52%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E56C0 (or 0x7E56C0) is known color: Blue Marguerite. HEX triplet: 7E, 56 and C0. RGB value is (126,86,192). Sum of RGB (Red+Green+Blue) = 126+86+192=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E56C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E56C0 is #81A93F. Grayscale: #6D6D6D. Windows color (decimal): -8497472 or 12605054. OLE color: 12605054.

HSL color Cylindrical-coordinate representation of color #7E56C0: hue angle of 262.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E56C0 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 86 192 -
CMYK 0.34 0.55 0 0.25
HSL 262.64º 0.46% 0.55% -
HSV(B) 262.64º 0.55% 0.75% -
XYZ 21.45 14.9 51.61 -
YUV 110.04 174.25 139.38 -
System Red Green Blue C M Y K H S L
Decimal 126 86 192 0.34 0.55 0 0.25 262.64 0.46 0.55
Hex 7E 56 C0 22 37 0 19 107 2E 37
Octal 176 126 300 42 67 0 31 407 56 67
Binary 1111110 1010110 11000000 100010 110111 0 11001 100000111 101110 110111

Color Harmonies of #7E56C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E56C0

Black with #7E56C0

Text Example


Text Example

White with #7E56C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,86,192); }

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

background-color css

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

 a { background-color: rgb(126,86,192); }

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

border-color css

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

 span { border-color: rgb(126,86,192); }

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