#7560BD

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

Shades of Blue Marguerite #7560BD

Tints of Blue Marguerite #7560BD

Color information

#7560BD (or 0x7560BD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 60 and BD. RGB value is (117,96,189). Sum of RGB (Red+Green+Blue) = 117+96+189=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #7560BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7560BD is #8A9F42. Grayscale: #707070. Windows color (decimal): -9084739 or 12410997. OLE color: 12410997.

HSL color Cylindrical-coordinate representation of color #7560BD: hue angle of 253.55º 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 #7560BD is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11796189-
CMYK0.380.4900.26
HSL253.55º41.33%55.88%-
HSV(B)253.55º49.21%74.12%-
XYZ20.715.8250.11-
YUV112.88170.96130.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.10%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 189 (74.22% from 255) = 47.01%
R=29.10%
G=23.88%
B=47.01%

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
Decimal117961890.380.4900.26253.5541.3355.88
Hex7560BD263101Afe2938
Octal16514027546610323765170
Binary111010111000001011110110011011000101101011111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7560BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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