#766DBB

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

Shades of Moody Blue #766DBB

Tints of Moody Blue #766DBB

Color information

#766DBB (or 0x766DBB) is unknown color: approx Moody Blue. HEX triplet: 76, 6D and BB. RGB value is (118,109,187). Sum of RGB (Red+Green+Blue) = 118+109+187=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #766DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DBB is #899244. Grayscale: #787878. Windows color (decimal): -9015877 or 12283254. OLE color: 12283254.

HSL color Cylindrical-coordinate representation of color #766DBB: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766DBB is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118109187-
CMYK0.370.4200.27
HSL246.92º36.45%58.04%-
HSV(B)246.92º41.71%73.33%-
XYZ21.9118.3849.41-
YUV120.58165.48126.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=28.50%
G=26.33%
B=45.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181091870.370.4200.27246.9236.4558.04
Hex766DBB252A01Bf7243a
Octal16615527345520333674472
Binary111011011011011011101110010110101001101111110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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