#7560BE

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

Shades of Blue Marguerite #7560BE

Tints of Blue Marguerite #7560BE

Color information

#7560BE (or 0x7560BE) is unknown color: approx Blue Marguerite. HEX triplet: 75, 60 and BE. RGB value is (117,96,190). Sum of RGB (Red+Green+Blue) = 117+96+190=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7560BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BE is #8A9F41. Grayscale: #707070. Windows color (decimal): -9084738 or 12476533. OLE color: 12476533.

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

Color convert

RGB11796190-
CMYK0.380.4900.25
HSL253.4º41.96%56.08%-
HSV(B)253.4º49.47%74.51%-
XYZ20.8115.8750.68-
YUV112.99171.46130.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=29.03%
G=23.82%
B=47.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal117961900.380.4900.25253.441.9656.08
Hex7560BE2631019fd2a38
Octal16514027646610313755270
Binary111010111000001011111010011011000101100111111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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