Html Css Color HEX #7973CC Moody Blue

📋 copy color: '#7973CC'

red 121 ◦ green 115 ◦ blue 204

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

Shades of Moody Blue #7973CC

Tints of Moody Blue #7973CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 27.5%
G = 26.14%
B = 46.36%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7973CC (or 0x7973CC) is known color: Moody Blue. HEX triplet: 79, 73 and CC. RGB value is (121,115,204). Sum of RGB (Red+Green+Blue) = 121+115+204=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #7973CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973CC is #868C33. Grayscale: #7E7E7E. Windows color (decimal): -8817716 or 13398905. OLE color: 13398905.

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

Color convert

RGB 121 115 204 -
CMYK 0.41 0.44 0 0.2
HSL 244.04º 0.47% 0.63% -
HSV(B) 244.04º 0.44% 0.8% -
XYZ 24.91 20.69 59.81 -
YUV 126.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 121 115 204 0.41 0.44 0 0.2 244.04 0.47 0.63
Hex 79 73 CC 29 2C 0 14 F4 2F 3F
Octal 171 163 314 51 54 0 24 364 57 77
Binary 1111001 1110011 11001100 101001 101100 0 10100 11110100 101111 111111

Color Harmonies of #7973CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973CC

Black with #7973CC

Text Example


Text Example

White with #7973CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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