Html Css Color HEX #797CDD Moody Blue

📋 copy color: '#797CDD'

red 121 ◦ green 124 ◦ blue 221

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

Shades of Moody Blue #797CDD

Tints of Moody Blue #797CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

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

R = 25.97%
G = 26.61%
B = 47.42%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#797CDD (or 0x797CDD) is known color: Moody Blue. HEX triplet: 79, 7C and DD. RGB value is (121,124,221). Sum of RGB (Red+Green+Blue) = 121+124+221=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #797CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CDD is #868322. Grayscale: #858585. Windows color (decimal): -8815395 or 14515321. OLE color: 14515321.

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

Color convert

RGB 121 124 221 -
CMYK 0.45 0.44 0 0.13
HSL 238.2º 0.6% 0.67% -
HSV(B) 238.2º 0.45% 0.87% -
XYZ 28.14 23.7 71.5 -
YUV 134.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 121 124 221 0.45 0.44 0 0.13 238.2 0.6 0.67
Hex 79 7C DD 2D 2C 0 D EE 3C 43
Octal 171 174 335 55 54 0 15 356 74 103
Binary 1111001 1111100 11011101 101101 101100 0 1101 11101110 111100 1000011

Color Harmonies of #797CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CDD

Black with #797CDD

Text Example


Text Example

White with #797CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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