Html Css Color HEX #7970CB Moody Blue

📋 copy color: '#7970CB'

red 121 ◦ green 112 ◦ blue 203

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

Shades of Moody Blue #7970CB

Tints of Moody Blue #7970CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.69%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 27.75%
G = 25.69%
B = 46.56%

CMYK

 C value IS 0.40

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7970CB (or 0x7970CB) is known color: Moody Blue. HEX triplet: 79, 70 and CB. RGB value is (121,112,203). Sum of RGB (Red+Green+Blue) = 121+112+203=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #7970CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970CB is #868F34. Grayscale: #7C7C7C. Windows color (decimal): -8818485 or 13332601. OLE color: 13332601.

HSL color Cylindrical-coordinate representation of color #7970CB: hue angle of 245.93º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7970CB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 112 203 -
CMYK 0.40 0.45 0 0.20
HSL 245.93º 0.47% 0.62% -
HSV(B) 245.93º 0.45% 0.8% -
XYZ 24.46 19.97 59.06 -
YUV 125.07 171.98 125.1 -
System Red Green Blue C M Y K H S L
Decimal 121 112 203 0.40 0.45 0 0.20 245.93 0.47 0.62
Hex 79 70 CB 28 2D 0 14 F6 2F 3E
Octal 171 160 313 50 55 0 24 366 57 76
Binary 1111001 1110000 11001011 101000 101101 0 10100 11110110 101111 111110

Color Harmonies of #7970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7970CB

Black with #7970CB

Text Example


Text Example

White with #7970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7970CB; }

 p { color: rgb(121,112,203); }

 H1.HeaderClassName
 {
   color: #7970CB;
 }
 .AnyTagClassName
 {
   color: #7970CB;
 }
</style>

background-color css

<style>
 a { background-color: #7970CB; }

 a { background-color: rgb(121,112,203); }

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

border-color css

<style>
 span { border-color: #7970CB; }

 span { border-color: rgb(121,112,203); }

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