#796FBE

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

Shades of Moody Blue #796FBE

Tints of Moody Blue #796FBE

Color information

#796FBE (or 0x796FBE) is unknown color: approx Moody Blue. HEX triplet: 79, 6F and BE. RGB value is (121,111,190). Sum of RGB (Red+Green+Blue) = 121+111+190=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #796FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FBE is #869041. Grayscale: #7A7A7A. Windows color (decimal): -8818754 or 12480377. OLE color: 12480377.

HSL color Cylindrical-coordinate representation of color #796FBE: hue angle of 247.59º 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 #796FBE is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121111190-
CMYK0.360.4200.25
HSL247.59º37.8%59.02%-
HSV(B)247.59º41.58%74.51%-
XYZ22.8619.1551.21-
YUV123165.81126.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=28.67%
G=26.30%
B=45.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211111900.360.4200.25247.5937.859.02
Hex796FBE242A019f8263b
Octal17115727644520313704673
Binary111100111011111011111010010010101001100111111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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