#766AB6

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

Shades of Blue Marguerite #766AB6

Tints of Blue Marguerite #766AB6

Color information

#766AB6 (or 0x766AB6) is unknown color: approx Blue Marguerite. HEX triplet: 76, 6A and B6. RGB value is (118,106,182). Sum of RGB (Red+Green+Blue) = 118+106+182=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #766AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AB6 is #899549. Grayscale: #757575. Windows color (decimal): -9016650 or 11954806. OLE color: 11954806.

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

Color convert

RGB118106182-
CMYK0.350.4200.29
HSL249.47º34.23%56.47%-
HSV(B)249.47º41.76%71.37%-
XYZ21.0717.5446.53-
YUV118.25163.98127.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=29.06%
G=26.11%
B=44.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181061820.350.4200.29249.4734.2356.47
Hex766AB6232A01Df92238
Octal16615226643520353714270
Binary111011011010101011011010001110101001110111111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,106,182); }

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

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

 a { background-color: rgb(118,106,182); }

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

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

 span { border-color: rgb(118,106,182); }

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