#766ED7

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

Shades of Moody Blue #766ED7

Tints of Moody Blue #766ED7

Color information

#766ED7 (or 0x766ED7) is unknown color: approx Moody Blue. HEX triplet: 76, 6E and D7. RGB value is (118,110,215). Sum of RGB (Red+Green+Blue) = 118+110+215=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 215 (84.38% from 255 or 48.53% from 443); Max value from RGB is 215 - color contains mainly: blue. Hex color #766ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ED7 is #899128. Grayscale: #7B7B7B. Windows color (decimal): -9015593 or 14118518. OLE color: 14118518.

HSL color Cylindrical-coordinate representation of color #766ED7: hue angle of 244.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766ED7 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118110215-
CMYK0.450.4900.16
HSL244.57º56.76%63.73%-
HSV(B)244.57º48.84%84.31%-
XYZ25.3119.9166.8-
YUV124.36179.15123.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 215 (84.38% from 255) = 48.53%
R=26.64%
G=24.83%
B=48.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181102150.450.4900.16244.5756.7663.73
Hex766ED72D31010f53940
Octal166156327556102036571100
Binary1110110110111011010111101101110001010000111101011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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