Html Css Color HEX #7E50C0 Blue Marguerite

📋 copy color: '#7E50C0'

red 126 ◦ green 80 ◦ blue 192

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

Shades of Blue Marguerite #7E50C0

Tints of Blue Marguerite #7E50C0

RGB

 RED value IS 126 (49.61% from 255) = 31.66%

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

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

R = 31.66%
G = 20.1%
B = 48.24%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E50C0 (or 0x7E50C0) is known color: Blue Marguerite. HEX triplet: 7E, 50 and C0. RGB value is (126,80,192). Sum of RGB (Red+Green+Blue) = 126+80+192=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #7E50C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E50C0 is #81AF3F. Grayscale: #6A6A6A. Windows color (decimal): -8499008 or 12603518. OLE color: 12603518.

HSL color Cylindrical-coordinate representation of color #7E50C0: hue angle of 264.64º degrees, saturation: 0.47, 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 #7E50C0 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 80 192 -
CMYK 0.34 0.58 0 0.25
HSL 264.64º 0.47% 0.53% -
HSV(B) 264.64º 0.58% 0.75% -
XYZ 20.99 13.98 51.46 -
YUV 106.52 176.24 141.89 -
System Red Green Blue C M Y K H S L
Decimal 126 80 192 0.34 0.58 0 0.25 264.64 0.47 0.53
Hex 7E 50 C0 22 3A 0 19 109 2F 35
Octal 176 120 300 42 72 0 31 411 57 65
Binary 1111110 1010000 11000000 100010 111010 0 11001 100001001 101111 110101

Color Harmonies of #7E50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E50C0

Black with #7E50C0

Text Example


Text Example

White with #7E50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,80,192); }

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

background-color css

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

 a { background-color: rgb(126,80,192); }

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

border-color css

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

 span { border-color: rgb(126,80,192); }

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