#797DCC

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

Shades of Moody Blue #797DCC

Tints of Moody Blue #797DCC

Color information

#797DCC (or 0x797DCC) is unknown color: approx Moody Blue. HEX triplet: 79, 7D and CC. RGB value is (121,125,204). Sum of RGB (Red+Green+Blue) = 121+125+204=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #797DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DCC is #868233. Grayscale: #848484. Windows color (decimal): -8815156 or 13401465. OLE color: 13401465.

HSL color Cylindrical-coordinate representation of color #797DCC: hue angle of 237.11º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797DCC is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121125204-
CMYK0.410.3900.2
HSL237.11º44.86%63.73%-
HSV(B)237.11º40.69%80%-
XYZ26.1223.0960.21-
YUV132.81168.17119.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.89%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=26.89%
G=27.78%
B=45.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211252040.410.3900.2237.1144.8663.73
Hex797DCC2927014ed2d40
Octal171175314514702435555100
Binary1111001111110111001100101001100111010100111011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,125,204); }

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

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

 a { background-color: rgb(121,125,204); }

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

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

 span { border-color: rgb(121,125,204); }

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