#797fdd

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

Shades of Moody Blue #797FDD

Tints of Moody Blue #797FDD

Color information

#797FDD (or 0x797FDD) is unknown color: approx Moody Blue. HEX triplet: 79, 7F and DD. RGB value is (121,127,221). Sum of RGB (Red+Green+Blue) = 121+127+221=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #797FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FDD is #868022. Grayscale: #878787. Windows color (decimal): -8814627 or 14516089. OLE color: 14516089.

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

Color convert

RGB121127221-
CMYK0.450.4300.13
HSL236.4º59.52%67.06%-
HSV(B)236.4º45.25%86.67%-
XYZ28.5324.4671.63-
YUV135.92176.01117.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.80%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=25.80%
G=27.08%
B=47.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211272210.450.4300.13236.459.5267.06
Hex797FDD2D2B0Dec3c43
Octal171177335555301535474103
Binary111100111111111101110110110110101101101111011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,127,221); }

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

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

 a { background-color: rgb(121,127,221); }

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

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

 span { border-color: rgb(121,127,221); }

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