#776DCB

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

Shades of Moody Blue #776DCB

Tints of Moody Blue #776DCB

Color information

#776DCB (or 0x776DCB) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and CB. RGB value is (119,109,203). Sum of RGB (Red+Green+Blue) = 119+109+203=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #776DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DCB is #889234. Grayscale: #7A7A7A. Windows color (decimal): -8950325 or 13331831. OLE color: 13331831.

HSL color Cylindrical-coordinate representation of color #776DCB: hue angle of 246.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776DCB is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119109203-
CMYK0.410.4600.20
HSL246.38º47.47%61.18%-
HSV(B)246.38º46.31%79.61%-
XYZ23.8619.1758.94-
YUV122.71173.31125.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.61%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 203 (79.69% from 255) = 47.10%
R=27.61%
G=25.29%
B=47.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191092030.410.4600.20246.3847.4761.18
Hex776DCB292E014f62f3d
Octal16715531351560243665775
Binary111011111011011100101110100110111001010011110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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