#796EBA

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

Shades of Moody Blue #796EBA

Tints of Moody Blue #796EBA

Color information

#796EBA (or 0x796EBA) is unknown color: approx Moody Blue. HEX triplet: 79, 6E and BA. RGB value is (121,110,186). Sum of RGB (Red+Green+Blue) = 121+110+186=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #796EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EBA is #869145. Grayscale: #797979. Windows color (decimal): -8819014 or 12217977. OLE color: 12217977.

HSL color Cylindrical-coordinate representation of color #796EBA: hue angle of 248.68º 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 #796EBA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121110186-
CMYK0.350.4100.27
HSL248.68º35.51%58.04%-
HSV(B)248.68º40.86%72.94%-
XYZ22.3218.7648.9-
YUV121.95164.14127.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 110 (43.36% from 255) = 26.38%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=29.02%
G=26.38%
B=44.60%

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
Decimal1211101860.350.4100.27248.6835.5158.04
Hex796EBA232901Bf9243a
Octal17115627243510333714472
Binary111100111011101011101010001110100101101111111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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