Html Css Color HEX #797DDC Moody Blue

📋 copy color: '#797DDC'

red 121 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #797DDC

Tints of Moody Blue #797DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 25.97%
G = 26.82%
B = 47.21%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#797DDC (or 0x797DDC) is known color: Moody Blue. HEX triplet: 79, 7D and DC. RGB value is (121,125,220). Sum of RGB (Red+Green+Blue) = 121+125+220=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #797DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DDC is #868223. Grayscale: #868686. Windows color (decimal): -8815140 or 14450041. OLE color: 14450041.

HSL color Cylindrical-coordinate representation of color #797DDC: hue angle of 237.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #797DDC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 125 220 -
CMYK 0.45 0.43 0 0.14
HSL 237.58º 0.59% 0.67% -
HSV(B) 237.58º 0.45% 0.86% -
XYZ 28.14 23.9 70.84 -
YUV 134.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 121 125 220 0.45 0.43 0 0.14 237.58 0.59 0.67
Hex 79 7D DC 2D 2B 0 E EE 3B 43
Octal 171 175 334 55 53 0 16 356 73 103
Binary 1111001 1111101 11011100 101101 101011 0 1110 11101110 111011 1000011

Color Harmonies of #797DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797DDC

Black with #797DDC

Text Example


Text Example

White with #797DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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