Shades of Medium Slate Blue #8174DF
Tints of Medium Slate Blue #8174DF
RGB
CMYK
RGB Variations
Color information
#8174DF (or 0x8174DF) is known color: Medium Slate Blue. HEX triplet: 81, 74 and DF. RGB value is (129,116,223). Sum of RGB (Red+Green+Blue) = 129+116+223=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8174DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8174DF is #7E8B20. Grayscale: #838383. Windows color (decimal): -8293153 or 14644353. OLE color: 14644353.
HSL color Cylindrical-coordinate representation of color #8174DF: hue angle of 247.29º 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 #8174DF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 116 | 223 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.13 |
| HSL | 247.29º | 0.63% | 0.66% | - |
| HSV(B) | 247.29º | 0.48% | 0.87% | - |
| XYZ | 28.62 | 22.49 | 72.64 | - |
| YUV | 132.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 223 | 0.42 | 0.48 | 0 | 0.13 | 247.29 | 0.63 | 0.66 |
| Hex | 81 | 74 | DF | 2A | 30 | 0 | D | F7 | 3F | 42 |
| Octal | 201 | 164 | 337 | 52 | 60 | 0 | 15 | 367 | 77 | 102 |
| Binary | 10000001 | 1110100 | 11011111 | 101010 | 110000 | 0 | 1101 | 11110111 | 111111 | 1000010 |
Color Harmonies of #8174DF
Complementary color
Monochromatic Colors of #8174DF
Black with #8174DF
Text Example
Text Example
White with #8174DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174DF; }
p { color: rgb(129,116,223); }
H1.HeaderClassName
{
color: #8174DF;
}
.AnyTagClassName
{
color: #8174DF;
}
</style>
background-color css
<style>
a { background-color: #8174DF; }
a { background-color: rgb(129,116,223); }
div.DivClassName
{
background-color: #8174DF;
}
.BgClassName
{
background-color: #8174DF;
}
</style>
border-color css
<style>
span { border-color: #8174DF; }
span { border-color: rgb(129,116,223); }
td.TdClassName
{
border-color: #8174DF;
}
.TagClassName
{
border-color: #8174DF;
}
</style>