#797AB8

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

Shades of Moody Blue #797AB8

Tints of Moody Blue #797AB8

Color information

#797AB8 (or 0x797AB8) is unknown color: approx Moody Blue. HEX triplet: 79, 7A and B8. RGB value is (121,122,184). Sum of RGB (Red+Green+Blue) = 121+122+184=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #797AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AB8 is #868547. Grayscale: #808080. Windows color (decimal): -8815944 or 12089977. OLE color: 12089977.

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

Color convert

RGB121122184-
CMYK0.340.3400.28
HSL239.05º30.73%59.8%-
HSV(B)239.05º34.24%72.16%-
XYZ23.521.4448.25-
YUV128.77159.17122.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=28.34%
G=28.57%
B=43.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1211221840.340.3400.28239.0530.7359.8
Hex797AB8222201Cef1f3c
Octal17117227042420343573774
Binary11110011111010101110001000101000100111001110111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,122,184); }

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

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

 a { background-color: rgb(121,122,184); }

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

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

 span { border-color: rgb(121,122,184); }

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