#777DC6

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

Shades of Moody Blue #777DC6

Tints of Moody Blue #777DC6

Color information

#777DC6 (or 0x777DC6) is unknown color: approx Moody Blue. HEX triplet: 77, 7D and C6. RGB value is (119,125,198). Sum of RGB (Red+Green+Blue) = 119+125+198=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #777DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC6 is #888239. Grayscale: #838383. Windows color (decimal): -8946234 or 13008247. OLE color: 13008247.

HSL color Cylindrical-coordinate representation of color #777DC6: hue angle of 235.44º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777DC6 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119125198-
CMYK0.400.3700.22
HSL235.44º40.93%62.16%-
HSV(B)235.44º39.9%77.65%-
XYZ25.1322.6756.48-
YUV131.53165.51119.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 198 (77.73% from 255) = 44.80%
R=26.92%
G=28.28%
B=44.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191251980.400.3700.22235.4440.9362.16
Hex777DC62825016eb293e
Octal16717530650450263535176
Binary111011111111011100011010100010010101011011101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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