#797EDC

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

Shades of Moody Blue #797EDC

Tints of Moody Blue #797EDC

Color information

#797EDC (or 0x797EDC) is unknown color: approx Moody Blue. HEX triplet: 79, 7E and DC. RGB value is (121,126,220). Sum of RGB (Red+Green+Blue) = 121+126+220=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #797EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797EDC is #868123. Grayscale: #868686. Windows color (decimal): -8814884 or 14450297. OLE color: 14450297.

HSL color Cylindrical-coordinate representation of color #797EDC: hue angle of 236.97º 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 #797EDC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121126220-
CMYK0.450.4300.14
HSL236.97º58.58%66.86%-
HSV(B)236.97º45%86.27%-
XYZ28.2624.1570.88-
YUV135.22175.84117.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=25.91%
G=26.98%
B=47.11%

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
Decimal1211262200.450.4300.14236.9758.5866.86
Hex797EDC2D2B0Eed3b43
Octal171176334555301635573103
Binary111100111111101101110010110110101101110111011011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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