Html Css Color HEX #7E5ABF Blue Marguerite

📋 copy color: '#7E5ABF'

red 126 ◦ green 90 ◦ blue 191

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

Shades of Blue Marguerite #7E5ABF

Tints of Blue Marguerite #7E5ABF

RGB

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

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

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

R = 30.96%
G = 22.11%
B = 46.93%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E5ABF (or 0x7E5ABF) is known color: Blue Marguerite. HEX triplet: 7E, 5A and BF. RGB value is (126,90,191). Sum of RGB (Red+Green+Blue) = 126+90+191=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ABF is #81A540. Grayscale: #6F6F6F. Windows color (decimal): -8496449 or 12540542. OLE color: 12540542.

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

Color convert

RGB 126 90 191 -
CMYK 0.34 0.53 0 0.25
HSL 261.39º 0.44% 0.55% -
HSV(B) 261.39º 0.53% 0.75% -
XYZ 21.66 15.51 51.14 -
YUV 112.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 126 90 191 0.34 0.53 0 0.25 261.39 0.44 0.55
Hex 7E 5A BF 22 35 0 19 105 2C 37
Octal 176 132 277 42 65 0 31 405 54 67
Binary 1111110 1011010 10111111 100010 110101 0 11001 100000101 101100 110111

Color Harmonies of #7E5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5ABF

Black with #7E5ABF

Text Example


Text Example

White with #7E5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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