Html Css Color HEX #7973BA Moody Blue

📋 copy color: '#7973BA'

red 121 ◦ green 115 ◦ blue 186

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

Shades of Moody Blue #7973BA

Tints of Moody Blue #7973BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 28.67%
G = 27.25%
B = 44.08%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7973BA (or 0x7973BA) is known color: Moody Blue. HEX triplet: 79, 73 and BA. RGB value is (121,115,186). Sum of RGB (Red+Green+Blue) = 121+115+186=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7973BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973BA is #868C45. Grayscale: #7C7C7C. Windows color (decimal): -8817734 or 12219257. OLE color: 12219257.

HSL color Cylindrical-coordinate representation of color #7973BA: hue angle of 245.07º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7973BA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 115 186 -
CMYK 0.35 0.38 0 0.27
HSL 245.07º 0.34% 0.59% -
HSV(B) 245.07º 0.38% 0.73% -
XYZ 22.88 19.87 49.08 -
YUV 124.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 121 115 186 0.35 0.38 0 0.27 245.07 0.34 0.59
Hex 79 73 BA 23 26 0 1B F5 22 3B
Octal 171 163 272 43 46 0 33 365 42 73
Binary 1111001 1110011 10111010 100011 100110 0 11011 11110101 100010 111011

Color Harmonies of #7973BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973BA

Black with #7973BA

Text Example


Text Example

White with #7973BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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