#796ACA

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

Shades of Moody Blue #796ACA

Tints of Moody Blue #796ACA

Color information

#796ACA (or 0x796ACA) is unknown color: approx Moody Blue. HEX triplet: 79, 6A and CA. RGB value is (121,106,202). Sum of RGB (Red+Green+Blue) = 121+106+202=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #796ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACA is #869535. Grayscale: #797979. Windows color (decimal): -8820022 or 13265529. OLE color: 13265529.

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

Color convert

RGB121106202-
CMYK0.400.4800.21
HSL249.38º47.52%60.39%-
HSV(B)249.38º47.52%79.22%-
XYZ23.718.6458.23-
YUV121.43173.47127.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 106 (41.80% from 255) = 24.71%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=28.21%
G=24.71%
B=47.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211062020.400.4800.21249.3847.5260.39
Hex796ACA2830015f9303c
Octal17115231250600253716074
Binary111100111010101100101010100011000001010111111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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