#796CD1

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

Shades of Moody Blue #796CD1

Tints of Moody Blue #796CD1

Color information

#796CD1 (or 0x796CD1) is unknown color: approx Moody Blue. HEX triplet: 79, 6C and D1. RGB value is (121,108,209). Sum of RGB (Red+Green+Blue) = 121+108+209=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #796CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CD1 is #86932E. Grayscale: #7B7B7B. Windows color (decimal): -8819503 or 13724793. OLE color: 13724793.

HSL color Cylindrical-coordinate representation of color #796CD1: hue angle of 247.72º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #796CD1 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121108209-
CMYK0.420.4800.18
HSL247.72º52.33%62.16%-
HSV(B)247.72º48.33%81.96%-
XYZ24.7619.3962.76-
YUV123.4176.31126.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 108 (42.58% from 255) = 24.66%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=27.63%
G=24.66%
B=47.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211082090.420.4800.18247.7252.3362.16
Hex796CD12A30012f8343e
Octal17115432152600223706476
Binary111100111011001101000110101011000001001011111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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