#766DC2

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

Shades of Moody Blue #766DC2

Tints of Moody Blue #766DC2

Color information

#766DC2 (or 0x766DC2) is unknown color: approx Moody Blue. HEX triplet: 76, 6D and C2. RGB value is (118,109,194). Sum of RGB (Red+Green+Blue) = 118+109+194=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #766DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DC2 is #89923D. Grayscale: #797979. Windows color (decimal): -9015870 or 12742006. OLE color: 12742006.

HSL color Cylindrical-coordinate representation of color #766DC2: hue angle of 246.35º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766DC2 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118109194-
CMYK0.390.4400.24
HSL246.35º41.06%59.41%-
HSV(B)246.35º43.81%76.08%-
XYZ22.6818.6853.45-
YUV121.38168.98125.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 194 (76.17% from 255) = 46.08%
R=28.03%
G=25.89%
B=46.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181091940.390.4400.24246.3541.0659.41
Hex766DC2272C018f6293b
Octal16615530247540303665173
Binary111011011011011100001010011110110001100011110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,194); }

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

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

 a { background-color: rgb(118,109,194); }

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

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

 span { border-color: rgb(118,109,194); }

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