Html Css Color HEX #7966DB Medium Slate Blue

📋 copy color: '#7966DB'

red 121 ◦ green 102 ◦ blue 219

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

Shades of Medium Slate Blue #7966DB

Tints of Medium Slate Blue #7966DB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 27.38%
G = 23.08%
B = 49.55%

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

#7966DB (or 0x7966DB) is known color: Medium Slate Blue. HEX triplet: 79, 66 and DB. RGB value is (121,102,219). Sum of RGB (Red+Green+Blue) = 121+102+219=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #7966DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966DB is #869924. Grayscale: #787878. Windows color (decimal): -8821029 or 14378617. OLE color: 14378617.

HSL color Cylindrical-coordinate representation of color #7966DB: hue angle of 249.74º degrees, saturation: 0.62, 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 #7966DB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 102 219 -
CMYK 0.45 0.53 0 0.14
HSL 249.74º 0.62% 0.63% -
HSV(B) 249.74º 0.53% 0.86% -
XYZ 25.42 18.68 69.28 -
YUV 121.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 121 102 219 0.45 0.53 0 0.14 249.74 0.62 0.63
Hex 79 66 DB 2D 35 0 E FA 3E 3F
Octal 171 146 333 55 65 0 16 372 76 77
Binary 1111001 1100110 11011011 101101 110101 0 1110 11111010 111110 111111

Color Harmonies of #7966DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966DB

Black with #7966DB

Text Example


Text Example

White with #7966DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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