#7E54BC

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

Shades of Blue Marguerite #7E54BC

Tints of Blue Marguerite #7E54BC

Color information

#7E54BC (or 0x7E54BC) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 54 and BC. RGB value is (126,84,188). Sum of RGB (Red+Green+Blue) = 126+84+188=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E54BC is #81AB43. Grayscale: #6C6C6C. Windows color (decimal): -8497988 or 12342398. OLE color: 12342398.

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

Color convert

RGB12684188-
CMYK0.330.5500.26
HSL264.23º43.7%53.33%-
HSV(B)264.23º55.32%73.73%-
XYZ20.8514.4149.26-
YUV108.41172.91140.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=31.66%
G=21.11%
B=47.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126841880.330.5500.26264.2343.753.33
Hex7E54BC213701A1082c35
Octal17612427441670324105465
Binary1111110101010010111100100001110111011010100001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,84,188); }

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

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

 a { background-color: rgb(126,84,188); }

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

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

 span { border-color: rgb(126,84,188); }

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