#7C58B9

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

Shades of Blue Marguerite #7C58B9

Tints of Blue Marguerite #7C58B9

Color information

#7C58B9 (or 0x7C58B9) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 58 and B9. RGB value is (124,88,185). Sum of RGB (Red+Green+Blue) = 124+88+185=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C58B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C58B9 is #83A746. Grayscale: #6D6D6D. Windows color (decimal): -8628039 or 12146812. OLE color: 12146812.

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

Color convert

RGB12488185-
CMYK0.330.5200.27
HSL262.27º40.93%53.53%-
HSV(B)262.27º52.43%72.55%-
XYZ20.5614.7747.67-
YUV109.82170.43138.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 185 (72.66% from 255) = 46.60%
R=31.23%
G=22.17%
B=46.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124881850.330.5200.27262.2740.9353.53
Hex7C58B9213401B1062936
Octal17413027141640334065166
Binary1111100101100010111001100001110100011011100000110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C58B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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