#766BB5

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

Shades of Blue Marguerite #766BB5

Tints of Blue Marguerite #766BB5

Color information

#766BB5 (or 0x766BB5) is unknown color: approx Blue Marguerite. HEX triplet: 76, 6B and B5. RGB value is (118,107,181). Sum of RGB (Red+Green+Blue) = 118+107+181=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #766BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BB5 is #89944A. Grayscale: #767676. Windows color (decimal): -9016395 or 11889526. OLE color: 11889526.

HSL color Cylindrical-coordinate representation of color #766BB5: hue angle of 248.92º degrees, saturation: 0.33, 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 #766BB5 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118107181-
CMYK0.350.4100.29
HSL248.92º33.33%56.47%-
HSV(B)248.92º40.88%70.98%-
XYZ21.0717.746.02-
YUV118.72163.14127.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 181 (71.09% from 255) = 44.58%
R=29.06%
G=26.35%
B=44.58%

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
Decimal1181071810.350.4100.29248.9233.3356.47
Hex766BB5232901Df92138
Octal16615326543510353714170
Binary111011011010111011010110001110100101110111111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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