#766ECE

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

Shades of Moody Blue #766ECE

Tints of Moody Blue #766ECE

Color information

#766ECE (or 0x766ECE) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and CE. RGB value is (118,110,206). Sum of RGB (Red+Green+Blue) = 118+110+206=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #766ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ECE is #899131. Grayscale: #7A7A7A. Windows color (decimal): -9015602 or 13528694. OLE color: 13528694.

HSL color Cylindrical-coordinate representation of color #766ECE: hue angle of 245º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766ECE is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118110206-
CMYK0.430.4700.19
HSL245º49.48%61.96%-
HSV(B)245º46.6%80.78%-
XYZ24.1919.4660.87-
YUV123.34174.65124.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=27.19%
G=25.35%
B=47.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181102060.430.4700.1924549.4861.96
Hex766ECE2B2F013f5313e
Octal16615631653570233656176
Binary111011011011101100111010101110111101001111110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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