Shades of Medium Slate Blue #8173DF
Tints of Medium Slate Blue #8173DF
RGB
CMYK
RGB Variations
Color information
#8173DF (or 0x8173DF) is known color: Medium Slate Blue. HEX triplet: 81, 73 and DF. RGB value is (129,115,223). Sum of RGB (Red+Green+Blue) = 129+115+223=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #8173DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8173DF is #7E8C20. Grayscale: #838383. Windows color (decimal): -8293409 or 14644097. OLE color: 14644097.
HSL color Cylindrical-coordinate representation of color #8173DF: hue angle of 247.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8173DF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 115 | 223 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.13 |
| HSL | 247.78º | 0.63% | 0.66% | - |
| HSV(B) | 247.78º | 0.48% | 0.87% | - |
| XYZ | 28.5 | 22.26 | 72.61 | - |
| YUV | 131.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 223 | 0.42 | 0.48 | 0 | 0.13 | 247.78 | 0.63 | 0.66 |
| Hex | 81 | 73 | DF | 2A | 30 | 0 | D | F8 | 3F | 42 |
| Octal | 201 | 163 | 337 | 52 | 60 | 0 | 15 | 370 | 77 | 102 |
| Binary | 10000001 | 1110011 | 11011111 | 101010 | 110000 | 0 | 1101 | 11111000 | 111111 | 1000010 |
Color Harmonies of #8173DF
Complementary color
Monochromatic Colors of #8173DF
Black with #8173DF
Text Example
Text Example
White with #8173DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173DF; }
p { color: rgb(129,115,223); }
H1.HeaderClassName
{
color: #8173DF;
}
.AnyTagClassName
{
color: #8173DF;
}
</style>
background-color css
<style>
a { background-color: #8173DF; }
a { background-color: rgb(129,115,223); }
div.DivClassName
{
background-color: #8173DF;
}
.BgClassName
{
background-color: #8173DF;
}
</style>
border-color css
<style>
span { border-color: #8173DF; }
span { border-color: rgb(129,115,223); }
td.TdClassName
{
border-color: #8173DF;
}
.TagClassName
{
border-color: #8173DF;
}
</style>