Html Css Color HEX #797BCD Moody Blue

📋 copy color: '#797BCD'

red 121 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #797BCD

Tints of Moody Blue #797BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.39%

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

R = 26.95%
G = 27.39%
B = 45.66%

CMYK

 C value IS 0.41

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#797BCD (or 0x797BCD) is known color: Moody Blue. HEX triplet: 79, 7B and CD. RGB value is (121,123,205). Sum of RGB (Red+Green+Blue) = 121+123+205=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #797BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BCD is #868432. Grayscale: #838383. Windows color (decimal): -8815667 or 13466489. OLE color: 13466489.

HSL color Cylindrical-coordinate representation of color #797BCD: hue angle of 238.57º 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 #797BCD is Cyan = 0.41, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 123 205 -
CMYK 0.41 0.4 0 0.20
HSL 238.57º 0.46% 0.64% -
HSV(B) 238.57º 0.41% 0.8% -
XYZ 25.99 22.64 60.76 -
YUV 131.75 169.34 120.33 -
System Red Green Blue C M Y K H S L
Decimal 121 123 205 0.41 0.4 0 0.20 238.57 0.46 0.64
Hex 79 7B CD 29 28 0 14 EF 2E 40
Octal 171 173 315 51 50 0 24 357 56 100
Binary 1111001 1111011 11001101 101001 101000 0 10100 11101111 101110 1000000

Color Harmonies of #797BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797BCD

Black with #797BCD

Text Example


Text Example

White with #797BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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