#796CB7

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

Shades of Moody Blue #796CB7

Tints of Moody Blue #796CB7

Color information

#796CB7 (or 0x796CB7) is unknown color: approx Moody Blue. HEX triplet: 79, 6C and B7. RGB value is (121,108,183). Sum of RGB (Red+Green+Blue) = 121+108+183=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #796CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CB7 is #869348. Grayscale: #787878. Windows color (decimal): -8819529 or 12020857. OLE color: 12020857.

HSL color Cylindrical-coordinate representation of color #796CB7: hue angle of 250.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #796CB7 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB121108183-
CMYK0.340.4100.28
HSL250.4º34.25%57.06%-
HSV(B)250.4º40.98%71.76%-
XYZ21.7918.2147.17-
YUV120.44163.31128.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.37%
GREEN value IS 108 (42.58% from 255) = 26.21%
BLUE value IS 183 (71.88% from 255) = 44.42%
R=29.37%
G=26.21%
B=44.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1211081830.340.4100.28250.434.2557.06
Hex796CB7222901Cfa2239
Octal17115426742510343724271
Binary111100111011001011011110001010100101110011111010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,183); }

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

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

 a { background-color: rgb(121,108,183); }

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

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

 span { border-color: rgb(121,108,183); }

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