#776DBE

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

Shades of Moody Blue #776DBE

Tints of Moody Blue #776DBE

Color information

#776DBE (or 0x776DBE) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and BE. RGB value is (119,109,190). Sum of RGB (Red+Green+Blue) = 119+109+190=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #776DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DBE is #889241. Grayscale: #787878. Windows color (decimal): -8950338 or 12479863. OLE color: 12479863.

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

Color convert

RGB119109190-
CMYK0.370.4300.25
HSL247.41º38.39%58.63%-
HSV(B)247.41º42.63%74.51%-
XYZ22.3718.5851.12-
YUV121.22166.81126.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=28.47%
G=26.08%
B=45.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191091900.370.4300.25247.4138.3958.63
Hex776DBE252B019f7263b
Octal16715527645530313674673
Binary111011111011011011111010010110101101100111110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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