#7560BF

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

Shades of Blue Marguerite #7560BF

Tints of Blue Marguerite #7560BF

Color information

#7560BF (or 0x7560BF) is unknown color: approx Blue Marguerite. HEX triplet: 75, 60 and BF. RGB value is (117,96,191). Sum of RGB (Red+Green+Blue) = 117+96+191=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7560BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BF is #8A9F40. Grayscale: #707070. Windows color (decimal): -9084737 or 12542069. OLE color: 12542069.

HSL color Cylindrical-coordinate representation of color #7560BF: hue angle of 253.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7560BF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11796191-
CMYK0.390.5000.25
HSL253.26º42.6%56.27%-
HSV(B)253.26º49.74%74.9%-
XYZ20.9215.9151.26-
YUV113.11171.96130.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 96 (37.89% from 255) = 23.76%
BLUE value IS 191 (75% from 255) = 47.28%
R=28.96%
G=23.76%
B=47.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117961910.390.5000.25253.2642.656.27
Hex7560BF2732019fd2b38
Octal16514027747620313755370
Binary111010111000001011111110011111001001100111111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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