Shades of Slate Blue #7949CF
Tints of Slate Blue #7949CF
RGB
CMYK
RGB Variations
Color information
#7949CF (or 0x7949CF) is known color: Slate Blue. HEX triplet: 79, 49 and CF. RGB value is (121,73,207). Sum of RGB (Red+Green+Blue) = 121+73+207=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #7949CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949CF is #86B630. Grayscale: #666666. Windows color (decimal): -8828465 or 13584761. OLE color: 13584761.
HSL color Cylindrical-coordinate representation of color #7949CF: hue angle of 261.49º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7949CF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 73 | 207 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.19 |
| HSL | 261.49º | 0.58% | 0.55% | - |
| HSV(B) | 261.49º | 0.65% | 0.81% | - |
| XYZ | 21.53 | 13.34 | 60.47 | - |
| YUV | 102.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 73 | 207 | 0.42 | 0.65 | 0 | 0.19 | 261.49 | 0.58 | 0.55 |
| Hex | 79 | 49 | CF | 2A | 41 | 0 | 13 | 105 | 3A | 37 |
| Octal | 171 | 111 | 317 | 52 | 101 | 0 | 23 | 405 | 72 | 67 |
| Binary | 1111001 | 1001001 | 11001111 | 101010 | 1000001 | 0 | 10011 | 100000101 | 111010 | 110111 |
Color Harmonies of #7949CF
Complementary color
Monochromatic Colors of #7949CF
Black with #7949CF
Text Example
Text Example
White with #7949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7949CF; }
p { color: rgb(121,73,207); }
H1.HeaderClassName
{
color: #7949CF;
}
.AnyTagClassName
{
color: #7949CF;
}
</style>
background-color css
<style>
a { background-color: #7949CF; }
a { background-color: rgb(121,73,207); }
div.DivClassName
{
background-color: #7949CF;
}
.BgClassName
{
background-color: #7949CF;
}
</style>
border-color css
<style>
span { border-color: #7949CF; }
span { border-color: rgb(121,73,207); }
td.TdClassName
{
border-color: #7949CF;
}
.TagClassName
{
border-color: #7949CF;
}
</style>