#796ACC

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

Shades of Moody Blue #796ACC

Tints of Moody Blue #796ACC

Color information

#796ACC (or 0x796ACC) is unknown color: approx Moody Blue. HEX triplet: 79, 6A and CC. RGB value is (121,106,204). Sum of RGB (Red+Green+Blue) = 121+106+204=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #796ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ACC is #869533. Grayscale: #797979. Windows color (decimal): -8820020 or 13396601. OLE color: 13396601.

HSL color Cylindrical-coordinate representation of color #796ACC: hue angle of 249.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796ACC is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121106204-
CMYK0.410.4800.2
HSL249.18º49%60.78%-
HSV(B)249.18º48.04%80%-
XYZ23.9418.7359.48-
YUV121.66174.47127.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 204 (80.08% from 255) = 47.33%
R=28.07%
G=24.59%
B=47.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211062040.410.4800.2249.184960.78
Hex796ACC2930014f9313d
Octal17115231451600243716175
Binary111100111010101100110010100111000001010011111001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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