#777BC8

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

Shades of Moody Blue #777BC8

Tints of Moody Blue #777BC8

Color information

#777BC8 (or 0x777BC8) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and C8. RGB value is (119,123,200). Sum of RGB (Red+Green+Blue) = 119+123+200=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #777BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BC8 is #888437. Grayscale: #828282. Windows color (decimal): -8946744 or 13138807. OLE color: 13138807.

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

Color convert

RGB119123200-
CMYK0.400.3800.22
HSL237.04º42.41%62.55%-
HSV(B)237.04º40.5%78.43%-
XYZ25.1222.2657.62-
YUV130.58167.17119.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 200 (78.52% from 255) = 45.25%
R=26.92%
G=27.83%
B=45.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191232000.400.3800.22237.0442.4162.55
Hex777BC82826016ed2a3f
Octal16717331050460263555277
Binary111011111110111100100010100010011001011011101101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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