#7560BC

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

Shades of Blue Marguerite #7560BC

Tints of Blue Marguerite #7560BC

Color information

#7560BC (or 0x7560BC) is unknown color: approx Blue Marguerite. HEX triplet: 75, 60 and BC. RGB value is (117,96,188). Sum of RGB (Red+Green+Blue) = 117+96+188=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7560BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BC is #8A9F43. Grayscale: #707070. Windows color (decimal): -9084740 or 12345461. OLE color: 12345461.

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

Color convert

RGB11796188-
CMYK0.380.4900.26
HSL253.7º40.71%55.69%-
HSV(B)253.7º48.94%73.73%-
XYZ20.615.7849.54-
YUV112.77170.46131.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 188 (73.83% from 255) = 46.88%
R=29.18%
G=23.94%
B=46.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117961880.380.4900.26253.740.7155.69
Hex7560BC263101Afe2938
Octal16514027446610323765170
Binary111010111000001011110010011011000101101011111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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