Html Css Color HEX #797FD5 Moody Blue

📋 copy color: '#797FD5'

red 121 ◦ green 127 ◦ blue 213

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

Shades of Moody Blue #797FD5

Tints of Moody Blue #797FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 26.25%
G = 27.55%
B = 46.2%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#797FD5 (or 0x797FD5) is known color: Moody Blue. HEX triplet: 79, 7F and D5. RGB value is (121,127,213). Sum of RGB (Red+Green+Blue) = 121+127+213=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #797FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797FD5 is #86802A. Grayscale: #868686. Windows color (decimal): -8814635 or 13991801. OLE color: 13991801.

HSL color Cylindrical-coordinate representation of color #797FD5: hue angle of 236.09º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #797FD5 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 127 213 -
CMYK 0.43 0.40 0 0.16
HSL 236.09º 0.52% 0.65% -
HSV(B) 236.09º 0.43% 0.84% -
XYZ 27.48 24.05 66.14 -
YUV 135.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 121 127 213 0.43 0.40 0 0.16 236.09 0.52 0.65
Hex 79 7F D5 2B 28 0 10 EC 34 41
Octal 171 177 325 53 50 0 20 354 64 101
Binary 1111001 1111111 11010101 101011 101000 0 10000 11101100 110100 1000001

Color Harmonies of #797FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797FD5

Black with #797FD5

Text Example


Text Example

White with #797FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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