Html Css Color HEX #797CDB Moody Blue

📋 copy color: '#797CDB'

red 121 ◦ green 124 ◦ blue 219

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

Shades of Moody Blue #797CDB

Tints of Moody Blue #797CDB

RGB

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

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

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

R = 26.08%
G = 26.72%
B = 47.2%

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

#797CDB (or 0x797CDB) is known color: Moody Blue. HEX triplet: 79, 7C and DB. RGB value is (121,124,219). Sum of RGB (Red+Green+Blue) = 121+124+219=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #797CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CDB is #868324. Grayscale: #858585. Windows color (decimal): -8815397 or 14384249. OLE color: 14384249.

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

Color convert

RGB 121 124 219 -
CMYK 0.45 0.43 0 0.14
HSL 238.16º 0.58% 0.67% -
HSV(B) 238.16º 0.45% 0.86% -
XYZ 27.88 23.59 70.1 -
YUV 133.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 121 124 219 0.45 0.43 0 0.14 238.16 0.58 0.67
Hex 79 7C DB 2D 2B 0 E EE 3A 43
Octal 171 174 333 55 53 0 16 356 72 103
Binary 1111001 1111100 11011011 101101 101011 0 1110 11101110 111010 1000011

Color Harmonies of #797CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CDB

Black with #797CDB

Text Example


Text Example

White with #797CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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