#796ECE

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

Shades of Moody Blue #796ECE

Tints of Moody Blue #796ECE

Color information

#796ECE (or 0x796ECE) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and CE. RGB value is (121,110,206). Sum of RGB (Red+Green+Blue) = 121+110+206=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #796ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ECE is #869131. Grayscale: #7B7B7B. Windows color (decimal): -8818994 or 13528697. OLE color: 13528697.

HSL color Cylindrical-coordinate representation of color #796ECE: hue angle of 246.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796ECE is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121110206-
CMYK0.410.4700.19
HSL246.88º49.48%61.96%-
HSV(B)246.88º46.6%80.78%-
XYZ24.619.6760.89-
YUV124.23174.14125.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 110 (43.36% from 255) = 25.17%
BLUE value IS 206 (80.86% from 255) = 47.14%
R=27.69%
G=25.17%
B=47.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211102060.410.4700.19246.8849.4861.96
Hex796ECE292F013f7313e
Octal17115631651570233676176
Binary111100111011101100111010100110111101001111110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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