#777BCE

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

Shades of Moody Blue #777BCE

Tints of Moody Blue #777BCE

Color information

#777BCE (or 0x777BCE) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and CE. RGB value is (119,123,206). Sum of RGB (Red+Green+Blue) = 119+123+206=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #777BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BCE is #888431. Grayscale: #828282. Windows color (decimal): -8946738 or 13532023. OLE color: 13532023.

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

Color convert

RGB119123206-
CMYK0.420.4000.19
HSL237.24º47.03%63.73%-
HSV(B)237.24º42.23%80.78%-
XYZ25.8322.5461.38-
YUV131.27170.17119.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 206 (80.86% from 255) = 45.98%
R=26.56%
G=27.46%
B=45.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191232060.420.4000.19237.2447.0363.73
Hex777BCE2A28013ed2f40
Octal167173316525002335557100
Binary1110111111101111001110101010101000010011111011011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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