Html Css Color HEX #797FDA Moody Blue

📋 copy color: '#797FDA'

red 121 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #797FDA

Tints of Moody Blue #797FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 25.97%
G = 27.25%
B = 46.78%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#797FDA (or 0x797FDA) is known color: Moody Blue. HEX triplet: 79, 7F and DA. RGB value is (121,127,218). Sum of RGB (Red+Green+Blue) = 121+127+218=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #797FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FDA is #868025. Grayscale: #878787. Windows color (decimal): -8814630 or 14319481. OLE color: 14319481.

HSL color Cylindrical-coordinate representation of color #797FDA: hue angle of 236.29º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #797FDA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 127 218 -
CMYK 0.44 0.42 0 0.15
HSL 236.29º 0.57% 0.66% -
HSV(B) 236.29º 0.44% 0.85% -
XYZ 28.13 24.31 69.54 -
YUV 135.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 121 127 218 0.44 0.42 0 0.15 236.29 0.57 0.66
Hex 79 7F DA 2C 2A 0 F EC 39 42
Octal 171 177 332 54 52 0 17 354 71 102
Binary 1111001 1111111 11011010 101100 101010 0 1111 11101100 111001 1000010

Color Harmonies of #797FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FDA

Black with #797FDA

Text Example


Text Example

White with #797FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,127,218); }

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

background-color css

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

 a { background-color: rgb(121,127,218); }

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

border-color css

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

 span { border-color: rgb(121,127,218); }

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