#7D54BC

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

Shades of Blue Marguerite #7D54BC

Tints of Blue Marguerite #7D54BC

Color information

#7D54BC (or 0x7D54BC) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 54 and BC. RGB value is (125,84,188). Sum of RGB (Red+Green+Blue) = 125+84+188=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D54BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D54BC is #82AB43. Grayscale: #6B6B6B. Windows color (decimal): -8563524 or 12342397. OLE color: 12342397.

HSL color Cylindrical-coordinate representation of color #7D54BC: hue angle of 263.65º 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 #7D54BC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12584188-
CMYK0.340.5500.26
HSL263.65º43.7%53.33%-
HSV(B)263.65º55.32%73.73%-
XYZ20.714.3349.25-
YUV108.12173.08140.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=31.49%
G=21.16%
B=47.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125841880.340.5500.26263.6543.753.33
Hex7D54BC223701A1082c35
Octal17512427442670324105465
Binary1111101101010010111100100010110111011010100001000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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