#766EB5

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

Shades of Blue Marguerite #766EB5

Tints of Blue Marguerite #766EB5

Color information

#766EB5 (or 0x766EB5) is unknown color: approx Blue Marguerite. HEX triplet: 76, 6E and B5. RGB value is (118,110,181). Sum of RGB (Red+Green+Blue) = 118+110+181=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #766EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EB5 is #89914A. Grayscale: #787878. Windows color (decimal): -9015627 or 11890294. OLE color: 11890294.

HSL color Cylindrical-coordinate representation of color #766EB5: hue angle of 246.76º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #766EB5 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118110181-
CMYK0.350.3900.29
HSL246.76º32.42%57.06%-
HSV(B)246.76º39.23%70.98%-
XYZ21.3918.3446.13-
YUV120.49162.15126.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.85%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 181 (71.09% from 255) = 44.25%
R=28.85%
G=26.89%
B=44.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181101810.350.3900.29246.7632.4257.06
Hex766EB5232701Df72039
Octal16615626543470353674071
Binary111011011011101011010110001110011101110111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766EB5; }

 p { color: rgb(118,110,181); }

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

<style>
 a { background-color: #766EB5; }

 a { background-color: rgb(118,110,181); }

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

<style>
 span { border-color: #766EB5; }

 span { border-color: rgb(118,110,181); }

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