#797EDB

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

Shades of Moody Blue #797EDB

Tints of Moody Blue #797EDB

Color information

#797EDB (or 0x797EDB) is unknown color: approx Moody Blue. HEX triplet: 79, 7E and DB. RGB value is (121,126,219). Sum of RGB (Red+Green+Blue) = 121+126+219=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #797EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797EDB is #868124. Grayscale: #868686. Windows color (decimal): -8814885 or 14384761. OLE color: 14384761.

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

Color convert

RGB121126219-
CMYK0.450.4200.14
HSL236.94º57.65%66.67%-
HSV(B)236.94º44.75%85.88%-
XYZ28.1324.170.19-
YUV135.11175.34117.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.97%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=25.97%
G=27.04%
B=47.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211262190.450.4200.14236.9457.6566.67
Hex797EDB2D2A0Eed3a43
Octal171176333555201635572103
Binary111100111111101101101110110110101001110111011011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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