#796CC5

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

Shades of Moody Blue #796CC5

Tints of Moody Blue #796CC5

Color information

#796CC5 (or 0x796CC5) is unknown color: approx Moody Blue. HEX triplet: 79, 6C and C5. RGB value is (121,108,197). Sum of RGB (Red+Green+Blue) = 121+108+197=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #796CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CC5 is #86933A. Grayscale: #797979. Windows color (decimal): -8819515 or 12938361. OLE color: 12938361.

HSL color Cylindrical-coordinate representation of color #796CC5: hue angle of 248.76º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #796CC5 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB121108197-
CMYK0.390.4500.23
HSL248.76º43.41%59.8%-
HSV(B)248.76º45.18%77.25%-
XYZ23.3318.8255.23-
YUV122.03170.31127.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 108 (42.58% from 255) = 25.35%
BLUE value IS 197 (77.34% from 255) = 46.24%
R=28.40%
G=25.35%
B=46.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211081970.390.4500.23248.7643.4159.8
Hex796CC5272D017f92b3c
Octal17115430547550273715374
Binary111100111011001100010110011110110101011111111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796CC5; }

 p { color: rgb(121,108,197); }

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

<style>
 a { background-color: #796CC5; }

 a { background-color: rgb(121,108,197); }

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

<style>
 span { border-color: #796CC5; }

 span { border-color: rgb(121,108,197); }

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