#797BBD

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

Shades of Moody Blue #797BBD

Tints of Moody Blue #797BBD

Color information

#797BBD (or 0x797BBD) is unknown color: approx Moody Blue. HEX triplet: 79, 7B and BD. RGB value is (121,123,189). Sum of RGB (Red+Green+Blue) = 121+123+189=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #797BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BBD is #868442. Grayscale: #818181. Windows color (decimal): -8815683 or 12417913. OLE color: 12417913.

HSL color Cylindrical-coordinate representation of color #797BBD: hue angle of 238.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #797BBD is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121123189-
CMYK0.360.3500.26
HSL238.24º34%60.78%-
HSV(B)238.24º35.98%74.12%-
XYZ24.1521.951.1-
YUV129.93161.34121.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=27.94%
G=28.41%
B=43.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211231890.360.3500.26238.243460.78
Hex797BBD242301Aee223d
Octal17117327544430323564275
Binary111100111110111011110110010010001101101011101110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,123,189); }

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

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

 a { background-color: rgb(121,123,189); }

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

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

 span { border-color: rgb(121,123,189); }

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