Html Css Color HEX #7C58BE Blue Marguerite

📋 copy color: '#7C58BE'

red 124 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #7C58BE

Tints of Blue Marguerite #7C58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.89%

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 30.85%
G = 21.89%
B = 47.26%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C58BE (or 0x7C58BE) is known color: Blue Marguerite. HEX triplet: 7C, 58 and BE. RGB value is (124,88,190). Sum of RGB (Red+Green+Blue) = 124+88+190=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C58BE is #83A741. Grayscale: #6E6E6E. Windows color (decimal): -8628034 or 12474492. OLE color: 12474492.

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

Color convert

RGB 124 88 190 -
CMYK 0.35 0.54 0 0.25
HSL 261.18º 0.44% 0.55% -
HSV(B) 261.18º 0.54% 0.75% -
XYZ 21.1 14.98 50.5 -
YUV 110.39 172.93 137.71 -
System Red Green Blue C M Y K H S L
Decimal 124 88 190 0.35 0.54 0 0.25 261.18 0.44 0.55
Hex 7C 58 BE 23 36 0 19 105 2C 37
Octal 174 130 276 43 66 0 31 405 54 67
Binary 1111100 1011000 10111110 100011 110110 0 11001 100000101 101100 110111

Color Harmonies of #7C58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58BE

Black with #7C58BE

Text Example


Text Example

White with #7C58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,88,190); }

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

background-color css

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

 a { background-color: rgb(124,88,190); }

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

border-color css

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

 span { border-color: rgb(124,88,190); }

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