#796EBD

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

Shades of Moody Blue #796EBD

Tints of Moody Blue #796EBD

Color information

#796EBD (or 0x796EBD) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and BD. RGB value is (121,110,189). Sum of RGB (Red+Green+Blue) = 121+110+189=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #796EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EBD is #869142. Grayscale: #797979. Windows color (decimal): -8819011 or 12414585. OLE color: 12414585.

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

Color convert

RGB121110189-
CMYK0.360.4200.26
HSL248.35º37.44%58.63%-
HSV(B)248.35º41.8%74.12%-
XYZ22.6518.8950.6-
YUV122.29165.64127.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.81%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 189 (74.22% from 255) = 45%
R=28.81%
G=26.19%
B=45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211101890.360.4200.26248.3537.4458.63
Hex796EBD242A01Af8253b
Octal17115627544520323704573
Binary111100111011101011110110010010101001101011111000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,189); }

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

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

 a { background-color: rgb(121,110,189); }

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

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

 span { border-color: rgb(121,110,189); }

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