#7E55BE

Color #7E55BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7E55BE

Tints of Blue Marguerite #7E55BE

Color information

#7E55BE (or 0x7E55BE) is unknown color: approx 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

RGB12685190-
CMYK0.340.5500.25
HSL263.43º44.68%53.92%-
HSV(B)263.43º55.26%74.51%-
XYZ21.1514.6550.43-
YUV109.23173.58139.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.42%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=31.42%
G=21.20%
B=47.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126851900.340.5500.25263.4344.6853.92
Hex7E55BE22370191072d36
Octal17612527642670314075566
Binary1111110101010110111110100010110111011001100000111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>