#776DBF

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

Shades of Moody Blue #776DBF

Tints of Moody Blue #776DBF

Color information

#776DBF (or 0x776DBF) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and BF. RGB value is (119,109,191). Sum of RGB (Red+Green+Blue) = 119+109+191=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #776DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DBF is #889240. Grayscale: #797979. Windows color (decimal): -8950337 or 12545399. OLE color: 12545399.

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

Color convert

RGB119109191-
CMYK0.380.4300.25
HSL247.32º39.05%58.82%-
HSV(B)247.32º42.93%74.9%-
XYZ22.4818.6251.7-
YUV121.34167.31126.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 191 (75% from 255) = 45.58%
R=28.40%
G=26.01%
B=45.58%

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
Decimal1191091910.380.4300.25247.3239.0558.82
Hex776DBF262B019f7273b
Octal16715527746530313674773
Binary111011111011011011111110011010101101100111110111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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