#796EBC

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

Shades of Moody Blue #796EBC

Tints of Moody Blue #796EBC

Color information

#796EBC (or 0x796EBC) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and BC. RGB value is (121,110,188). Sum of RGB (Red+Green+Blue) = 121+110+188=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #796EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EBC is #869143. Grayscale: #797979. Windows color (decimal): -8819012 or 12349049. OLE color: 12349049.

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

Color convert

RGB121110188-
CMYK0.360.4100.26
HSL248.46º36.79%58.43%-
HSV(B)248.46º41.49%73.73%-
XYZ22.5418.8550.03-
YUV122.18165.14127.16-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=28.88%
G=26.25%
B=44.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211101880.360.4100.26248.4636.7958.43
Hex796EBC242901Af8253a
Octal17115627444510323704572
Binary111100111011101011110010010010100101101011111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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