Html Css Color HEX #7972CA Moody Blue

📋 copy color: '#7972CA'

red 121 ◦ green 114 ◦ blue 202

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

Shades of Moody Blue #7972CA

Tints of Moody Blue #7972CA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 27.69%
G = 26.09%
B = 46.22%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7972CA (or 0x7972CA) is known color: Moody Blue. HEX triplet: 79, 72 and CA. RGB value is (121,114,202). Sum of RGB (Red+Green+Blue) = 121+114+202=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7972CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972CA is #868D35. Grayscale: #7D7D7D. Windows color (decimal): -8817974 or 13267577. OLE color: 13267577.

HSL color Cylindrical-coordinate representation of color #7972CA: hue angle of 244.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7972CA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 114 202 -
CMYK 0.40 0.44 0 0.21
HSL 244.77º 0.45% 0.62% -
HSV(B) 244.77º 0.44% 0.79% -
XYZ 24.56 20.36 58.51 -
YUV 126.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 121 114 202 0.40 0.44 0 0.21 244.77 0.45 0.62
Hex 79 72 CA 28 2C 0 15 F5 2D 3E
Octal 171 162 312 50 54 0 25 365 55 76
Binary 1111001 1110010 11001010 101000 101100 0 10101 11110101 101101 111110

Color Harmonies of #7972CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7972CA

Black with #7972CA

Text Example


Text Example

White with #7972CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7972CA; }

 p { color: rgb(121,114,202); }

 H1.HeaderClassName
 {
   color: #7972CA;
 }
 .AnyTagClassName
 {
   color: #7972CA;
 }
</style>

background-color css

<style>
 a { background-color: #7972CA; }

 a { background-color: rgb(121,114,202); }

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

border-color css

<style>
 span { border-color: #7972CA; }

 span { border-color: rgb(121,114,202); }

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