#777ACA

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

Shades of Moody Blue #777ACA

Tints of Moody Blue #777ACA

Color information

#777ACA (or 0x777ACA) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and CA. RGB value is (119,122,202). Sum of RGB (Red+Green+Blue) = 119+122+202=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #777ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ACA is #888535. Grayscale: #818181. Windows color (decimal): -8946998 or 13269623. OLE color: 13269623.

HSL color Cylindrical-coordinate representation of color #777ACA: hue angle of 237.83º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777ACA is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB119122202-
CMYK0.410.4000.21
HSL237.83º43.92%62.94%-
HSV(B)237.83º41.09%79.22%-
XYZ25.2322.1158.81-
YUV130.22168.51120-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=26.86%
G=27.54%
B=45.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1191222020.410.4000.21237.8343.9262.94
Hex777ACA2928015ee2c3f
Octal16717231251500253565477
Binary111011111110101100101010100110100001010111101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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