Shades of Medium Slate Blue #8166ED
Tints of Medium Slate Blue #8166ED
RGB
CMYK
RGB Variations
Color information
#8166ED (or 0x8166ED) is known color: Medium Slate Blue. HEX triplet: 81, 66 and ED. RGB value is (129,102,237). Sum of RGB (Red+Green+Blue) = 129+102+237=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #8166ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8166ED is #7E9912. Grayscale: #7C7C7C. Windows color (decimal): -8296723 or 15558273. OLE color: 15558273.
HSL color Cylindrical-coordinate representation of color #8166ED: hue angle of 252º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8166ED is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 102 | 237 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.07 |
| HSL | 252º | 0.79% | 0.66% | - |
| HSV(B) | 252º | 0.57% | 0.93% | - |
| XYZ | 29.09 | 20.28 | 82.5 | - |
| YUV | 125.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 237 | 0.46 | 0.57 | 0 | 0.07 | 252 | 0.79 | 0.66 |
| Hex | 81 | 66 | ED | 2E | 39 | 0 | 7 | FC | 4F | 42 |
| Octal | 201 | 146 | 355 | 56 | 71 | 0 | 7 | 374 | 117 | 102 |
| Binary | 10000001 | 1100110 | 11101101 | 101110 | 111001 | 0 | 111 | 11111100 | 1001111 | 1000010 |
Color Harmonies of #8166ED
Complementary color
Monochromatic Colors of #8166ED
Black with #8166ED
Text Example
Text Example
White with #8166ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8166ED; }
p { color: rgb(129,102,237); }
H1.HeaderClassName
{
color: #8166ED;
}
.AnyTagClassName
{
color: #8166ED;
}
</style>
background-color css
<style>
a { background-color: #8166ED; }
a { background-color: rgb(129,102,237); }
div.DivClassName
{
background-color: #8166ED;
}
.BgClassName
{
background-color: #8166ED;
}
</style>
border-color css
<style>
span { border-color: #8166ED; }
span { border-color: rgb(129,102,237); }
td.TdClassName
{
border-color: #8166ED;
}
.TagClassName
{
border-color: #8166ED;
}
</style>