Html Css Color HEX #7E55BA Blue Marguerite

📋 copy color: '#7E55BA'

red 126 ◦ green 85 ◦ blue 186

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

Shades of Blue Marguerite #7E55BA

Tints of Blue Marguerite #7E55BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 31.74%
G = 21.41%
B = 46.85%

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

#7E55BA (or 0x7E55BA) is known color: Blue Marguerite. HEX triplet: 7E, 55 and BA. RGB value is (126,85,186). Sum of RGB (Red+Green+Blue) = 126+85+186=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E55BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55BA is #81AA45. Grayscale: #6C6C6C. Windows color (decimal): -8497734 or 12211582. OLE color: 12211582.

HSL color Cylindrical-coordinate representation of color #7E55BA: hue angle of 264.36º 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 #7E55BA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 85 186 -
CMYK 0.32 0.54 0 0.27
HSL 264.36º 0.42% 0.53% -
HSV(B) 264.36º 0.54% 0.73% -
XYZ 20.72 14.48 48.16 -
YUV 108.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 126 85 186 0.32 0.54 0 0.27 264.36 0.42 0.53
Hex 7E 55 BA 20 36 0 1B 108 2A 35
Octal 176 125 272 40 66 0 33 410 52 65
Binary 1111110 1010101 10111010 100000 110110 0 11011 100001000 101010 110101

Color Harmonies of #7E55BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E55BA

Black with #7E55BA

Text Example


Text Example

White with #7E55BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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