#7659BA

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

Shades of Blue Marguerite #7659BA

Tints of Blue Marguerite #7659BA

Color information

#7659BA (or 0x7659BA) is unknown color: approx Blue Marguerite. HEX triplet: 76, 59 and BA. RGB value is (118,89,186). Sum of RGB (Red+Green+Blue) = 118+89+186=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #7659BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659BA is #89A645. Grayscale: #6C6C6C. Windows color (decimal): -9020998 or 12212598. OLE color: 12212598.

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

Color convert

RGB11889186-
CMYK0.370.5200.27
HSL257.94º41.28%53.92%-
HSV(B)257.94º52.15%72.94%-
XYZ19.9114.5448.21-
YUV108.73171.61134.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.03%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=30.03%
G=22.65%
B=47.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118891860.370.5200.27257.9441.2853.92
Hex7659BA253401B1022936
Octal16613127245640334025166
Binary1110110101100110111010100101110100011011100000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7659BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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