#796CC8

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

Shades of Moody Blue #796CC8

Tints of Moody Blue #796CC8

Color information

#796CC8 (or 0x796CC8) is unknown color: approx Moody Blue. HEX triplet: 79, 6C and C8. RGB value is (121,108,200). Sum of RGB (Red+Green+Blue) = 121+108+200=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #796CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CC8 is #869337. Grayscale: #7A7A7A. Windows color (decimal): -8819512 or 13134969. OLE color: 13134969.

HSL color Cylindrical-coordinate representation of color #796CC8: hue angle of 248.48º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #796CC8 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB121108200-
CMYK0.390.4600.22
HSL248.48º45.54%60.39%-
HSV(B)248.48º46%78.43%-
XYZ23.6718.9657.06-
YUV122.37171.81127.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 200 (78.52% from 255) = 46.62%
R=28.21%
G=25.17%
B=46.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1211082000.390.4600.22248.4845.5460.39
Hex796CC8272E016f82e3c
Octal17115431047560263705674
Binary111100111011001100100010011110111001011011111000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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