#777ACF

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

Shades of Moody Blue #777ACF

Tints of Moody Blue #777ACF

Color information

#777ACF (or 0x777ACF) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and CF. RGB value is (119,122,207). Sum of RGB (Red+Green+Blue) = 119+122+207=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #777ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ACF is #888530. Grayscale: #828282. Windows color (decimal): -8946993 or 13597303. OLE color: 13597303.

HSL color Cylindrical-coordinate representation of color #777ACF: hue angle of 237.95º 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 #777ACF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119122207-
CMYK0.430.4100.19
HSL237.95º47.83%63.92%-
HSV(B)237.95º42.51%81.18%-
XYZ25.8322.3561.98-
YUV130.79171.01119.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.56%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=26.56%
G=27.23%
B=46.21%

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
Decimal1191222070.430.4100.19237.9547.8363.92
Hex777ACF2B29013ee3040
Octal167172317535102335660100
Binary1110111111101011001111101011101001010011111011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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