Shades of Medium Slate Blue #7967EC
Tints of Medium Slate Blue #7967EC
RGB
CMYK
RGB Variations
Color information
#7967EC (or 0x7967EC) is known color: Medium Slate Blue. HEX triplet: 79, 67 and EC. RGB value is (121,103,236). Sum of RGB (Red+Green+Blue) = 121+103+236=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #7967EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7967EC is #869813. Grayscale: #7B7B7B. Windows color (decimal): -8820756 or 15492985. OLE color: 15492985.
HSL color Cylindrical-coordinate representation of color #7967EC: hue angle of 248.12º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7967EC is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 103 | 236 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.07 |
| HSL | 248.12º | 0.78% | 0.66% | - |
| HSV(B) | 248.12º | 0.56% | 0.93% | - |
| XYZ | 27.88 | 19.82 | 81.71 | - |
| YUV | 123.54 | 191.46 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 103 | 236 | 0.49 | 0.56 | 0 | 0.07 | 248.12 | 0.78 | 0.66 |
| Hex | 79 | 67 | EC | 31 | 38 | 0 | 7 | F8 | 4E | 42 |
| Octal | 171 | 147 | 354 | 61 | 70 | 0 | 7 | 370 | 116 | 102 |
| Binary | 1111001 | 1100111 | 11101100 | 110001 | 111000 | 0 | 111 | 11111000 | 1001110 | 1000010 |
Color Harmonies of #7967EC
Complementary color
Monochromatic Colors of #7967EC
Black with #7967EC
Text Example
Text Example
White with #7967EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7967EC; }
p { color: rgb(121,103,236); }
H1.HeaderClassName
{
color: #7967EC;
}
.AnyTagClassName
{
color: #7967EC;
}
</style>
background-color css
<style>
a { background-color: #7967EC; }
a { background-color: rgb(121,103,236); }
div.DivClassName
{
background-color: #7967EC;
}
.BgClassName
{
background-color: #7967EC;
}
</style>
border-color css
<style>
span { border-color: #7967EC; }
span { border-color: rgb(121,103,236); }
td.TdClassName
{
border-color: #7967EC;
}
.TagClassName
{
border-color: #7967EC;
}
</style>