#797ABC

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

Shades of Moody Blue #797ABC

Tints of Moody Blue #797ABC

Color information

#797ABC (or 0x797ABC) is unknown color: approx Moody Blue. HEX triplet: 79, 7A and BC. RGB value is (121,122,188). Sum of RGB (Red+Green+Blue) = 121+122+188=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #797ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ABC is #868543. Grayscale: #808080. Windows color (decimal): -8815940 or 12352121. OLE color: 12352121.

HSL color Cylindrical-coordinate representation of color #797ABC: hue angle of 239.1º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #797ABC is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121122188-
CMYK0.360.3500.26
HSL239.1º33.33%60.59%-
HSV(B)239.1º35.64%73.73%-
XYZ23.9221.6150.49-
YUV129.22161.17122.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 188 (73.83% from 255) = 43.62%
R=28.07%
G=28.31%
B=43.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211221880.360.3500.26239.133.3360.59
Hex797ABC242301Aef213d
Octal17117227444430323574175
Binary111100111110101011110010010010001101101011101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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