Html Css Color HEX #7E5AB4 Blue Marguerite

📋 copy color: '#7E5AB4'

red 126 ◦ green 90 ◦ blue 180

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

Shades of Blue Marguerite #7E5AB4

Tints of Blue Marguerite #7E5AB4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 31.82%
G = 22.73%
B = 45.45%

CMYK

 C value IS 0.3

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7E5AB4 (or 0x7E5AB4) is known color: Blue Marguerite. HEX triplet: 7E, 5A and B4. RGB value is (126,90,180). Sum of RGB (Red+Green+Blue) = 126+90+180=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E5AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5AB4 is #81A54B. Grayscale: #6E6E6E. Windows color (decimal): -8496460 or 11819646. OLE color: 11819646.

HSL color Cylindrical-coordinate representation of color #7E5AB4: hue angle of 264º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5AB4 is Cyan = 0.3, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 90 180 -
CMYK 0.3 0.50 0 0.29
HSL 264º 0.38% 0.53% -
HSV(B) 264º 0.5% 0.71% -
XYZ 20.5 15.04 45 -
YUV 111.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 126 90 180 0.3 0.50 0 0.29 264 0.38 0.53
Hex 7E 5A B4 1E 32 0 1D 108 26 35
Octal 176 132 264 36 62 0 35 410 46 65
Binary 1111110 1011010 10110100 11110 110010 0 11101 100001000 100110 110101

Color Harmonies of #7E5AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5AB4

Black with #7E5AB4

Text Example


Text Example

White with #7E5AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,90,180); }

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

background-color css

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

 a { background-color: rgb(126,90,180); }

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

border-color css

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

 span { border-color: rgb(126,90,180); }

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