#796ED0

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

Shades of Moody Blue #796ED0

Tints of Moody Blue #796ED0

Color information

#796ED0 (or 0x796ED0) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and D0. RGB value is (121,110,208). Sum of RGB (Red+Green+Blue) = 121+110+208=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #796ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ED0 is #86912F. Grayscale: #7C7C7C. Windows color (decimal): -8818992 or 13659769. OLE color: 13659769.

HSL color Cylindrical-coordinate representation of color #796ED0: hue angle of 246.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #796ED0 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121110208-
CMYK0.420.4700.18
HSL246.73º51.04%62.35%-
HSV(B)246.73º47.12%81.57%-
XYZ24.8519.7762.18-
YUV124.46175.14125.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 110 (43.36% from 255) = 25.06%
BLUE value IS 208 (81.64% from 255) = 47.38%
R=27.56%
G=25.06%
B=47.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211102080.420.4700.18246.7351.0462.35
Hex796ED02A2F012f7333e
Octal17115632052570223676376
Binary111100111011101101000010101010111101001011110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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