Shades of Medium Slate Blue #7966F7
Tints of Medium Slate Blue #7966F7
RGB
CMYK
RGB Variations
Color information
#7966F7 (or 0x7966F7) is known color: Medium Slate Blue. HEX triplet: 79, 66 and F7. RGB value is (121,102,247). Sum of RGB (Red+Green+Blue) = 121+102+247=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 247 (96.88% from 255 or 52.55% from 470); Max value from RGB is 247 - color contains mainly: blue. Hex color #7966F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7966F7 is #869908. Grayscale: #7B7B7B. Windows color (decimal): -8821001 or 16213625. OLE color: 16213625.
HSL color Cylindrical-coordinate representation of color #7966F7: hue angle of 247.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7966F7 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 102 | 247 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.03 |
| HSL | 247.86º | 0.9% | 0.68% | - |
| HSV(B) | 247.86º | 0.59% | 0.97% | - |
| XYZ | 29.43 | 20.28 | 90.36 | - |
| YUV | 124.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 247 | 0.51 | 0.59 | 0 | 0.03 | 247.86 | 0.9 | 0.68 |
| Hex | 79 | 66 | F7 | 33 | 3B | 0 | 3 | F8 | 5A | 44 |
| Octal | 171 | 146 | 367 | 63 | 73 | 0 | 3 | 370 | 132 | 104 |
| Binary | 1111001 | 1100110 | 11110111 | 110011 | 111011 | 0 | 11 | 11111000 | 1011010 | 1000100 |
Color Harmonies of #7966F7
Complementary color
Monochromatic Colors of #7966F7
Black with #7966F7
Text Example
Text Example
White with #7966F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966F7; }
p { color: rgb(121,102,247); }
H1.HeaderClassName
{
color: #7966F7;
}
.AnyTagClassName
{
color: #7966F7;
}
</style>
background-color css
<style>
a { background-color: #7966F7; }
a { background-color: rgb(121,102,247); }
div.DivClassName
{
background-color: #7966F7;
}
.BgClassName
{
background-color: #7966F7;
}
</style>
border-color css
<style>
span { border-color: #7966F7; }
span { border-color: rgb(121,102,247); }
td.TdClassName
{
border-color: #7966F7;
}
.TagClassName
{
border-color: #7966F7;
}
</style>