#797BCA

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

Shades of Moody Blue #797BCA

Tints of Moody Blue #797BCA

Color information

#797BCA (or 0x797BCA) is unknown color: approx Moody Blue. HEX triplet: 79, 7B and CA. RGB value is (121,123,202). Sum of RGB (Red+Green+Blue) = 121+123+202=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #797BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BCA is #868435. Grayscale: #838383. Windows color (decimal): -8815670 or 13269881. OLE color: 13269881.

HSL color Cylindrical-coordinate representation of color #797BCA: hue angle of 238.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #797BCA is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121123202-
CMYK0.400.3900.21
HSL238.52º43.32%63.33%-
HSV(B)238.52º40.1%79.22%-
XYZ25.6322.558.87-
YUV131.41167.84120.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 123 (48.44% from 255) = 27.58%
BLUE value IS 202 (79.30% from 255) = 45.29%
R=27.13%
G=27.58%
B=45.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211232020.400.3900.21238.5243.3263.33
Hex797BCA2827015ef2b3f
Octal17117331250470253575377
Binary111100111110111100101010100010011101010111101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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