#7560B6

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

Shades of Blue Marguerite #7560B6

Tints of Blue Marguerite #7560B6

Color information

#7560B6 (or 0x7560B6) is unknown color: approx Blue Marguerite. HEX triplet: 75, 60 and B6. RGB value is (117,96,182). Sum of RGB (Red+Green+Blue) = 117+96+182=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #7560B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560B6 is #8A9F49. Grayscale: #6F6F6F. Windows color (decimal): -9084746 or 11952245. OLE color: 11952245.

HSL color Cylindrical-coordinate representation of color #7560B6: hue angle of 254.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7560B6 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11796182-
CMYK0.360.4700.29
HSL254.65º37.07%54.51%-
HSV(B)254.65º47.25%71.37%-
XYZ19.9615.5346.2-
YUV112.08167.46131.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=29.62%
G=24.30%
B=46.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117961820.360.4700.29254.6537.0754.51
Hex7560B6242F01Dff2537
Octal16514026644570353774567
Binary111010111000001011011010010010111101110111111111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7560B6; }

 p { color: rgb(117,96,182); }

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

<style>
 a { background-color: #7560B6; }

 a { background-color: rgb(117,96,182); }

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

<style>
 span { border-color: #7560B6; }

 span { border-color: rgb(117,96,182); }

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