Shades of Medium Slate Blue #7168DF
Tints of Medium Slate Blue #7168DF
RGB
CMYK
RGB Variations
Color information
#7168DF (or 0x7168DF) is known color: Medium Slate Blue. HEX triplet: 71, 68 and DF. RGB value is (113,104,223). Sum of RGB (Red+Green+Blue) = 113+104+223=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #7168DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7168DF is #8E9720. Grayscale: #777777. Windows color (decimal): -9344801 or 14641265. OLE color: 14641265.
HSL color Cylindrical-coordinate representation of color #7168DF: hue angle of 244.54º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7168DF is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 104 | 223 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.13 |
| HSL | 244.54º | 0.65% | 0.64% | - |
| HSV(B) | 244.54º | 0.53% | 0.87% | - |
| XYZ | 25.08 | 18.74 | 72.11 | - |
| YUV | 120.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 223 | 0.49 | 0.53 | 0 | 0.13 | 244.54 | 0.65 | 0.64 |
| Hex | 71 | 68 | DF | 31 | 35 | 0 | D | F5 | 41 | 40 |
| Octal | 161 | 150 | 337 | 61 | 65 | 0 | 15 | 365 | 101 | 100 |
| Binary | 1110001 | 1101000 | 11011111 | 110001 | 110101 | 0 | 1101 | 11110101 | 1000001 | 1000000 |
Color Harmonies of #7168DF
Complementary color
Monochromatic Colors of #7168DF
Black with #7168DF
Text Example
Text Example
White with #7168DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7168DF; }
p { color: rgb(113,104,223); }
H1.HeaderClassName
{
color: #7168DF;
}
.AnyTagClassName
{
color: #7168DF;
}
</style>
background-color css
<style>
a { background-color: #7168DF; }
a { background-color: rgb(113,104,223); }
div.DivClassName
{
background-color: #7168DF;
}
.BgClassName
{
background-color: #7168DF;
}
</style>
border-color css
<style>
span { border-color: #7168DF; }
span { border-color: rgb(113,104,223); }
td.TdClassName
{
border-color: #7168DF;
}
.TagClassName
{
border-color: #7168DF;
}
</style>