#777DD1

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

Shades of Moody Blue #777DD1

Tints of Moody Blue #777DD1

Color information

#777DD1 (or 0x777DD1) is unknown color: approx Moody Blue. HEX triplet: 77, 7D and D1. RGB value is (119,125,209). Sum of RGB (Red+Green+Blue) = 119+125+209=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #777DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DD1 is #88822E. Grayscale: #848484. Windows color (decimal): -8946223 or 13729143. OLE color: 13729143.

HSL color Cylindrical-coordinate representation of color #777DD1: hue angle of 236º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777DD1 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119125209-
CMYK0.430.4000.18
HSL236º49.45%64.31%-
HSV(B)236º43.06%81.96%-
XYZ26.4523.1963.4-
YUV132.78171.01118.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=26.27%
G=27.59%
B=46.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191252090.430.4000.1823649.4564.31
Hex777DD12B28012ec3140
Octal167175321535002235461100
Binary1110111111110111010001101011101000010010111011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,209); }

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

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

 a { background-color: rgb(119,125,209); }

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

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

 span { border-color: rgb(119,125,209); }

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