Html Css Color HEX #7C4EC0 Blue Marguerite

📋 copy color: '#7C4EC0'

red 124 ◦ green 78 ◦ blue 192

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

Shades of Blue Marguerite #7C4EC0

Tints of Blue Marguerite #7C4EC0

RGB

 RED value IS 124 (48.83% from 255) = 31.47%

 GREEN value IS 78 (30.86% from 255) = 19.8%

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

R = 31.47%
G = 19.8%
B = 48.73%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C4EC0 (or 0x7C4EC0) is known color: Blue Marguerite. HEX triplet: 7C, 4E and C0. RGB value is (124,78,192). Sum of RGB (Red+Green+Blue) = 124+78+192=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EC0 is #83B13F. Grayscale: #686868. Windows color (decimal): -8630592 or 12603004. OLE color: 12603004.

HSL color Cylindrical-coordinate representation of color #7C4EC0: hue angle of 264.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C4EC0 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 78 192 -
CMYK 0.35 0.59 0 0.25
HSL 264.21º 0.48% 0.53% -
HSV(B) 264.21º 0.59% 0.75% -
XYZ 20.55 13.54 51.4 -
YUV 104.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 124 78 192 0.35 0.59 0 0.25 264.21 0.48 0.53
Hex 7C 4E C0 23 3B 0 19 108 30 35
Octal 174 116 300 43 73 0 31 410 60 65
Binary 1111100 1001110 11000000 100011 111011 0 11001 100001000 110000 110101

Color Harmonies of #7C4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4EC0

Black with #7C4EC0

Text Example


Text Example

White with #7C4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,78,192); }

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

background-color css

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

 a { background-color: rgb(124,78,192); }

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

border-color css

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

 span { border-color: rgb(124,78,192); }

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