Html Css Color HEX #7C59BF Blue Marguerite

📋 copy color: '#7C59BF'

red 124 ◦ green 89 ◦ blue 191

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

Shades of Blue Marguerite #7C59BF

Tints of Blue Marguerite #7C59BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 30.69%
G = 22.03%
B = 47.28%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C59BF (or 0x7C59BF) is known color: Blue Marguerite. HEX triplet: 7C, 59 and BF. RGB value is (124,89,191). Sum of RGB (Red+Green+Blue) = 124+89+191=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C59BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C59BF is #83A640. Grayscale: #6E6E6E. Windows color (decimal): -8627777 or 12540284. OLE color: 12540284.

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

Color convert

RGB 124 89 191 -
CMYK 0.35 0.53 0 0.25
HSL 260.59º 0.44% 0.55% -
HSV(B) 260.59º 0.53% 0.75% -
XYZ 21.29 15.19 51.1 -
YUV 111.09 173.1 137.21 -
System Red Green Blue C M Y K H S L
Decimal 124 89 191 0.35 0.53 0 0.25 260.59 0.44 0.55
Hex 7C 59 BF 23 35 0 19 105 2C 37
Octal 174 131 277 43 65 0 31 405 54 67
Binary 1111100 1011001 10111111 100011 110101 0 11001 100000101 101100 110111

Color Harmonies of #7C59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C59BF

Black with #7C59BF

Text Example


Text Example

White with #7C59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,89,191); }

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

background-color css

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

 a { background-color: rgb(124,89,191); }

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

border-color css

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

 span { border-color: rgb(124,89,191); }

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