#7659B4

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

Shades of Blue Marguerite #7659B4

Tints of Blue Marguerite #7659B4

Color information

#7659B4 (or 0x7659B4) is unknown color: approx Blue Marguerite. HEX triplet: 76, 59 and B4. RGB value is (118,89,180). Sum of RGB (Red+Green+Blue) = 118+89+180=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #7659B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659B4 is #89A64B. Grayscale: #6B6B6B. Windows color (decimal): -9021004 or 11819382. OLE color: 11819382.

HSL color Cylindrical-coordinate representation of color #7659B4: hue angle of 259.12º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7659B4 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11889180-
CMYK0.340.5100.29
HSL259.12º37.76%52.75%-
HSV(B)259.12º50.56%70.59%-
XYZ19.2814.2944.92-
YUV108.04168.61135.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.49%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=30.49%
G=23.00%
B=46.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal118891800.340.5100.29259.1237.7652.75
Hex7659B4223301D1032635
Octal16613126442630354034665
Binary1110110101100110110100100010110011011101100000011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7659B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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