#796AD6

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

Shades of Moody Blue #796AD6

Tints of Moody Blue #796AD6

Color information

#796AD6 (or 0x796AD6) is unknown color: approx Moody Blue. HEX triplet: 79, 6A and D6. RGB value is (121,106,214). Sum of RGB (Red+Green+Blue) = 121+106+214=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #796AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796AD6 is #869529. Grayscale: #7A7A7A. Windows color (decimal): -8820010 or 14051961. OLE color: 14051961.

HSL color Cylindrical-coordinate representation of color #796AD6: hue angle of 248.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796AD6 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121106214-
CMYK0.430.5000.16
HSL248.33º56.84%62.75%-
HSV(B)248.33º50.47%83.92%-
XYZ25.1819.2366-
YUV122.8179.47126.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 214 (83.98% from 255) = 48.53%
R=27.44%
G=24.04%
B=48.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211062140.430.5000.16248.3356.8462.75
Hex796AD62B32010f8393f
Octal17115232653620203707177
Binary111100111010101101011010101111001001000011111000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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