#797ACA

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

Shades of Moody Blue #797ACA

Tints of Moody Blue #797ACA

Color information

#797ACA (or 0x797ACA) is unknown color: approx Moody Blue. HEX triplet: 79, 7A and CA. RGB value is (121,122,202). Sum of RGB (Red+Green+Blue) = 121+122+202=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #797ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ACA is #868535. Grayscale: #828282. Windows color (decimal): -8815926 or 13269625. OLE color: 13269625.

HSL color Cylindrical-coordinate representation of color #797ACA: hue angle of 239.26º 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 #797ACA is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121122202-
CMYK0.400.4000.21
HSL239.26º43.32%63.33%-
HSV(B)239.26º40.1%79.22%-
XYZ25.5122.2558.83-
YUV130.82168.17121-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 122 (48.05% from 255) = 27.42%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=27.19%
G=27.42%
B=45.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211222020.400.4000.21239.2643.3263.33
Hex797ACA2828015ef2b3f
Octal17117231250500253575377
Binary111100111110101100101010100010100001010111101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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