#766DC0

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

Shades of Moody Blue #766DC0

Tints of Moody Blue #766DC0

Color information

#766DC0 (or 0x766DC0) is unknown color: approx Moody Blue. HEX triplet: 76, 6D and C0. RGB value is (118,109,192). Sum of RGB (Red+Green+Blue) = 118+109+192=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #766DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DC0 is #89923F. Grayscale: #787878. Windows color (decimal): -9015872 or 12610934. OLE color: 12610934.

HSL color Cylindrical-coordinate representation of color #766DC0: hue angle of 246.51º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766DC0 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118109192-
CMYK0.390.4300.25
HSL246.51º39.71%59.02%-
HSV(B)246.51º43.23%75.29%-
XYZ22.4518.5952.27-
YUV121.15167.98125.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=28.16%
G=26.01%
B=45.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181091920.390.4300.25246.5139.7159.02
Hex766DC0272B019f7283b
Octal16615530047530313675073
Binary111011011011011100000010011110101101100111110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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