#777BD5

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

Shades of Moody Blue #777BD5

Tints of Moody Blue #777BD5

Color information

#777BD5 (or 0x777BD5) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and D5. RGB value is (119,123,213). Sum of RGB (Red+Green+Blue) = 119+123+213=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #777BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BD5 is #88842A. Grayscale: #838383. Windows color (decimal): -8946731 or 13990775. OLE color: 13990775.

HSL color Cylindrical-coordinate representation of color #777BD5: hue angle of 237.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #777BD5 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119123213-
CMYK0.440.4200.16
HSL237.45º52.81%65.1%-
HSV(B)237.45º44.13%83.53%-
XYZ26.722.8965.96-
YUV132.06173.67118.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 213 (83.59% from 255) = 46.81%
R=26.15%
G=27.03%
B=46.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191232130.440.4200.16237.4552.8165.1
Hex777BD52C2A010ed3541
Octal167173325545202035565101
Binary1110111111101111010101101100101010010000111011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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