#796DBC

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

Shades of Moody Blue #796DBC

Tints of Moody Blue #796DBC

Color information

#796DBC (or 0x796DBC) is unknown color: approx Moody Blue. HEX triplet: 79, 6D and BC. RGB value is (121,109,188). Sum of RGB (Red+Green+Blue) = 121+109+188=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #796DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DBC is #869243. Grayscale: #797979. Windows color (decimal): -8819268 or 12348793. OLE color: 12348793.

HSL color Cylindrical-coordinate representation of color #796DBC: hue angle of 249.11º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796DBC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121109188-
CMYK0.360.4200.26
HSL249.11º37.09%58.24%-
HSV(B)249.11º42.02%73.73%-
XYZ22.4318.6349.99-
YUV121.59165.48127.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.95%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=28.95%
G=26.08%
B=44.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211091880.360.4200.26249.1137.0958.24
Hex796DBC242A01Af9253a
Octal17115527444520323714572
Binary111100111011011011110010010010101001101011111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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