#7656BA

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

Shades of Blue Marguerite #7656BA

Tints of Blue Marguerite #7656BA

Color information

#7656BA (or 0x7656BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 56 and BA. RGB value is (118,86,186). Sum of RGB (Red+Green+Blue) = 118+86+186=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #7656BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7656BA is #89A945. Grayscale: #6A6A6A. Windows color (decimal): -9021766 or 12211830. OLE color: 12211830.

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

Color convert

RGB11886186-
CMYK0.370.5400.27
HSL259.2º42.02%53.33%-
HSV(B)259.2º53.76%72.94%-
XYZ19.6614.0548.13-
YUV106.97172.6135.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=30.26%
G=22.05%
B=47.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118861860.370.5400.27259.242.0253.33
Hex7656BA253601B1032a35
Octal16612627245660334035265
Binary1110110101011010111010100101110110011011100000011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7656BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,86,186); }

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

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

 a { background-color: rgb(118,86,186); }

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

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

 span { border-color: rgb(118,86,186); }

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