Html Css Color HEX #7973B4 Moody Blue

📋 copy color: '#7973B4'

red 121 ◦ green 115 ◦ blue 180

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

Shades of Moody Blue #7973B4

Tints of Moody Blue #7973B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 29.09%
G = 27.64%
B = 43.27%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7973B4 (or 0x7973B4) is known color: Moody Blue. HEX triplet: 79, 73 and B4. RGB value is (121,115,180). Sum of RGB (Red+Green+Blue) = 121+115+180=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #7973B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973B4 is #868C4B. Grayscale: #7B7B7B. Windows color (decimal): -8817740 or 11826041. OLE color: 11826041.

HSL color Cylindrical-coordinate representation of color #7973B4: hue angle of 245.54º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7973B4 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 115 180 -
CMYK 0.33 0.36 0 0.29
HSL 245.54º 0.3% 0.58% -
HSV(B) 245.54º 0.36% 0.71% -
XYZ 22.25 19.62 45.79 -
YUV 124.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 121 115 180 0.33 0.36 0 0.29 245.54 0.3 0.58
Hex 79 73 B4 21 24 0 1D F6 1E 3A
Octal 171 163 264 41 44 0 35 366 36 72
Binary 1111001 1110011 10110100 100001 100100 0 11101 11110110 11110 111010

Color Harmonies of #7973B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973B4

Black with #7973B4

Text Example


Text Example

White with #7973B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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