Html Css Color HEX #797CCD Moody Blue

📋 copy color: '#797CCD'

red 121 ◦ green 124 ◦ blue 205

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

Shades of Moody Blue #797CCD

Tints of Moody Blue #797CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 26.89%
G = 27.56%
B = 45.56%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#797CCD (or 0x797CCD) is known color: Moody Blue. HEX triplet: 79, 7C and CD. RGB value is (121,124,205). Sum of RGB (Red+Green+Blue) = 121+124+205=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #797CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CCD is #868332. Grayscale: #848484. Windows color (decimal): -8815411 or 13466745. OLE color: 13466745.

HSL color Cylindrical-coordinate representation of color #797CCD: hue angle of 237.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #797CCD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 124 205 -
CMYK 0.41 0.40 0 0.20
HSL 237.86º 0.46% 0.64% -
HSV(B) 237.86º 0.41% 0.8% -
XYZ 26.11 22.89 60.8 -
YUV 132.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 121 124 205 0.41 0.40 0 0.20 237.86 0.46 0.64
Hex 79 7C CD 29 28 0 14 EE 2E 40
Octal 171 174 315 51 50 0 24 356 56 100
Binary 1111001 1111100 11001101 101001 101000 0 10100 11101110 101110 1000000

Color Harmonies of #797CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797CCD

Black with #797CCD

Text Example


Text Example

White with #797CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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