Html Css Color HEX #7966D9 Medium Slate Blue

📋 copy color: '#7966D9'

red 121 ◦ green 102 ◦ blue 217

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

Shades of Medium Slate Blue #7966D9

Tints of Medium Slate Blue #7966D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.32%

R = 27.5%
G = 23.18%
B = 49.32%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7966D9 (or 0x7966D9) is known color: Medium Slate Blue. HEX triplet: 79, 66 and D9. RGB value is (121,102,217). Sum of RGB (Red+Green+Blue) = 121+102+217=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #7966D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7966D9 is #869926. Grayscale: #787878. Windows color (decimal): -8821031 or 14247545. OLE color: 14247545.

HSL color Cylindrical-coordinate representation of color #7966D9: hue angle of 249.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7966D9 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 102 217 -
CMYK 0.44 0.53 0 0.15
HSL 249.91º 0.6% 0.63% -
HSV(B) 249.91º 0.53% 0.85% -
XYZ 25.16 18.58 67.91 -
YUV 120.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 121 102 217 0.44 0.53 0 0.15 249.91 0.6 0.63
Hex 79 66 D9 2C 35 0 F FA 3C 3F
Octal 171 146 331 54 65 0 17 372 74 77
Binary 1111001 1100110 11011001 101100 110101 0 1111 11111010 111100 111111

Color Harmonies of #7966D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966D9

Black with #7966D9

Text Example


Text Example

White with #7966D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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