Shades of Slate Blue #7946CF
Tints of Slate Blue #7946CF
RGB
CMYK
RGB Variations
Color information
#7946CF (or 0x7946CF) is known color: Slate Blue. HEX triplet: 79, 46 and CF. RGB value is (121,70,207). Sum of RGB (Red+Green+Blue) = 121+70+207=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #7946CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7946CF is #86B930. Grayscale: #646464. Windows color (decimal): -8829233 or 13583993. OLE color: 13583993.
HSL color Cylindrical-coordinate representation of color #7946CF: hue angle of 262.34º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7946CF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 70 | 207 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.19 |
| HSL | 262.34º | 0.59% | 0.54% | - |
| HSV(B) | 262.34º | 0.66% | 0.81% | - |
| XYZ | 21.34 | 12.95 | 60.41 | - |
| YUV | 100.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 70 | 207 | 0.42 | 0.66 | 0 | 0.19 | 262.34 | 0.59 | 0.54 |
| Hex | 79 | 46 | CF | 2A | 42 | 0 | 13 | 106 | 3B | 36 |
| Octal | 171 | 106 | 317 | 52 | 102 | 0 | 23 | 406 | 73 | 66 |
| Binary | 1111001 | 1000110 | 11001111 | 101010 | 1000010 | 0 | 10011 | 100000110 | 111011 | 110110 |
Color Harmonies of #7946CF
Complementary color
Monochromatic Colors of #7946CF
Black with #7946CF
Text Example
Text Example
White with #7946CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7946CF; }
p { color: rgb(121,70,207); }
H1.HeaderClassName
{
color: #7946CF;
}
.AnyTagClassName
{
color: #7946CF;
}
</style>
background-color css
<style>
a { background-color: #7946CF; }
a { background-color: rgb(121,70,207); }
div.DivClassName
{
background-color: #7946CF;
}
.BgClassName
{
background-color: #7946CF;
}
</style>
border-color css
<style>
span { border-color: #7946CF; }
span { border-color: rgb(121,70,207); }
td.TdClassName
{
border-color: #7946CF;
}
.TagClassName
{
border-color: #7946CF;
}
</style>