#7C5BB4

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

Shades of Blue Marguerite #7C5BB4

Tints of Blue Marguerite #7C5BB4

Color information

#7C5BB4 (or 0x7C5BB4) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5B and B4. RGB value is (124,91,180). Sum of RGB (Red+Green+Blue) = 124+91+180=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C5BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BB4 is #83A44B. Grayscale: #6E6E6E. Windows color (decimal): -8627276 or 11819900. OLE color: 11819900.

HSL color Cylindrical-coordinate representation of color #7C5BB4: hue angle of 262.25º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5BB4 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12491180-
CMYK0.310.4900.29
HSL262.25º37.24%53.14%-
HSV(B)262.25º49.44%70.59%-
XYZ20.2915.0645.02-
YUV111.01166.93137.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=31.39%
G=23.04%
B=45.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124911800.310.4900.29262.2537.2453.14
Hex7C5BB41F3101D1062535
Octal17413326437610354064565
Binary111110010110111011010011111110001011101100000110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,91,180); }

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

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

 a { background-color: rgb(124,91,180); }

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

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

 span { border-color: rgb(124,91,180); }

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