Html Css Color HEX #797EDB Moody Blue

📋 copy color: '#797EDB'

red 121 ◦ green 126 ◦ blue 219

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

Shades of Moody Blue #797EDB

Tints of Moody Blue #797EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 25.97%
G = 27.04%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#797EDB (or 0x797EDB) is known color: Moody Blue. HEX triplet: 79, 7E and DB. RGB value is (121,126,219). Sum of RGB (Red+Green+Blue) = 121+126+219=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #797EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797EDB is #868124. Grayscale: #868686. Windows color (decimal): -8814885 or 14384761. OLE color: 14384761.

HSL color Cylindrical-coordinate representation of color #797EDB: hue angle of 236.94º degrees, saturation: 0.58, 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 #797EDB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 126 219 -
CMYK 0.45 0.42 0 0.14
HSL 236.94º 0.58% 0.67% -
HSV(B) 236.94º 0.45% 0.86% -
XYZ 28.13 24.1 70.19 -
YUV 135.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 121 126 219 0.45 0.42 0 0.14 236.94 0.58 0.67
Hex 79 7E DB 2D 2A 0 E ED 3A 43
Octal 171 176 333 55 52 0 16 355 72 103
Binary 1111001 1111110 11011011 101101 101010 0 1110 11101101 111010 1000011

Color Harmonies of #797EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797EDB

Black with #797EDB

Text Example


Text Example

White with #797EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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