#7569BA

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

Shades of Blue Marguerite #7569BA

Tints of Blue Marguerite #7569BA

Color information

#7569BA (or 0x7569BA) is unknown color: approx Blue Marguerite. HEX triplet: 75, 69 and BA. RGB value is (117,105,186). Sum of RGB (Red+Green+Blue) = 117+105+186=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #7569BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7569BA is #8A9645. Grayscale: #757575. Windows color (decimal): -9082438 or 12216693. OLE color: 12216693.

HSL color Cylindrical-coordinate representation of color #7569BA: hue angle of 248.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7569BA is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117105186-
CMYK0.370.4400.27
HSL248.89º36.99%57.06%-
HSV(B)248.89º43.55%72.94%-
XYZ21.2517.4348.7-
YUV117.82166.48127.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=28.68%
G=25.74%
B=45.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171051860.370.4400.27248.8936.9957.06
Hex7569BA252C01Bf92539
Octal16515127245540333714571
Binary111010111010011011101010010110110001101111111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7569BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7569BA; }

 p { color: rgb(117,105,186); }

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

<style>
 a { background-color: #7569BA; }

 a { background-color: rgb(117,105,186); }

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

<style>
 span { border-color: #7569BA; }

 span { border-color: rgb(117,105,186); }

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