Html Css Color HEX #797ADD Moody Blue

📋 copy color: '#797ADD'

red 121 ◦ green 122 ◦ blue 221

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

Shades of Moody Blue #797ADD

Tints of Moody Blue #797ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 26.08%
G = 26.29%
B = 47.63%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#797ADD (or 0x797ADD) is known color: Moody Blue. HEX triplet: 79, 7A and DD. RGB value is (121,122,221). Sum of RGB (Red+Green+Blue) = 121+122+221=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #797ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ADD is #868522. Grayscale: #848484. Windows color (decimal): -8815907 or 14514809. OLE color: 14514809.

HSL color Cylindrical-coordinate representation of color #797ADD: hue angle of 239.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #797ADD is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 122 221 -
CMYK 0.45 0.45 0 0.13
HSL 239.4º 0.6% 0.67% -
HSV(B) 239.4º 0.45% 0.87% -
XYZ 27.9 23.2 71.42 -
YUV 132.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 121 122 221 0.45 0.45 0 0.13 239.4 0.6 0.67
Hex 79 7A DD 2D 2D 0 D EF 3C 43
Octal 171 172 335 55 55 0 15 357 74 103
Binary 1111001 1111010 11011101 101101 101101 0 1101 11101111 111100 1000011

Color Harmonies of #797ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797ADD

Black with #797ADD

Text Example


Text Example

White with #797ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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