#766EC4

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

Shades of Moody Blue #766EC4

Tints of Moody Blue #766EC4

Color information

#766EC4 (or 0x766EC4) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and C4. RGB value is (118,110,196). Sum of RGB (Red+Green+Blue) = 118+110+196=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #766EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EC4 is #89913B. Grayscale: #797979. Windows color (decimal): -9015612 or 12873334. OLE color: 12873334.

HSL color Cylindrical-coordinate representation of color #766EC4: hue angle of 245.58º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766EC4 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB118110196-
CMYK0.400.4400.23
HSL245.58º42.16%60%-
HSV(B)245.58º43.88%76.86%-
XYZ23.0118.9954.68-
YUV122.2169.65125.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=27.83%
G=25.94%
B=46.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181101960.400.4400.23245.5842.1660
Hex766EC4282C017f62a3c
Octal16615630450540273665274
Binary111011011011101100010010100010110001011111110110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,110,196); }

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

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

 a { background-color: rgb(118,110,196); }

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

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

 span { border-color: rgb(118,110,196); }

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