Html Css Color HEX #7E55BE Blue Marguerite

📋 copy color: '#7E55BE'

red 126 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #7E55BE

Tints of Blue Marguerite #7E55BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 31.42%
G = 21.2%
B = 47.38%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E55BE (or 0x7E55BE) is known color: Blue Marguerite. HEX triplet: 7E, 55 and BE. RGB value is (126,85,190). Sum of RGB (Red+Green+Blue) = 126+85+190=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55BE is #81AA41. Grayscale: #6C6C6C. Windows color (decimal): -8497730 or 12473726. OLE color: 12473726.

HSL color Cylindrical-coordinate representation of color #7E55BE: hue angle of 263.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E55BE is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 85 190 -
CMYK 0.34 0.55 0 0.25
HSL 263.43º 0.45% 0.54% -
HSV(B) 263.43º 0.55% 0.75% -
XYZ 21.15 14.65 50.43 -
YUV 109.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 126 85 190 0.34 0.55 0 0.25 263.43 0.45 0.54
Hex 7E 55 BE 22 37 0 19 107 2D 36
Octal 176 125 276 42 67 0 31 407 55 66
Binary 1111110 1010101 10111110 100010 110111 0 11001 100000111 101101 110110

Color Harmonies of #7E55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E55BE

Black with #7E55BE

Text Example


Text Example

White with #7E55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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