Html Css Color HEX #7973BC Moody Blue

📋 copy color: '#7973BC'

red 121 ◦ green 115 ◦ blue 188

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

Shades of Moody Blue #7973BC

Tints of Moody Blue #7973BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 28.54%
G = 27.12%
B = 44.34%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7973BC (or 0x7973BC) is known color: Moody Blue. HEX triplet: 79, 73 and BC. RGB value is (121,115,188). Sum of RGB (Red+Green+Blue) = 121+115+188=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #7973BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973BC is #868C43. Grayscale: #7C7C7C. Windows color (decimal): -8817732 or 12350329. OLE color: 12350329.

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

Color convert

RGB 121 115 188 -
CMYK 0.36 0.39 0 0.26
HSL 244.93º 0.35% 0.59% -
HSV(B) 244.93º 0.39% 0.74% -
XYZ 23.09 19.96 50.21 -
YUV 125.12 163.49 125.06 -
System Red Green Blue C M Y K H S L
Decimal 121 115 188 0.36 0.39 0 0.26 244.93 0.35 0.59
Hex 79 73 BC 24 27 0 1A F5 23 3B
Octal 171 163 274 44 47 0 32 365 43 73
Binary 1111001 1110011 10111100 100100 100111 0 11010 11110101 100011 111011

Color Harmonies of #7973BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7973BC

Black with #7973BC

Text Example


Text Example

White with #7973BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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