#777FCD

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

Shades of Moody Blue #777FCD

Tints of Moody Blue #777FCD

Color information

#777FCD (or 0x777FCD) is unknown color: approx Moody Blue. HEX triplet: 77, 7F and CD. RGB value is (119,127,205). Sum of RGB (Red+Green+Blue) = 119+127+205=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #777FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FCD is #888032. Grayscale: #858585. Windows color (decimal): -8945715 or 13467511. OLE color: 13467511.

HSL color Cylindrical-coordinate representation of color #777FCD: hue angle of 234.42º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777FCD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119127205-
CMYK0.420.3800.20
HSL234.42º46.24%63.53%-
HSV(B)234.42º41.95%80.39%-
XYZ26.2223.5160.91-
YUV133.5168.35117.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.39%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=26.39%
G=28.16%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191272050.420.3800.20234.4246.2463.53
Hex777FCD2A26014ea2e40
Octal167177315524602435256100
Binary1110111111111111001101101010100110010100111010101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,205); }

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

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

 a { background-color: rgb(119,127,205); }

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

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

 span { border-color: rgb(119,127,205); }

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