#7559bf

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

Shades of Blue Marguerite #7559BF

Tints of Blue Marguerite #7559BF

Color information

#7559BF (or 0x7559BF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 59 and BF. RGB value is (117,89,191). Sum of RGB (Red+Green+Blue) = 117+89+191=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #7559BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7559BF is #8AA640. Grayscale: #6C6C6C. Windows color (decimal): -9086529 or 12540277. OLE color: 12540277.

HSL color Cylindrical-coordinate representation of color #7559BF: hue angle of 256.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7559BF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11789191-
CMYK0.390.5300.25
HSL256.47º44.35%54.9%-
HSV(B)256.47º53.4%74.9%-
XYZ20.3114.6951.05-
YUV109174.28133.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 191 (75% from 255) = 48.11%
R=29.47%
G=22.42%
B=48.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117891910.390.5300.25256.4744.3554.9
Hex7559BF27350191002c37
Octal16513127747650314005467
Binary1110101101100110111111100111110101011001100000000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7559bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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