#796BD1

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

Shades of Moody Blue #796BD1

Tints of Moody Blue #796BD1

Color information

#796BD1 (or 0x796BD1) is unknown color: approx Moody Blue. HEX triplet: 79, 6B and D1. RGB value is (121,107,209). Sum of RGB (Red+Green+Blue) = 121+107+209=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #796BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BD1 is #86942E. Grayscale: #7A7A7A. Windows color (decimal): -8819759 or 13724537. OLE color: 13724537.

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

Color convert

RGB121107209-
CMYK0.420.4900.18
HSL248.24º52.58%61.96%-
HSV(B)248.24º48.8%81.96%-
XYZ24.6519.1862.73-
YUV122.81176.64126.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=27.69%
G=24.49%
B=47.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211072090.420.4900.18248.2452.5861.96
Hex796BD12A31012f8353e
Octal17115332152610223706576
Binary111100111010111101000110101011000101001011111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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