Html Css Color HEX #7E56BA Blue Marguerite

📋 copy color: '#7E56BA'

red 126 ◦ green 86 ◦ blue 186

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

Shades of Blue Marguerite #7E56BA

Tints of Blue Marguerite #7E56BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.61%

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

R = 31.66%
G = 21.61%
B = 46.73%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E56BA (or 0x7E56BA) is known color: Blue Marguerite. HEX triplet: 7E, 56 and BA. RGB value is (126,86,186). Sum of RGB (Red+Green+Blue) = 126+86+186=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E56BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E56BA is #81A945. Grayscale: #6D6D6D. Windows color (decimal): -8497478 or 12211838. OLE color: 12211838.

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

Color convert

RGB 126 86 186 -
CMYK 0.32 0.54 0 0.27
HSL 264º 0.42% 0.53% -
HSV(B) 264º 0.54% 0.73% -
XYZ 20.79 14.64 48.18 -
YUV 109.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 126 86 186 0.32 0.54 0 0.27 264 0.42 0.53
Hex 7E 56 BA 20 36 0 1B 108 2A 35
Octal 176 126 272 40 66 0 33 410 52 65
Binary 1111110 1010110 10111010 100000 110110 0 11011 100001000 101010 110101

Color Harmonies of #7E56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E56BA

Black with #7E56BA

Text Example


Text Example

White with #7E56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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