#7659BD

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

Shades of Blue Marguerite #7659BD

Tints of Blue Marguerite #7659BD

Color information

#7659BD (or 0x7659BD) is unknown color: approx Blue Marguerite. HEX triplet: 76, 59 and BD. RGB value is (118,89,189). Sum of RGB (Red+Green+Blue) = 118+89+189=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #7659BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7659BD is #89A642. Grayscale: #6C6C6C. Windows color (decimal): -9020995 or 12409206. OLE color: 12409206.

HSL color Cylindrical-coordinate representation of color #7659BD: hue angle of 257.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7659BD is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11889189-
CMYK0.380.5300.26
HSL257.4º43.1%54.51%-
HSV(B)257.4º52.91%74.12%-
XYZ20.2314.6749.91-
YUV109.07173.11134.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=29.80%
G=22.47%
B=47.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118891890.380.5300.26257.443.154.51
Hex7659BD263501A1012b37
Octal16613127546650324015367
Binary1110110101100110111101100110110101011010100000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7659BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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