#7C5ABD

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

Shades of Blue Marguerite #7C5ABD

Tints of Blue Marguerite #7C5ABD

Color information

#7C5ABD (or 0x7C5ABD) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 5A and BD. RGB value is (124,90,189). Sum of RGB (Red+Green+Blue) = 124+90+189=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C5ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5ABD is #83A542. Grayscale: #6F6F6F. Windows color (decimal): -8627523 or 12409468. OLE color: 12409468.

HSL color Cylindrical-coordinate representation of color #7C5ABD: hue angle of 260.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C5ABD is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12490189-
CMYK0.340.5200.26
HSL260.61º42.86%54.71%-
HSV(B)260.61º52.38%74.12%-
XYZ21.1515.2749.98-
YUV111.45171.76136.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=30.77%
G=22.33%
B=46.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124901890.340.5200.26260.6142.8654.71
Hex7C5ABD223401A1052b37
Octal17413227542640324055367
Binary1111100101101010111101100010110100011010100000101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,90,189); }

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

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

 a { background-color: rgb(124,90,189); }

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

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

 span { border-color: rgb(124,90,189); }

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