#766FD1

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

Shades of Moody Blue #766FD1

Tints of Moody Blue #766FD1

Color information

#766FD1 (or 0x766FD1) is unknown color: approx Moody Blue. HEX triplet: 76, 6F and D1. RGB value is (118,111,209). Sum of RGB (Red+Green+Blue) = 118+111+209=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #766FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FD1 is #89902E. Grayscale: #7B7B7B. Windows color (decimal): -9015343 or 13725558. OLE color: 13725558.

HSL color Cylindrical-coordinate representation of color #766FD1: hue angle of 244.29º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766FD1 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118111209-
CMYK0.440.4700.18
HSL244.29º51.58%62.75%-
HSV(B)244.29º46.89%81.96%-
XYZ24.6619.8262.85-
YUV124.26175.82123.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.94%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=26.94%
G=25.34%
B=47.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181112090.440.4700.18244.2951.5862.75
Hex766FD12C2F012f4343f
Octal16615732154570223646477
Binary111011011011111101000110110010111101001011110100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,111,209); }

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

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

 a { background-color: rgb(118,111,209); }

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

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

 span { border-color: rgb(118,111,209); }

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