#797DDC

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

Shades of Moody Blue #797DDC

Tints of Moody Blue #797DDC

Color information

#797DDC (or 0x797DDC) is unknown color: approx Moody Blue. HEX triplet: 79, 7D and DC. RGB value is (121,125,220). Sum of RGB (Red+Green+Blue) = 121+125+220=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #797DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DDC is #868223. Grayscale: #868686. Windows color (decimal): -8815140 or 14450041. OLE color: 14450041.

HSL color Cylindrical-coordinate representation of color #797DDC: hue angle of 237.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #797DDC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121125220-
CMYK0.450.4300.14
HSL237.58º58.58%66.86%-
HSV(B)237.58º45%86.27%-
XYZ28.1423.970.84-
YUV134.63176.17118.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=25.97%
G=26.82%
B=47.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211252200.450.4300.14237.5858.5866.86
Hex797DDC2D2B0Eee3b43
Octal171175334555301635673103
Binary111100111111011101110010110110101101110111011101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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