#7C55B9

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

Shades of Blue Marguerite #7C55B9

Tints of Blue Marguerite #7C55B9

Color information

#7C55B9 (or 0x7C55B9) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 55 and B9. RGB value is (124,85,185). Sum of RGB (Red+Green+Blue) = 124+85+185=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C55B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55B9 is #83AA46. Grayscale: #6B6B6B. Windows color (decimal): -8628807 or 12146044. OLE color: 12146044.

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

Color convert

RGB12485185-
CMYK0.330.5400.27
HSL263.4º41.67%52.94%-
HSV(B)263.4º54.05%72.55%-
XYZ20.3214.2847.59-
YUV108.06171.42139.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=31.47%
G=21.57%
B=46.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124851850.330.5400.27263.441.6752.94
Hex7C55B9213601B1072a35
Octal17412527141660334075265
Binary1111100101010110111001100001110110011011100000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C55B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,85,185); }

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

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

 a { background-color: rgb(124,85,185); }

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

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

 span { border-color: rgb(124,85,185); }

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