#796FBF

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

Shades of Moody Blue #796FBF

Tints of Moody Blue #796FBF

Color information

#796FBF (or 0x796FBF) is unknown color: approx Moody Blue. HEX triplet: 79, 6F and BF. RGB value is (121,111,191). Sum of RGB (Red+Green+Blue) = 121+111+191=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 191 - color contains mainly: blue. Hex color #796FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FBF is #869040. Grayscale: #7A7A7A. Windows color (decimal): -8818753 or 12545913. OLE color: 12545913.

HSL color Cylindrical-coordinate representation of color #796FBF: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #796FBF is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121111191-
CMYK0.370.4200.25
HSL247.5º38.46%59.22%-
HSV(B)247.5º41.88%74.9%-
XYZ22.9719.251.78-
YUV123.11166.31126.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.61%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 191 (75% from 255) = 45.15%
R=28.61%
G=26.24%
B=45.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211111910.370.4200.25247.538.4659.22
Hex796FBF252A019f8263b
Octal17115727745520313704673
Binary111100111011111011111110010110101001100111111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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