#797BCF

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

Shades of Moody Blue #797BCF

Tints of Moody Blue #797BCF

Color information

#797BCF (or 0x797BCF) is unknown color: approx Moody Blue. HEX triplet: 79, 7B and CF. RGB value is (121,123,207). Sum of RGB (Red+Green+Blue) = 121+123+207=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #797BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BCF is #868430. Grayscale: #838383. Windows color (decimal): -8815665 or 13597561. OLE color: 13597561.

HSL color Cylindrical-coordinate representation of color #797BCF: hue angle of 238.6º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #797BCF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121123207-
CMYK0.420.4100.19
HSL238.6º47.25%64.31%-
HSV(B)238.6º41.55%81.18%-
XYZ26.2322.7462.04-
YUV131.98170.34120.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=26.83%
G=27.27%
B=45.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211232070.420.4100.19238.647.2564.31
Hex797BCF2A29013ef2f40
Octal171173317525102335757100
Binary1111001111101111001111101010101001010011111011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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