Html Css Color HEX #7974BA Moody Blue

📋 copy color: '#7974BA'

red 121 ◦ green 116 ◦ blue 186

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

Shades of Moody Blue #7974BA

Tints of Moody Blue #7974BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 28.61%
G = 27.42%
B = 43.97%

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

#7974BA (or 0x7974BA) is known color: Moody Blue. HEX triplet: 79, 74 and BA. RGB value is (121,116,186). Sum of RGB (Red+Green+Blue) = 121+116+186=423 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.61% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #7974BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974BA is #868B45. Grayscale: #7D7D7D. Windows color (decimal): -8817478 or 12219513. OLE color: 12219513.

HSL color Cylindrical-coordinate representation of color #7974BA: hue angle of 244.29º 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 #7974BA is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 116 186 -
CMYK 0.35 0.38 0 0.27
HSL 244.29º 0.34% 0.59% -
HSV(B) 244.29º 0.38% 0.73% -
XYZ 22.99 20.1 49.12 -
YUV 125.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 121 116 186 0.35 0.38 0 0.27 244.29 0.34 0.59
Hex 79 74 BA 23 26 0 1B F4 22 3B
Octal 171 164 272 43 46 0 33 364 42 73
Binary 1111001 1110100 10111010 100011 100110 0 11011 11110100 100010 111011

Color Harmonies of #7974BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7974BA

Black with #7974BA

Text Example


Text Example

White with #7974BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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