#7C5CB3

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

Shades of Blue Marguerite #7C5CB3

Tints of Blue Marguerite #7C5CB3

Color information

#7C5CB3 (or 0x7C5CB3) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5C and B3. RGB value is (124,92,179). Sum of RGB (Red+Green+Blue) = 124+92+179=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C5CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CB3 is #83A34C. Grayscale: #6F6F6F. Windows color (decimal): -8627021 or 11754620. OLE color: 11754620.

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

Color convert

RGB12492179-
CMYK0.310.4900.30
HSL262.07º36.4%53.14%-
HSV(B)262.07º48.6%70.2%-
XYZ20.2815.1944.51-
YUV111.49166.1136.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 179 (70.31% from 255) = 45.32%
R=31.39%
G=23.29%
B=45.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124921790.310.4900.30262.0736.453.14
Hex7C5CB31F3101E1062435
Octal17413426337610364064465
Binary111110010111001011001111111110001011110100000110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,92,179); }

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

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

 a { background-color: rgb(124,92,179); }

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

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

 span { border-color: rgb(124,92,179); }

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