#766CC4

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

Shades of Moody Blue #766CC4

Tints of Moody Blue #766CC4

Color information

#766CC4 (or 0x766CC4) is unknown color: approx Moody Blue. HEX triplet: 76, 6C and C4. RGB value is (118,108,196). Sum of RGB (Red+Green+Blue) = 118+108+196=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #766CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CC4 is #89933B. Grayscale: #787878. Windows color (decimal): -9016124 or 12872822. OLE color: 12872822.

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

Color convert

RGB118108196-
CMYK0.400.4500.23
HSL246.82º42.72%59.61%-
HSV(B)246.82º44.9%76.86%-
XYZ22.818.5654.61-
YUV121.02170.31125.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 196 (76.95% from 255) = 46.45%
R=27.96%
G=25.59%
B=46.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181081960.400.4500.23246.8242.7259.61
Hex766CC4282D017f72b3c
Octal16615430450550273675374
Binary111011011011001100010010100010110101011111110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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