#7C5DC0

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

Shades of Blue Marguerite #7C5DC0

Tints of Blue Marguerite #7C5DC0

Color information

#7C5DC0 (or 0x7C5DC0) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5D and C0. RGB value is (124,93,192). Sum of RGB (Red+Green+Blue) = 124+93+192=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C5DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5DC0 is #83A23F. Grayscale: #717171. Windows color (decimal): -8626752 or 12606844. OLE color: 12606844.

HSL color Cylindrical-coordinate representation of color #7C5DC0: hue angle of 258.79º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C5DC0 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12493192-
CMYK0.350.5200.25
HSL258.79º44%55.88%-
HSV(B)258.79º51.56%75.29%-
XYZ21.7415.9251.8-
YUV113.56172.27135.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.32%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 192 (75.39% from 255) = 46.94%
R=30.32%
G=22.74%
B=46.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124931920.350.5200.25258.794455.88
Hex7C5DC023340191032c38
Octal17413530043640314035470
Binary1111100101110111000000100011110100011001100000011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,93,192); }

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

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

 a { background-color: rgb(124,93,192); }

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

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

 span { border-color: rgb(124,93,192); }

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