Html Css Color HEX #797DDD Moody Blue

📋 copy color: '#797DDD'

red 121 ◦ green 125 ◦ blue 221

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

Shades of Moody Blue #797DDD

Tints of Moody Blue #797DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

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

R = 25.91%
G = 26.77%
B = 47.32%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#797DDD (or 0x797DDD) is known color: Moody Blue. HEX triplet: 79, 7D and DD. RGB value is (121,125,221). Sum of RGB (Red+Green+Blue) = 121+125+221=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #797DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DDD is #868222. Grayscale: #868686. Windows color (decimal): -8815139 or 14515577. OLE color: 14515577.

HSL color Cylindrical-coordinate representation of color #797DDD: hue angle of 237.6º 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 #797DDD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 125 221 -
CMYK 0.45 0.43 0 0.13
HSL 237.6º 0.6% 0.67% -
HSV(B) 237.6º 0.45% 0.87% -
XYZ 28.27 23.95 71.54 -
YUV 134.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 121 125 221 0.45 0.43 0 0.13 237.6 0.6 0.67
Hex 79 7D DD 2D 2B 0 D EE 3C 43
Octal 171 175 335 55 53 0 15 356 74 103
Binary 1111001 1111101 11011101 101101 101011 0 1101 11101110 111100 1000011

Color Harmonies of #797DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DDD

Black with #797DDD

Text Example


Text Example

White with #797DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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