Html Css Color HEX #797AC1 Moody Blue

📋 copy color: '#797AC1'

red 121 ◦ green 122 ◦ blue 193

#797AC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #797AC1

Tints of Moody Blue #797AC1

RGB

 RED value IS 121 (47.66% from 255) = 27.75%

 GREEN value IS 122 (48.05% from 255) = 27.98%

 BLUE value IS 193 (75.78% from 255) = 44.27%

R = 27.75%
G = 27.98%
B = 44.27%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#797AC1 (or 0x797AC1) is known color: Moody Blue. HEX triplet: 79, 7A and C1. RGB value is (121,122,193). Sum of RGB (Red+Green+Blue) = 121+122+193=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #797AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797AC1 is #86853E. Grayscale: #818181. Windows color (decimal): -8815935 or 12679801. OLE color: 12679801.

HSL color Cylindrical-coordinate representation of color #797AC1: hue angle of 239.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #797AC1 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 122 193 -
CMYK 0.37 0.37 0 0.24
HSL 239.17º 0.37% 0.62% -
HSV(B) 239.17º 0.37% 0.76% -
XYZ 24.47 21.83 53.38 -
YUV 129.8 163.67 121.73 -
System Red Green Blue C M Y K H S L
Decimal 121 122 193 0.37 0.37 0 0.24 239.17 0.37 0.62
Hex 79 7A C1 25 25 0 18 EF 25 3E
Octal 171 172 301 45 45 0 30 357 45 76
Binary 1111001 1111010 11000001 100101 100101 0 11000 11101111 100101 111110

Color Harmonies of #797AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797AC1

Black with #797AC1

Text Example


Text Example

White with #797AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #797AC1;
 }
 .AnyTagClassName
 {
   color: #797AC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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