Html Css Color HEX #797FDC Moody Blue

📋 copy color: '#797FDC'

red 121 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #797FDC

Tints of Moody Blue #797FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 25.85%
G = 27.14%
B = 47.01%

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

#797FDC (or 0x797FDC) is known color: Moody Blue. HEX triplet: 79, 7F and DC. RGB value is (121,127,220). Sum of RGB (Red+Green+Blue) = 121+127+220=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #797FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FDC is #868023. Grayscale: #878787. Windows color (decimal): -8814628 or 14450553. OLE color: 14450553.

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

Color convert

RGB 121 127 220 -
CMYK 0.45 0.42 0 0.14
HSL 236.36º 0.59% 0.67% -
HSV(B) 236.36º 0.45% 0.86% -
XYZ 28.39 24.41 70.93 -
YUV 135.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 121 127 220 0.45 0.42 0 0.14 236.36 0.59 0.67
Hex 79 7F DC 2D 2A 0 E EC 3B 43
Octal 171 177 334 55 52 0 16 354 73 103
Binary 1111001 1111111 11011100 101101 101010 0 1110 11101100 111011 1000011

Color Harmonies of #797FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FDC

Black with #797FDC

Text Example


Text Example

White with #797FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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