#7561BD

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

Shades of Blue Marguerite #7561BD

Tints of Blue Marguerite #7561BD

Color information

#7561BD (or 0x7561BD) is unknown color: approx Blue Marguerite. HEX triplet: 75, 61 and BD. RGB value is (117,97,189). Sum of RGB (Red+Green+Blue) = 117+97+189=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #7561BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7561BD is #8A9E42. Grayscale: #717171. Windows color (decimal): -9084483 or 12411253. OLE color: 12411253.

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

Color convert

RGB11797189-
CMYK0.380.4900.26
HSL253.04º41.07%56.08%-
HSV(B)253.04º48.68%74.12%-
XYZ20.816.0150.14-
YUV113.47170.63130.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=29.03%
G=24.07%
B=46.90%

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
Decimal117971890.380.4900.26253.0441.0756.08
Hex7561BD263101Afd2938
Octal16514127546610323755170
Binary111010111000011011110110011011000101101011111101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7561BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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