Shades of Medium Slate Blue #8169DF
Tints of Medium Slate Blue #8169DF
RGB
CMYK
RGB Variations
Color information
#8169DF (or 0x8169DF) is known color: Medium Slate Blue. HEX triplet: 81, 69 and DF. RGB value is (129,105,223). Sum of RGB (Red+Green+Blue) = 129+105+223=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #8169DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8169DF is #7E9620. Grayscale: #7D7D7D. Windows color (decimal): -8295969 or 14641537. OLE color: 14641537.
HSL color Cylindrical-coordinate representation of color #8169DF: hue angle of 252.2º 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 #8169DF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 105 | 223 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.13 |
| HSL | 252.2º | 0.65% | 0.64% | - |
| HSV(B) | 252.2º | 0.53% | 0.87% | - |
| XYZ | 27.42 | 20.1 | 72.25 | - |
| YUV | 125.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 223 | 0.42 | 0.53 | 0 | 0.13 | 252.2 | 0.65 | 0.64 |
| Hex | 81 | 69 | DF | 2A | 35 | 0 | D | FC | 41 | 40 |
| Octal | 201 | 151 | 337 | 52 | 65 | 0 | 15 | 374 | 101 | 100 |
| Binary | 10000001 | 1101001 | 11011111 | 101010 | 110101 | 0 | 1101 | 11111100 | 1000001 | 1000000 |
Color Harmonies of #8169DF
Complementary color
Monochromatic Colors of #8169DF
Black with #8169DF
Text Example
Text Example
White with #8169DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169DF; }
p { color: rgb(129,105,223); }
H1.HeaderClassName
{
color: #8169DF;
}
.AnyTagClassName
{
color: #8169DF;
}
</style>
background-color css
<style>
a { background-color: #8169DF; }
a { background-color: rgb(129,105,223); }
div.DivClassName
{
background-color: #8169DF;
}
.BgClassName
{
background-color: #8169DF;
}
</style>
border-color css
<style>
span { border-color: #8169DF; }
span { border-color: rgb(129,105,223); }
td.TdClassName
{
border-color: #8169DF;
}
.TagClassName
{
border-color: #8169DF;
}
</style>