#796FD2

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

Shades of Moody Blue #796FD2

Tints of Moody Blue #796FD2

Color information

#796FD2 (or 0x796FD2) is unknown color: approx Moody Blue. HEX triplet: 79, 6F and D2. RGB value is (121,111,210). Sum of RGB (Red+Green+Blue) = 121+111+210=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 210 (82.42% from 255 or 47.51% from 442); Max value from RGB is 210 - color contains mainly: blue. Hex color #796FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FD2 is #86902D. Grayscale: #7C7C7C. Windows color (decimal): -8818734 or 13791097. OLE color: 13791097.

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

Color convert

RGB121111210-
CMYK0.420.4700.18
HSL246.06º52.38%62.94%-
HSV(B)246.06º47.14%82.35%-
XYZ25.220.0963.52-
YUV125.28175.81124.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 210 (82.42% from 255) = 47.51%
R=27.38%
G=25.11%
B=47.51%

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
Decimal1211112100.420.4700.18246.0652.3862.94
Hex796FD22A2F012f6343f
Octal17115732252570223666477
Binary111100111011111101001010101010111101001011110110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,210); }

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

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

 a { background-color: rgb(121,111,210); }

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

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

 span { border-color: rgb(121,111,210); }

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