Html Css Color HEX #7968DB Medium Slate Blue

📋 copy color: '#7968DB'

red 121 ◦ green 104 ◦ blue 219

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

Shades of Medium Slate Blue #7968DB

Tints of Medium Slate Blue #7968DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

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

R = 27.25%
G = 23.42%
B = 49.32%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7968DB (or 0x7968DB) is known color: Medium Slate Blue. HEX triplet: 79, 68 and DB. RGB value is (121,104,219). Sum of RGB (Red+Green+Blue) = 121+104+219=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #7968DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968DB is #869724. Grayscale: #797979. Windows color (decimal): -8820517 or 14379129. OLE color: 14379129.

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

Color convert

RGB 121 104 219 -
CMYK 0.45 0.53 0 0.14
HSL 248.87º 0.61% 0.63% -
HSV(B) 248.87º 0.53% 0.86% -
XYZ 25.62 19.08 69.35 -
YUV 122.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 121 104 219 0.45 0.53 0 0.14 248.87 0.61 0.63
Hex 79 68 DB 2D 35 0 E F9 3D 3F
Octal 171 150 333 55 65 0 16 371 75 77
Binary 1111001 1101000 11011011 101101 110101 0 1110 11111001 111101 111111

Color Harmonies of #7968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7968DB

Black with #7968DB

Text Example


Text Example

White with #7968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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