#797DD7

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

Shades of Moody Blue #797DD7

Tints of Moody Blue #797DD7

Color information

#797DD7 (or 0x797DD7) is unknown color: approx Moody Blue. HEX triplet: 79, 7D and D7. RGB value is (121,125,215). Sum of RGB (Red+Green+Blue) = 121+125+215=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 215 (84.38% from 255 or 46.64% from 461); Max value from RGB is 215 - color contains mainly: blue. Hex color #797DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DD7 is #868228. Grayscale: #858585. Windows color (decimal): -8815145 or 14122361. OLE color: 14122361.

HSL color Cylindrical-coordinate representation of color #797DD7: hue angle of 237.45º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #797DD7 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121125215-
CMYK0.440.4200.16
HSL237.45º54.02%65.88%-
HSV(B)237.45º43.72%84.31%-
XYZ27.4823.6467.4-
YUV134.06173.67118.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.25%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 215 (84.38% from 255) = 46.64%
R=26.25%
G=27.11%
B=46.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211252150.440.4200.16237.4554.0265.88
Hex797DD72C2A010ed3642
Octal171175327545202035566102
Binary1111001111110111010111101100101010010000111011011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,125,215); }

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

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

 a { background-color: rgb(121,125,215); }

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

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

 span { border-color: rgb(121,125,215); }

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