Shades of Medium Slate Blue #7967F2
Tints of Medium Slate Blue #7967F2
RGB
CMYK
RGB Variations
Color information
#7967F2 (or 0x7967F2) is known color: Medium Slate Blue. HEX triplet: 79, 67 and F2. RGB value is (121,103,242). Sum of RGB (Red+Green+Blue) = 121+103+242=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #7967F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7967F2 is #86980D. Grayscale: #7B7B7B. Windows color (decimal): -8820750 or 15886201. OLE color: 15886201.
HSL color Cylindrical-coordinate representation of color #7967F2: hue angle of 247.77º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7967F2 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 103 | 242 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.05 |
| HSL | 247.77º | 0.84% | 0.68% | - |
| HSV(B) | 247.77º | 0.57% | 0.95% | - |
| XYZ | 28.76 | 20.18 | 86.38 | - |
| YUV | 124.23 | 194.46 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 242 | 0.50 | 0.57 | 0 | 0.05 | 247.77 | 0.84 | 0.68 |
| Hex | 79 | 67 | F2 | 32 | 39 | 0 | 5 | F8 | 54 | 44 |
| Octal | 171 | 147 | 362 | 62 | 71 | 0 | 5 | 370 | 124 | 104 |
| Binary | 1111001 | 1100111 | 11110010 | 110010 | 111001 | 0 | 101 | 11111000 | 1010100 | 1000100 |
Color Harmonies of #7967F2
Complementary color
Monochromatic Colors of #7967F2
Black with #7967F2
Text Example
Text Example
White with #7967F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7967F2; }
p { color: rgb(121,103,242); }
H1.HeaderClassName
{
color: #7967F2;
}
.AnyTagClassName
{
color: #7967F2;
}
</style>
background-color css
<style>
a { background-color: #7967F2; }
a { background-color: rgb(121,103,242); }
div.DivClassName
{
background-color: #7967F2;
}
.BgClassName
{
background-color: #7967F2;
}
</style>
border-color css
<style>
span { border-color: #7967F2; }
span { border-color: rgb(121,103,242); }
td.TdClassName
{
border-color: #7967F2;
}
.TagClassName
{
border-color: #7967F2;
}
</style>