#7559BA

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

Shades of Blue Marguerite #7559BA

Tints of Blue Marguerite #7559BA

Color information

#7559BA (or 0x7559BA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 59 and BA. RGB value is (117,89,186). Sum of RGB (Red+Green+Blue) = 117+89+186=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7559BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559BA is #8AA645. Grayscale: #6C6C6C. Windows color (decimal): -9086534 or 12212597. OLE color: 12212597.

HSL color Cylindrical-coordinate representation of color #7559BA: hue angle of 257.32º 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 #7559BA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11789186-
CMYK0.370.5200.27
HSL257.32º41.28%53.92%-
HSV(B)257.32º52.15%72.94%-
XYZ19.7714.4748.21-
YUV108.43171.78134.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 186 (73.05% from 255) = 47.45%
R=29.85%
G=22.70%
B=47.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117891860.370.5200.27257.3241.2853.92
Hex7559BA253401B1012936
Octal16513127245640334015166
Binary1110101101100110111010100101110100011011100000001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7559BA; }

 p { color: rgb(117,89,186); }

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

<style>
 a { background-color: #7559BA; }

 a { background-color: rgb(117,89,186); }

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

<style>
 span { border-color: #7559BA; }

 span { border-color: rgb(117,89,186); }

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