#797BBB

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

Shades of Moody Blue #797BBB

Tints of Moody Blue #797BBB

Color information

#797BBB (or 0x797BBB) is unknown color: approx Moody Blue. HEX triplet: 79, 7B and BB. RGB value is (121,123,187). Sum of RGB (Red+Green+Blue) = 121+123+187=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #797BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BBB is #868444. Grayscale: #818181. Windows color (decimal): -8815685 or 12286841. OLE color: 12286841.

HSL color Cylindrical-coordinate representation of color #797BBB: hue angle of 238.18º 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 #797BBB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB121123187-
CMYK0.350.3400.27
HSL238.18º32.67%60.39%-
HSV(B)238.18º35.29%73.33%-
XYZ23.9421.8249.96-
YUV129.7160.34121.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=28.07%
G=28.54%
B=43.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211231870.350.3400.27238.1832.6760.39
Hex797BBB232201Bee213c
Octal17117327343420333564174
Binary111100111110111011101110001110001001101111101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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