Shades of Medium Slate Blue #8168DF
Tints of Medium Slate Blue #8168DF
RGB
CMYK
RGB Variations
Color information
#8168DF (or 0x8168DF) is known color: Medium Slate Blue. HEX triplet: 81, 68 and DF. RGB value is (129,104,223). Sum of RGB (Red+Green+Blue) = 129+104+223=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #8168DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168DF is #7E9720. Grayscale: #7C7C7C. Windows color (decimal): -8296225 or 14641281. OLE color: 14641281.
HSL color Cylindrical-coordinate representation of color #8168DF: hue angle of 252.61º 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 #8168DF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 104 | 223 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.13 |
| HSL | 252.61º | 0.65% | 0.64% | - |
| HSV(B) | 252.61º | 0.53% | 0.87% | - |
| XYZ | 27.32 | 19.9 | 72.21 | - |
| YUV | 125.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 223 | 0.42 | 0.53 | 0 | 0.13 | 252.61 | 0.65 | 0.64 |
| Hex | 81 | 68 | DF | 2A | 35 | 0 | D | FD | 41 | 40 |
| Octal | 201 | 150 | 337 | 52 | 65 | 0 | 15 | 375 | 101 | 100 |
| Binary | 10000001 | 1101000 | 11011111 | 101010 | 110101 | 0 | 1101 | 11111101 | 1000001 | 1000000 |
Color Harmonies of #8168DF
Complementary color
Monochromatic Colors of #8168DF
Black with #8168DF
Text Example
Text Example
White with #8168DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168DF; }
p { color: rgb(129,104,223); }
H1.HeaderClassName
{
color: #8168DF;
}
.AnyTagClassName
{
color: #8168DF;
}
</style>
background-color css
<style>
a { background-color: #8168DF; }
a { background-color: rgb(129,104,223); }
div.DivClassName
{
background-color: #8168DF;
}
.BgClassName
{
background-color: #8168DF;
}
</style>
border-color css
<style>
span { border-color: #8168DF; }
span { border-color: rgb(129,104,223); }
td.TdClassName
{
border-color: #8168DF;
}
.TagClassName
{
border-color: #8168DF;
}
</style>