#7966EA

Color #7966EA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7966EA

Tints of Medium Slate Blue #7966EA

Color information

#7966EA (or 0x7966EA) is unknown color: approx Medium Slate Blue. HEX triplet: 79, 66 and EA. RGB value is (121,102,234). Sum of RGB (Red+Green+Blue) = 121+102+234=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #7966EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7966EA is #869915. Grayscale: #7A7A7A. Windows color (decimal): -8821014 or 15361657. OLE color: 15361657.

HSL color Cylindrical-coordinate representation of color #7966EA: hue angle of 248.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7966EA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121102234-
CMYK0.480.5600.08
HSL248.64º75.86%65.88%-
HSV(B)248.64º56.41%91.76%-
XYZ27.4919.5180.16-
YUV122.73190.79126.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 234 (91.80% from 255) = 51.20%
R=26.48%
G=22.32%
B=51.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211022340.480.5600.08248.6475.8665.88
Hex7966EA303808f94c42
Octal1711463526070010371114102
Binary1111001110011011101010110000111000010001111100110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7966EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7966EA;
 }
 .AnyTagClassName
 {
   color: #7966EA;
 }
</style>
background-color css

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

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

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

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

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

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