#766BB9

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

Shades of Blue Marguerite #766BB9

Tints of Blue Marguerite #766BB9

Color information

#766BB9 (or 0x766BB9) is unknown color: approx Blue Marguerite. HEX triplet: 76, 6B and B9. RGB value is (118,107,185). Sum of RGB (Red+Green+Blue) = 118+107+185=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #766BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BB9 is #899446. Grayscale: #767676. Windows color (decimal): -9016391 or 12151670. OLE color: 12151670.

HSL color Cylindrical-coordinate representation of color #766BB9: hue angle of 248.46º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766BB9 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118107185-
CMYK0.360.4200.27
HSL248.46º35.78%57.25%-
HSV(B)248.46º42.16%72.55%-
XYZ21.4917.8748.22-
YUV119.18165.14127.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 185 (72.66% from 255) = 45.12%
R=28.78%
G=26.10%
B=45.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181071850.360.4200.27248.4635.7857.25
Hex766BB9242A01Bf82439
Octal16615327144520333704471
Binary111011011010111011100110010010101001101111111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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