Html Css Color HEX #7970DB Medium Slate Blue

📋 copy color: '#7970DB'

red 121 ◦ green 112 ◦ blue 219

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

Shades of Medium Slate Blue #7970DB

Tints of Medium Slate Blue #7970DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 26.77%
G = 24.78%
B = 48.45%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7970DB (or 0x7970DB) is known color: Medium Slate Blue. HEX triplet: 79, 70 and DB. RGB value is (121,112,219). Sum of RGB (Red+Green+Blue) = 121+112+219=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7970DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970DB is #868F24. Grayscale: #7E7E7E. Windows color (decimal): -8818469 or 14381177. OLE color: 14381177.

HSL color Cylindrical-coordinate representation of color #7970DB: hue angle of 245.05º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7970DB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 112 219 -
CMYK 0.45 0.49 0 0.14
HSL 245.05º 0.6% 0.65% -
HSV(B) 245.05º 0.49% 0.86% -
XYZ 26.47 20.77 69.63 -
YUV 126.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 121 112 219 0.45 0.49 0 0.14 245.05 0.6 0.65
Hex 79 70 DB 2D 31 0 E F5 3C 41
Octal 171 160 333 55 61 0 16 365 74 101
Binary 1111001 1110000 11011011 101101 110001 0 1110 11110101 111100 1000001

Color Harmonies of #7970DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7970DB

Black with #7970DB

Text Example


Text Example

White with #7970DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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