#777FDF

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

Shades of Moody Blue #777FDF

Tints of Moody Blue #777FDF

Color information

#777FDF (or 0x777FDF) is unknown color: approx Moody Blue. HEX triplet: 77, 7F and DF. RGB value is (119,127,223). Sum of RGB (Red+Green+Blue) = 119+127+223=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #777FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FDF is #888020. Grayscale: #878787. Windows color (decimal): -8945697 or 14647159. OLE color: 14647159.

HSL color Cylindrical-coordinate representation of color #777FDF: hue angle of 235.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #777FDF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119127223-
CMYK0.470.4300.13
HSL235.38º61.9%67.06%-
HSV(B)235.38º46.64%87.45%-
XYZ28.5224.4373.02-
YUV135.55177.35116.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.37%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=25.37%
G=27.08%
B=47.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191272230.470.4300.13235.3861.967.06
Hex777FDF2F2B0Deb3e43
Octal167177337575301535376103
Binary111011111111111101111110111110101101101111010111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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