#766FB9

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

Shades of Moody Blue #766FB9

Tints of Moody Blue #766FB9

Color information

#766FB9 (or 0x766FB9) is unknown color: approx Moody Blue. HEX triplet: 76, 6F and B9. RGB value is (118,111,185). Sum of RGB (Red+Green+Blue) = 118+111+185=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #766FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FB9 is #899046. Grayscale: #797979. Windows color (decimal): -9015367 or 12152694. OLE color: 12152694.

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

Color convert

RGB118111185-
CMYK0.360.400.27
HSL245.68º34.58%58.04%-
HSV(B)245.68º40%72.55%-
XYZ21.9118.7248.36-
YUV121.53163.82125.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 185 (72.66% from 255) = 44.69%
R=28.50%
G=26.81%
B=44.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181111850.360.400.27245.6834.5858.04
Hex766FB9242801Bf6233a
Octal16615727144500333664372
Binary111011011011111011100110010010100001101111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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