Html Css Color HEX #7E5EBA Blue Marguerite

📋 copy color: '#7E5EBA'

red 126 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #7E5EBA

Tints of Blue Marguerite #7E5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 31.03%
G = 23.15%
B = 45.81%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E5EBA (or 0x7E5EBA) is known color: Blue Marguerite. HEX triplet: 7E, 5E and BA. RGB value is (126,94,186). Sum of RGB (Red+Green+Blue) = 126+94+186=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E5EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EBA is #81A145. Grayscale: #717171. Windows color (decimal): -8495430 or 12213886. OLE color: 12213886.

HSL color Cylindrical-coordinate representation of color #7E5EBA: hue angle of 260.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E5EBA is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 94 186 -
CMYK 0.32 0.49 0 0.27
HSL 260.87º 0.4% 0.55% -
HSV(B) 260.87º 0.49% 0.73% -
XYZ 21.47 15.99 48.41 -
YUV 114.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 126 94 186 0.32 0.49 0 0.27 260.87 0.4 0.55
Hex 7E 5E BA 20 31 0 1B 105 28 37
Octal 176 136 272 40 61 0 33 405 50 67
Binary 1111110 1011110 10111010 100000 110001 0 11011 100000101 101000 110111

Color Harmonies of #7E5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5EBA

Black with #7E5EBA

Text Example


Text Example

White with #7E5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,94,186); }

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

background-color css

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

 a { background-color: rgb(126,94,186); }

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

border-color css

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

 span { border-color: rgb(126,94,186); }

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