#766DBE

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

Shades of Moody Blue #766DBE

Tints of Moody Blue #766DBE

Color information

#766DBE (or 0x766DBE) is unknown color: approx Moody Blue. HEX triplet: 76, 6D and BE. RGB value is (118,109,190). Sum of RGB (Red+Green+Blue) = 118+109+190=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #766DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DBE is #899241. Grayscale: #787878. Windows color (decimal): -9015874 or 12479862. OLE color: 12479862.

HSL color Cylindrical-coordinate representation of color #766DBE: hue angle of 246.67º degrees, saturation: 0.38, 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 #766DBE is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118109190-
CMYK0.380.4300.25
HSL246.67º38.39%58.63%-
HSV(B)246.67º42.63%74.51%-
XYZ22.2318.5151.12-
YUV120.92166.98125.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=28.30%
G=26.14%
B=45.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181091900.380.4300.25246.6738.3958.63
Hex766DBE262B019f7263b
Octal16615527646530313674673
Binary111011011011011011111010011010101101100111110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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