Html Css Color HEX #797ADB Moody Blue

📋 copy color: '#797ADB'

red 121 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #797ADB

Tints of Moody Blue #797ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.41%

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

R = 26.19%
G = 26.41%
B = 47.4%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#797ADB (or 0x797ADB) is known color: Moody Blue. HEX triplet: 79, 7A and DB. RGB value is (121,122,219). Sum of RGB (Red+Green+Blue) = 121+122+219=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #797ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797ADB is #868524. Grayscale: #848484. Windows color (decimal): -8815909 or 14383737. OLE color: 14383737.

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

Color convert

RGB 121 122 219 -
CMYK 0.45 0.44 0 0.14
HSL 239.39º 0.58% 0.67% -
HSV(B) 239.39º 0.45% 0.86% -
XYZ 27.63 23.1 70.02 -
YUV 132.76 176.67 119.61 -
System Red Green Blue C M Y K H S L
Decimal 121 122 219 0.45 0.44 0 0.14 239.39 0.58 0.67
Hex 79 7A DB 2D 2C 0 E EF 3A 43
Octal 171 172 333 55 54 0 16 357 72 103
Binary 1111001 1111010 11011011 101101 101100 0 1110 11101111 111010 1000011

Color Harmonies of #797ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797ADB

Black with #797ADB

Text Example


Text Example

White with #797ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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