Shades of Medium Slate Blue #7966F3
Tints of Medium Slate Blue #7966F3
RGB
CMYK
RGB Variations
Color information
#7966F3 (or 0x7966F3) is known color: Medium Slate Blue. HEX triplet: 79, 66 and F3. RGB value is (121,102,243). Sum of RGB (Red+Green+Blue) = 121+102+243=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #7966F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7966F3 is #86990C. Grayscale: #7B7B7B. Windows color (decimal): -8821005 or 15951481. OLE color: 15951481.
HSL color Cylindrical-coordinate representation of color #7966F3: hue angle of 248.09º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7966F3 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 102 | 243 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.05 |
| HSL | 248.09º | 0.85% | 0.68% | - |
| HSV(B) | 248.09º | 0.58% | 0.95% | - |
| XYZ | 28.81 | 20.04 | 87.14 | - |
| YUV | 123.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 243 | 0.50 | 0.58 | 0 | 0.05 | 248.09 | 0.85 | 0.68 |
| Hex | 79 | 66 | F3 | 32 | 3A | 0 | 5 | F8 | 55 | 44 |
| Octal | 171 | 146 | 363 | 62 | 72 | 0 | 5 | 370 | 125 | 104 |
| Binary | 1111001 | 1100110 | 11110011 | 110010 | 111010 | 0 | 101 | 11111000 | 1010101 | 1000100 |
Color Harmonies of #7966F3
Complementary color
Monochromatic Colors of #7966F3
Black with #7966F3
Text Example
Text Example
White with #7966F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7966F3; }
p { color: rgb(121,102,243); }
H1.HeaderClassName
{
color: #7966F3;
}
.AnyTagClassName
{
color: #7966F3;
}
</style>
background-color css
<style>
a { background-color: #7966F3; }
a { background-color: rgb(121,102,243); }
div.DivClassName
{
background-color: #7966F3;
}
.BgClassName
{
background-color: #7966F3;
}
</style>
border-color css
<style>
span { border-color: #7966F3; }
span { border-color: rgb(121,102,243); }
td.TdClassName
{
border-color: #7966F3;
}
.TagClassName
{
border-color: #7966F3;
}
</style>