Shades of Medium Slate Blue #8178DF
Tints of Medium Slate Blue #8178DF
RGB
CMYK
RGB Variations
Color information
#8178DF (or 0x8178DF) is known color: Medium Slate Blue. HEX triplet: 81, 78 and DF. RGB value is (129,120,223). Sum of RGB (Red+Green+Blue) = 129+120+223=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8178DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8178DF is #7E8720. Grayscale: #868686. Windows color (decimal): -8292129 or 14645377. OLE color: 14645377.
HSL color Cylindrical-coordinate representation of color #8178DF: hue angle of 245.24º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8178DF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 120 | 223 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.13 |
| HSL | 245.24º | 0.62% | 0.67% | - |
| HSV(B) | 245.24º | 0.46% | 0.87% | - |
| XYZ | 29.09 | 23.43 | 72.8 | - |
| YUV | 134.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 223 | 0.42 | 0.46 | 0 | 0.13 | 245.24 | 0.62 | 0.67 |
| Hex | 81 | 78 | DF | 2A | 2E | 0 | D | F5 | 3E | 43 |
| Octal | 201 | 170 | 337 | 52 | 56 | 0 | 15 | 365 | 76 | 103 |
| Binary | 10000001 | 1111000 | 11011111 | 101010 | 101110 | 0 | 1101 | 11110101 | 111110 | 1000011 |
Color Harmonies of #8178DF
Complementary color
Monochromatic Colors of #8178DF
Black with #8178DF
Text Example
Text Example
White with #8178DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178DF; }
p { color: rgb(129,120,223); }
H1.HeaderClassName
{
color: #8178DF;
}
.AnyTagClassName
{
color: #8178DF;
}
</style>
background-color css
<style>
a { background-color: #8178DF; }
a { background-color: rgb(129,120,223); }
div.DivClassName
{
background-color: #8178DF;
}
.BgClassName
{
background-color: #8178DF;
}
</style>
border-color css
<style>
span { border-color: #8178DF; }
span { border-color: rgb(129,120,223); }
td.TdClassName
{
border-color: #8178DF;
}
.TagClassName
{
border-color: #8178DF;
}
</style>