#777AC9

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

Shades of Moody Blue #777AC9

Tints of Moody Blue #777AC9

Color information

#777AC9 (or 0x777AC9) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and C9. RGB value is (119,122,201). Sum of RGB (Red+Green+Blue) = 119+122+201=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #777AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AC9 is #888536. Grayscale: #818181. Windows color (decimal): -8946999 or 13204087. OLE color: 13204087.

HSL color Cylindrical-coordinate representation of color #777AC9: hue angle of 237.8º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777AC9 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119122201-
CMYK0.410.3900.21
HSL237.8º43.16%62.75%-
HSV(B)237.8º40.8%78.82%-
XYZ25.1122.0658.19-
YUV130.11168.01120.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=26.92%
G=27.60%
B=45.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191222010.410.3900.21237.843.1662.75
Hex777AC92927015ee2b3f
Octal16717231151470253565377
Binary111011111110101100100110100110011101010111101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,122,201); }

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

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

 a { background-color: rgb(119,122,201); }

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

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

 span { border-color: rgb(119,122,201); }

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