Shades of Medium Slate Blue #8168DC
Tints of Medium Slate Blue #8168DC
RGB
CMYK
RGB Variations
Color information
#8168DC (or 0x8168DC) is known color: Medium Slate Blue. HEX triplet: 81, 68 and DC. RGB value is (129,104,220). Sum of RGB (Red+Green+Blue) = 129+104+220=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #8168DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168DC is #7E9723. Grayscale: #7C7C7C. Windows color (decimal): -8296228 or 14444673. OLE color: 14444673.
HSL color Cylindrical-coordinate representation of color #8168DC: hue angle of 252.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8168DC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 104 | 220 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.14 |
| HSL | 252.93º | 0.62% | 0.64% | - |
| HSV(B) | 252.93º | 0.53% | 0.86% | - |
| XYZ | 26.92 | 19.74 | 70.1 | - |
| YUV | 124.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 220 | 0.41 | 0.53 | 0 | 0.14 | 252.93 | 0.62 | 0.64 |
| Hex | 81 | 68 | DC | 29 | 35 | 0 | E | FD | 3E | 40 |
| Octal | 201 | 150 | 334 | 51 | 65 | 0 | 16 | 375 | 76 | 100 |
| Binary | 10000001 | 1101000 | 11011100 | 101001 | 110101 | 0 | 1110 | 11111101 | 111110 | 1000000 |
Color Harmonies of #8168DC
Complementary color
Monochromatic Colors of #8168DC
Black with #8168DC
Text Example
Text Example
White with #8168DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168DC; }
p { color: rgb(129,104,220); }
H1.HeaderClassName
{
color: #8168DC;
}
.AnyTagClassName
{
color: #8168DC;
}
</style>
background-color css
<style>
a { background-color: #8168DC; }
a { background-color: rgb(129,104,220); }
div.DivClassName
{
background-color: #8168DC;
}
.BgClassName
{
background-color: #8168DC;
}
</style>
border-color css
<style>
span { border-color: #8168DC; }
span { border-color: rgb(129,104,220); }
td.TdClassName
{
border-color: #8168DC;
}
.TagClassName
{
border-color: #8168DC;
}
</style>