#796DCB

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

Shades of Moody Blue #796DCB

Tints of Moody Blue #796DCB

Color information

#796DCB (or 0x796DCB) is unknown color: approx Moody Blue. HEX triplet: 79, 6D and CB. RGB value is (121,109,203). Sum of RGB (Red+Green+Blue) = 121+109+203=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #796DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DCB is #869234. Grayscale: #7A7A7A. Windows color (decimal): -8819253 or 13331833. OLE color: 13331833.

HSL color Cylindrical-coordinate representation of color #796DCB: hue angle of 247.66º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796DCB is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121109203-
CMYK0.400.4600.20
HSL247.66º47.47%61.18%-
HSV(B)247.66º46.31%79.61%-
XYZ24.1319.3158.96-
YUV123.3172.98126.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 203 (79.69% from 255) = 46.88%
R=27.94%
G=25.17%
B=46.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211092030.400.4600.20247.6647.4761.18
Hex796DCB282E014f82f3d
Octal17115531350560243705775
Binary111100111011011100101110100010111001010011111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,109,203); }

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

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

 a { background-color: rgb(121,109,203); }

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

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

 span { border-color: rgb(121,109,203); }

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