#797CCB

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

Shades of Moody Blue #797CCB

Tints of Moody Blue #797CCB

Color information

#797CCB (or 0x797CCB) is unknown color: approx Moody Blue. HEX triplet: 79, 7C and CB. RGB value is (121,124,203). Sum of RGB (Red+Green+Blue) = 121+124+203=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #797CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CCB is #868334. Grayscale: #838383. Windows color (decimal): -8815413 or 13335673. OLE color: 13335673.

HSL color Cylindrical-coordinate representation of color #797CCB: hue angle of 237.8º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797CCB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121124203-
CMYK0.400.3900.20
HSL237.8º44.09%63.53%-
HSV(B)237.8º40.39%79.61%-
XYZ25.8722.7959.54-
YUV132.11168.01120.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.01%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=27.01%
G=27.68%
B=45.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211242030.400.3900.20237.844.0963.53
Hex797CCB2827014ee2c40
Octal171174313504702435654100
Binary1111001111110011001011101000100111010100111011101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,203); }

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

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

 a { background-color: rgb(121,124,203); }

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

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

 span { border-color: rgb(121,124,203); }

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