#777ABF

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

Shades of Moody Blue #777ABF

Tints of Moody Blue #777ABF

Color information

#777ABF (or 0x777ABF) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and BF. RGB value is (119,122,191). Sum of RGB (Red+Green+Blue) = 119+122+191=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #777ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ABF is #888540. Grayscale: #808080. Windows color (decimal): -8947009 or 12548727. OLE color: 12548727.

HSL color Cylindrical-coordinate representation of color #777ABF: hue angle of 237.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777ABF is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119122191-
CMYK0.380.3600.25
HSL237.5º36%60.78%-
HSV(B)237.5º37.7%74.9%-
XYZ23.9721.652.2-
YUV128.97163.01120.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.55%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 191 (75% from 255) = 44.21%
R=27.55%
G=28.24%
B=44.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191221910.380.3600.25237.53660.78
Hex777ABF2624019ee243d
Octal16717227746440313564475
Binary111011111110101011111110011010010001100111101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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