#797ACC

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

Shades of Moody Blue #797ACC

Tints of Moody Blue #797ACC

Color information

#797ACC (or 0x797ACC) is unknown color: approx Moody Blue. HEX triplet: 79, 7A and CC. RGB value is (121,122,204). Sum of RGB (Red+Green+Blue) = 121+122+204=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #797ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ACC is #868533. Grayscale: #828282. Windows color (decimal): -8815924 or 13400697. OLE color: 13400697.

HSL color Cylindrical-coordinate representation of color #797ACC: hue angle of 239.28º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797ACC is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121122204-
CMYK0.410.4000.2
HSL239.28º44.86%63.73%-
HSV(B)239.28º40.69%80%-
XYZ25.7422.3460.08-
YUV131.05169.17120.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=27.07%
G=27.29%
B=45.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211222040.410.4000.2239.2844.8663.73
Hex797ACC2928014ef2d40
Octal171172314515002435755100
Binary1111001111101011001100101001101000010100111011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797ACC; }

 p { color: rgb(121,122,204); }

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

<style>
 a { background-color: #797ACC; }

 a { background-color: rgb(121,122,204); }

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

<style>
 span { border-color: #797ACC; }

 span { border-color: rgb(121,122,204); }

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