Html Css Color HEX #797ACD Moody Blue

📋 copy color: '#797ACD'

red 121 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #797ACD

Tints of Moody Blue #797ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 27.01%
G = 27.23%
B = 45.76%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#797ACD (or 0x797ACD) is known color: Moody Blue. HEX triplet: 79, 7A and CD. RGB value is (121,122,205). Sum of RGB (Red+Green+Blue) = 121+122+205=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #797ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ACD is #868532. Grayscale: #828282. Windows color (decimal): -8815923 or 13466233. OLE color: 13466233.

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

Color convert

RGB 121 122 205 -
CMYK 0.41 0.40 0 0.20
HSL 239.29º 0.46% 0.64% -
HSV(B) 239.29º 0.41% 0.8% -
XYZ 25.86 22.39 60.72 -
YUV 131.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 121 122 205 0.41 0.40 0 0.20 239.29 0.46 0.64
Hex 79 7A CD 29 28 0 14 EF 2E 40
Octal 171 172 315 51 50 0 24 357 56 100
Binary 1111001 1111010 11001101 101001 101000 0 10100 11101111 101110 1000000

Color Harmonies of #797ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797ACD

Black with #797ACD

Text Example


Text Example

White with #797ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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