#7559BC

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

Shades of Blue Marguerite #7559BC

Tints of Blue Marguerite #7559BC

Color information

#7559BC (or 0x7559BC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 59 and BC. RGB value is (117,89,188). Sum of RGB (Red+Green+Blue) = 117+89+188=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #7559BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559BC is #8AA643. Grayscale: #6C6C6C. Windows color (decimal): -9086532 or 12343669. OLE color: 12343669.

HSL color Cylindrical-coordinate representation of color #7559BC: hue angle of 256.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7559BC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11789188-
CMYK0.380.5300.26
HSL256.97º42.49%54.31%-
HSV(B)256.97º52.66%73.73%-
XYZ19.9914.5649.33-
YUV108.66172.78133.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 188 (73.83% from 255) = 47.72%
R=29.70%
G=22.59%
B=47.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117891880.380.5300.26256.9742.4954.31
Hex7559BC263501A1012a36
Octal16513127446650324015266
Binary1110101101100110111100100110110101011010100000001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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