Html Css Color HEX #7C5EBC Blue Marguerite

📋 copy color: '#7C5EBC'

red 124 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #7C5EBC

Tints of Blue Marguerite #7C5EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 30.54%
G = 23.15%
B = 46.31%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C5EBC (or 0x7C5EBC) is known color: Blue Marguerite. HEX triplet: 7C, 5E and BC. RGB value is (124,94,188). Sum of RGB (Red+Green+Blue) = 124+94+188=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5EBC is #83A143. Grayscale: #717171. Windows color (decimal): -8626500 or 12344956. OLE color: 12344956.

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

Color convert

RGB 124 94 188 -
CMYK 0.34 0.50 0 0.26
HSL 259.15º 0.41% 0.55% -
HSV(B) 259.15º 0.5% 0.74% -
XYZ 21.39 15.92 49.52 -
YUV 113.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 124 94 188 0.34 0.50 0 0.26 259.15 0.41 0.55
Hex 7C 5E BC 22 32 0 1A 103 29 37
Octal 174 136 274 42 62 0 32 403 51 67
Binary 1111100 1011110 10111100 100010 110010 0 11010 100000011 101001 110111

Color Harmonies of #7C5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5EBC

Black with #7C5EBC

Text Example


Text Example

White with #7C5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,188); }

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

background-color css

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

 a { background-color: rgb(124,94,188); }

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

border-color css

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

 span { border-color: rgb(124,94,188); }

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