#796ECA

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

Shades of Moody Blue #796ECA

Tints of Moody Blue #796ECA

Color information

#796ECA (or 0x796ECA) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and CA. RGB value is (121,110,202). Sum of RGB (Red+Green+Blue) = 121+110+202=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #796ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ECA is #869135. Grayscale: #7B7B7B. Windows color (decimal): -8818998 or 13266553. OLE color: 13266553.

HSL color Cylindrical-coordinate representation of color #796ECA: hue angle of 247.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796ECA is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121110202-
CMYK0.400.4600.21
HSL247.17º46.46%61.18%-
HSV(B)247.17º45.54%79.22%-
XYZ24.1219.4858.37-
YUV123.78172.14126.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=27.94%
G=25.40%
B=46.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211102020.400.4600.21247.1746.4661.18
Hex796ECA282E015f72e3d
Octal17115631250560253675675
Binary111100111011101100101010100010111001010111110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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