#7E55BB

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

Shades of Blue Marguerite #7E55BB

Tints of Blue Marguerite #7E55BB

Color information

#7E55BB (or 0x7E55BB) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 55 and BB. RGB value is (126,85,187). Sum of RGB (Red+Green+Blue) = 126+85+187=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55BB is #81AA44. Grayscale: #6C6C6C. Windows color (decimal): -8497733 or 12277118. OLE color: 12277118.

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

Color convert

RGB12685187-
CMYK0.330.5500.27
HSL264.12º42.86%53.33%-
HSV(B)264.12º54.55%73.33%-
XYZ20.8214.5248.72-
YUV108.89172.08140.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=31.66%
G=21.36%
B=46.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126851870.330.5500.27264.1242.8653.33
Hex7E55BB213701B1082b35
Octal17612527341670334105365
Binary1111110101010110111011100001110111011011100001000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E55BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E55BB;
 }
 .AnyTagClassName
 {
   color: #7E55BB;
 }
</style>
background-color css

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

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

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

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

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

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