Html Css Color HEX #7973CE Moody Blue

📋 copy color: '#7973CE'

red 121 ◦ green 115 ◦ blue 206

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

Shades of Moody Blue #7973CE

Tints of Moody Blue #7973CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.02%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 27.38%
G = 26.02%
B = 46.61%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7973CE (or 0x7973CE) is known color: Moody Blue. HEX triplet: 79, 73 and CE. RGB value is (121,115,206). Sum of RGB (Red+Green+Blue) = 121+115+206=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #7973CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973CE is #868C31. Grayscale: #7E7E7E. Windows color (decimal): -8817714 or 13529977. OLE color: 13529977.

HSL color Cylindrical-coordinate representation of color #7973CE: hue angle of 243.96º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7973CE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 115 206 -
CMYK 0.41 0.44 0 0.19
HSL 243.96º 0.48% 0.63% -
HSV(B) 243.96º 0.44% 0.81% -
XYZ 25.16 20.78 61.08 -
YUV 127.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 121 115 206 0.41 0.44 0 0.19 243.96 0.48 0.63
Hex 79 73 CE 29 2C 0 13 F4 30 3F
Octal 171 163 316 51 54 0 23 364 60 77
Binary 1111001 1110011 11001110 101001 101100 0 10011 11110100 110000 111111

Color Harmonies of #7973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973CE

Black with #7973CE

Text Example


Text Example

White with #7973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7973CE; }

 p { color: rgb(121,115,206); }

 H1.HeaderClassName
 {
   color: #7973CE;
 }
 .AnyTagClassName
 {
   color: #7973CE;
 }
</style>

background-color css

<style>
 a { background-color: #7973CE; }

 a { background-color: rgb(121,115,206); }

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

border-color css

<style>
 span { border-color: #7973CE; }

 span { border-color: rgb(121,115,206); }

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