#777BDD

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

Shades of Moody Blue #777BDD

Tints of Moody Blue #777BDD

Color information

#777BDD (or 0x777BDD) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and DD. RGB value is (119,123,221). Sum of RGB (Red+Green+Blue) = 119+123+221=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #777BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BDD is #888422. Grayscale: #848484. Windows color (decimal): -8946723 or 14515063. OLE color: 14515063.

HSL color Cylindrical-coordinate representation of color #777BDD: hue angle of 237.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777BDD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119123221-
CMYK0.460.4400.13
HSL237.65º60%66.67%-
HSV(B)237.65º46.15%86.67%-
XYZ27.7423.3171.44-
YUV132.98177.67118.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.70%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=25.70%
G=26.57%
B=47.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191232210.460.4400.13237.656066.67
Hex777BDD2E2C0Dee3c43
Octal167173335565401535674103
Binary111011111110111101110110111010110001101111011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777BDD; }

 p { color: rgb(119,123,221); }

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

<style>
 a { background-color: #777BDD; }

 a { background-color: rgb(119,123,221); }

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

<style>
 span { border-color: #777BDD; }

 span { border-color: rgb(119,123,221); }

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