#796DCC

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

Shades of Moody Blue #796DCC

Tints of Moody Blue #796DCC

Color information

#796DCC (or 0x796DCC) is unknown color: approx Moody Blue. HEX triplet: 79, 6D and CC. RGB value is (121,109,204). Sum of RGB (Red+Green+Blue) = 121+109+204=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #796DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DCC is #869233. Grayscale: #7B7B7B. Windows color (decimal): -8819252 or 13397369. OLE color: 13397369.

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

Color convert

RGB121109204-
CMYK0.410.4700.2
HSL247.58º48.22%61.37%-
HSV(B)247.58º46.57%80%-
XYZ24.2519.3659.59-
YUV123.42173.48126.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=27.88%
G=25.12%
B=47.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211092040.410.4700.2247.5848.2261.37
Hex796DCC292F014f8303d
Octal17115531451570243706075
Binary111100111011011100110010100110111101010011111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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