#796DBA

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

Shades of Moody Blue #796DBA

Tints of Moody Blue #796DBA

Color information

#796DBA (or 0x796DBA) is unknown color: approx Moody Blue. HEX triplet: 79, 6D and BA. RGB value is (121,109,186). Sum of RGB (Red+Green+Blue) = 121+109+186=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #796DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DBA is #869245. Grayscale: #797979. Windows color (decimal): -8819270 or 12217721. OLE color: 12217721.

HSL color Cylindrical-coordinate representation of color #796DBA: hue angle of 249.35º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #796DBA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121109186-
CMYK0.350.4100.27
HSL249.35º35.81%57.84%-
HSV(B)249.35º41.4%72.94%-
XYZ22.2218.5548.86-
YUV121.37164.48127.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.09%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 186 (73.05% from 255) = 44.71%
R=29.09%
G=26.20%
B=44.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211091860.350.4100.27249.3535.8157.84
Hex796DBA232901Bf9243a
Octal17115527243510333714472
Binary111100111011011011101010001110100101101111111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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