Html Css Color HEX #7971CF Moody Blue

📋 copy color: '#7971CF'

red 121 ◦ green 113 ◦ blue 207

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

Shades of Moody Blue #7971CF

Tints of Moody Blue #7971CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.62%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 27.44%
G = 25.62%
B = 46.94%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7971CF (or 0x7971CF) is known color: Moody Blue. HEX triplet: 79, 71 and CF. RGB value is (121,113,207). Sum of RGB (Red+Green+Blue) = 121+113+207=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7971CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7971CF is #868E30. Grayscale: #7D7D7D. Windows color (decimal): -8818225 or 13595001. OLE color: 13595001.

HSL color Cylindrical-coordinate representation of color #7971CF: hue angle of 245.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7971CF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 113 207 -
CMYK 0.42 0.45 0 0.19
HSL 245.11º 0.49% 0.63% -
HSV(B) 245.11º 0.45% 0.81% -
XYZ 25.05 20.38 61.64 -
YUV 126.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 121 113 207 0.42 0.45 0 0.19 245.11 0.49 0.63
Hex 79 71 CF 2A 2D 0 13 F5 31 3F
Octal 171 161 317 52 55 0 23 365 61 77
Binary 1111001 1110001 11001111 101010 101101 0 10011 11110101 110001 111111

Color Harmonies of #7971CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7971CF

Black with #7971CF

Text Example


Text Example

White with #7971CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7971CF; }

 p { color: rgb(121,113,207); }

 H1.HeaderClassName
 {
   color: #7971CF;
 }
 .AnyTagClassName
 {
   color: #7971CF;
 }
</style>

background-color css

<style>
 a { background-color: #7971CF; }

 a { background-color: rgb(121,113,207); }

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

border-color css

<style>
 span { border-color: #7971CF; }

 span { border-color: rgb(121,113,207); }

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