Html Css Color HEX #7C50BF Blue Marguerite

📋 copy color: '#7C50BF'

red 124 ◦ green 80 ◦ blue 191

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

Shades of Blue Marguerite #7C50BF

Tints of Blue Marguerite #7C50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

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

R = 31.39%
G = 20.25%
B = 48.35%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C50BF (or 0x7C50BF) is known color: Blue Marguerite. HEX triplet: 7C, 50 and BF. RGB value is (124,80,191). Sum of RGB (Red+Green+Blue) = 124+80+191=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50BF is #83AF40. Grayscale: #696969. Windows color (decimal): -8630081 or 12537980. OLE color: 12537980.

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

Color convert

RGB 124 80 191 -
CMYK 0.35 0.58 0 0.25
HSL 263.78º 0.46% 0.53% -
HSV(B) 263.78º 0.58% 0.75% -
XYZ 20.58 13.78 50.87 -
YUV 105.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 124 80 191 0.35 0.58 0 0.25 263.78 0.46 0.53
Hex 7C 50 BF 23 3A 0 19 108 2E 35
Octal 174 120 277 43 72 0 31 410 56 65
Binary 1111100 1010000 10111111 100011 111010 0 11001 100001000 101110 110101

Color Harmonies of #7C50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C50BF

Black with #7C50BF

Text Example


Text Example

White with #7C50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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