#766AB5

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

Shades of Blue Marguerite #766AB5

Tints of Blue Marguerite #766AB5

Color information

#766AB5 (or 0x766AB5) is unknown color: approx Blue Marguerite. HEX triplet: 76, 6A and B5. RGB value is (118,106,181). Sum of RGB (Red+Green+Blue) = 118+106+181=405 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.14% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 181 - color contains mainly: blue. Hex color #766AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766AB5 is #89954A. Grayscale: #757575. Windows color (decimal): -9016651 or 11889270. OLE color: 11889270.

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

Color convert

RGB118106181-
CMYK0.350.4100.29
HSL249.6º33.63%56.27%-
HSV(B)249.6º41.44%70.98%-
XYZ20.9717.545.99-
YUV118.14163.48127.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.14%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 181 (71.09% from 255) = 44.69%
R=29.14%
G=26.17%
B=44.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181061810.350.4100.29249.633.6356.27
Hex766AB5232901Dfa2238
Octal16615226543510353724270
Binary111011011010101011010110001110100101110111111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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