#766FCC

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

Shades of Moody Blue #766FCC

Tints of Moody Blue #766FCC

Color information

#766FCC (or 0x766FCC) is unknown color: approx Moody Blue. HEX triplet: 76, 6F and CC. RGB value is (118,111,204). Sum of RGB (Red+Green+Blue) = 118+111+204=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #766FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FCC is #899033. Grayscale: #7B7B7B. Windows color (decimal): -9015348 or 13397878. OLE color: 13397878.

HSL color Cylindrical-coordinate representation of color #766FCC: hue angle of 244.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766FCC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118111204-
CMYK0.420.4600.2
HSL244.52º47.69%61.76%-
HSV(B)244.52º45.59%80%-
XYZ24.0519.5859.64-
YUV123.7173.32123.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 204 (80.08% from 255) = 47.11%
R=27.25%
G=25.64%
B=47.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181112040.420.4600.2244.5247.6961.76
Hex766FCC2A2E014f5303e
Octal16615731452560243656076
Binary111011011011111100110010101010111001010011110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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