#797FD0

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

Shades of Moody Blue #797FD0

Tints of Moody Blue #797FD0

Color information

#797FD0 (or 0x797FD0) is unknown color: approx Moody Blue. HEX triplet: 79, 7F and D0. RGB value is (121,127,208). Sum of RGB (Red+Green+Blue) = 121+127+208=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #797FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FD0 is #86802F. Grayscale: #868686. Windows color (decimal): -8814640 or 13664121. OLE color: 13664121.

HSL color Cylindrical-coordinate representation of color #797FD0: hue angle of 235.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797FD0 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121127208-
CMYK0.420.3900.18
HSL235.86º48.07%64.51%-
HSV(B)235.86º41.83%81.57%-
XYZ26.8623.862.85-
YUV134.44169.51118.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.54%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 208 (81.64% from 255) = 45.61%
R=26.54%
G=27.85%
B=45.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211272080.420.3900.18235.8648.0764.51
Hex797FD02A27012ec3041
Octal171177320524702235460101
Binary1111001111111111010000101010100111010010111011001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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