#797CBD

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

Shades of Moody Blue #797CBD

Tints of Moody Blue #797CBD

Color information

#797CBD (or 0x797CBD) is unknown color: approx Moody Blue. HEX triplet: 79, 7C and BD. RGB value is (121,124,189). Sum of RGB (Red+Green+Blue) = 121+124+189=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #797CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CBD is #868342. Grayscale: #828282. Windows color (decimal): -8815427 or 12418169. OLE color: 12418169.

HSL color Cylindrical-coordinate representation of color #797CBD: hue angle of 237.35º 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 #797CBD is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121124189-
CMYK0.360.3400.26
HSL237.35º34%60.78%-
HSV(B)237.35º35.98%74.12%-
XYZ24.2822.1551.14-
YUV130.51161.01121.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=27.88%
G=28.57%
B=43.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211241890.360.3400.26237.353460.78
Hex797CBD242201Aed223d
Octal17117427544420323554275
Binary111100111111001011110110010010001001101011101101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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