Html Css Color HEX #797CDE Moody Blue

📋 copy color: '#797CDE'

red 121 ◦ green 124 ◦ blue 222

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

Shades of Moody Blue #797CDE

Tints of Moody Blue #797CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 25.91%
G = 26.55%
B = 47.54%

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

#797CDE (or 0x797CDE) is known color: Moody Blue. HEX triplet: 79, 7C and DE. RGB value is (121,124,222). Sum of RGB (Red+Green+Blue) = 121+124+222=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #797CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CDE is #868321. Grayscale: #858585. Windows color (decimal): -8815394 or 14580857. OLE color: 14580857.

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

Color convert

RGB 121 124 222 -
CMYK 0.45 0.44 0 0.13
HSL 238.22º 0.6% 0.67% -
HSV(B) 238.22º 0.45% 0.87% -
XYZ 28.28 23.75 72.2 -
YUV 134.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 121 124 222 0.45 0.44 0 0.13 238.22 0.6 0.67
Hex 79 7C DE 2D 2C 0 D EE 3C 43
Octal 171 174 336 55 54 0 15 356 74 103
Binary 1111001 1111100 11011110 101101 101100 0 1101 11101110 111100 1000011

Color Harmonies of #797CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CDE

Black with #797CDE

Text Example


Text Example

White with #797CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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