Html Css Color HEX #797EDD Moody Blue

📋 copy color: '#797EDD'

red 121 ◦ green 126 ◦ blue 221

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

Shades of Moody Blue #797EDD

Tints of Moody Blue #797EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.92%

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

R = 25.85%
G = 26.92%
B = 47.22%

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

#797EDD (or 0x797EDD) is known color: Moody Blue. HEX triplet: 79, 7E and DD. RGB value is (121,126,221). Sum of RGB (Red+Green+Blue) = 121+126+221=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #797EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797EDD is #868122. Grayscale: #868686. Windows color (decimal): -8814883 or 14515833. OLE color: 14515833.

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

Color convert

RGB 121 126 221 -
CMYK 0.45 0.43 0 0.13
HSL 237º 0.6% 0.67% -
HSV(B) 237º 0.45% 0.87% -
XYZ 28.4 24.21 71.58 -
YUV 135.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 121 126 221 0.45 0.43 0 0.13 237 0.6 0.67
Hex 79 7E DD 2D 2B 0 D ED 3C 43
Octal 171 176 335 55 53 0 15 355 74 103
Binary 1111001 1111110 11011101 101101 101011 0 1101 11101101 111100 1000011

Color Harmonies of #797EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797EDD

Black with #797EDD

Text Example


Text Example

White with #797EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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