#797BD2

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

Shades of Moody Blue #797BD2

Tints of Moody Blue #797BD2

Color information

#797BD2 (or 0x797BD2) is unknown color: approx Moody Blue. HEX triplet: 79, 7B and D2. RGB value is (121,123,210). Sum of RGB (Red+Green+Blue) = 121+123+210=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #797BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BD2 is #86842D. Grayscale: #838383. Windows color (decimal): -8815662 or 13794169. OLE color: 13794169.

HSL color Cylindrical-coordinate representation of color #797BD2: hue angle of 238.65º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797BD2 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121123210-
CMYK0.420.4100.18
HSL238.65º49.72%64.9%-
HSV(B)238.65º42.38%82.35%-
XYZ26.622.8863.99-
YUV132.32171.84119.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.65%
GREEN value IS 123 (48.44% from 255) = 27.09%
BLUE value IS 210 (82.42% from 255) = 46.26%
R=26.65%
G=27.09%
B=46.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211232100.420.4100.18238.6549.7264.9
Hex797BD22A29012ef3241
Octal171173322525102235762101
Binary1111001111101111010010101010101001010010111011111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797BD2; }

 p { color: rgb(121,123,210); }

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

<style>
 a { background-color: #797BD2; }

 a { background-color: rgb(121,123,210); }

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

<style>
 span { border-color: #797BD2; }

 span { border-color: rgb(121,123,210); }

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