#797ABB

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

Shades of Moody Blue #797ABB

Tints of Moody Blue #797ABB

Color information

#797ABB (or 0x797ABB) is unknown color: approx Moody Blue. HEX triplet: 79, 7A and BB. RGB value is (121,122,187). Sum of RGB (Red+Green+Blue) = 121+122+187=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #797ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ABB is #868544. Grayscale: #808080. Windows color (decimal): -8815941 or 12286585. OLE color: 12286585.

HSL color Cylindrical-coordinate representation of color #797ABB: hue angle of 239.09º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #797ABB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121122187-
CMYK0.350.3500.27
HSL239.09º32.67%60.39%-
HSV(B)239.09º35.29%73.33%-
XYZ23.8121.5749.92-
YUV129.11160.67122.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=28.14%
G=28.37%
B=43.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211221870.350.3500.27239.0932.6760.39
Hex797ABB232301Bef213c
Octal17117227343430333574174
Binary111100111110101011101110001110001101101111101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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