Html Css Color HEX #7960DB Medium Slate Blue

📋 copy color: '#7960DB'

red 121 ◦ green 96 ◦ blue 219

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

Shades of Medium Slate Blue #7960DB

Tints of Medium Slate Blue #7960DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.02%

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

R = 27.75%
G = 22.02%
B = 50.23%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7960DB (or 0x7960DB) is known color: Medium Slate Blue. HEX triplet: 79, 60 and DB. RGB value is (121,96,219). Sum of RGB (Red+Green+Blue) = 121+96+219=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7960DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960DB is #869F24. Grayscale: #757575. Windows color (decimal): -8822565 or 14377081. OLE color: 14377081.

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

Color convert

RGB 121 96 219 -
CMYK 0.45 0.56 0 0.14
HSL 252.2º 0.63% 0.62% -
HSV(B) 252.2º 0.56% 0.86% -
XYZ 24.85 17.55 69.09 -
YUV 117.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 121 96 219 0.45 0.56 0 0.14 252.2 0.63 0.62
Hex 79 60 DB 2D 38 0 E FC 3F 3E
Octal 171 140 333 55 70 0 16 374 77 76
Binary 1111001 1100000 11011011 101101 111000 0 1110 11111100 111111 111110

Color Harmonies of #7960DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960DB

Black with #7960DB

Text Example


Text Example

White with #7960DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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