Html Css Color HEX #7973BB Moody Blue

📋 copy color: '#7973BB'

red 121 ◦ green 115 ◦ blue 187

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

Shades of Moody Blue #7973BB

Tints of Moody Blue #7973BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 28.61%
G = 27.19%
B = 44.21%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7973BB (or 0x7973BB) is known color: Moody Blue. HEX triplet: 79, 73 and BB. RGB value is (121,115,187). Sum of RGB (Red+Green+Blue) = 121+115+187=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #7973BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973BB is #868C44. Grayscale: #7C7C7C. Windows color (decimal): -8817733 or 12284793. OLE color: 12284793.

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

Color convert

RGB 121 115 187 -
CMYK 0.35 0.39 0 0.27
HSL 245º 0.35% 0.59% -
HSV(B) 245º 0.39% 0.73% -
XYZ 22.99 19.91 49.65 -
YUV 125 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 121 115 187 0.35 0.39 0 0.27 245 0.35 0.59
Hex 79 73 BB 23 27 0 1B F5 23 3B
Octal 171 163 273 43 47 0 33 365 43 73
Binary 1111001 1110011 10111011 100011 100111 0 11011 11110101 100011 111011

Color Harmonies of #7973BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973BB

Black with #7973BB

Text Example


Text Example

White with #7973BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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