#777BCF

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

Shades of Moody Blue #777BCF

Tints of Moody Blue #777BCF

Color information

#777BCF (or 0x777BCF) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and CF. RGB value is (119,123,207). Sum of RGB (Red+Green+Blue) = 119+123+207=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #777BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCF is #888430. Grayscale: #838383. Windows color (decimal): -8946737 or 13597559. OLE color: 13597559.

HSL color Cylindrical-coordinate representation of color #777BCF: hue angle of 237.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777BCF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119123207-
CMYK0.430.4100.19
HSL237.27º47.83%63.92%-
HSV(B)237.27º42.51%81.18%-
XYZ25.9522.5962.02-
YUV131.38170.67119.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=26.50%
G=27.39%
B=46.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191232070.430.4100.19237.2747.8363.92
Hex777BCF2B29013ed3040
Octal167173317535102335560100
Binary1110111111101111001111101011101001010011111011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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