Shades of Medium Slate Blue #8175DF
Tints of Medium Slate Blue #8175DF
RGB
CMYK
RGB Variations
Color information
#8175DF (or 0x8175DF) is known color: Medium Slate Blue. HEX triplet: 81, 75 and DF. RGB value is (129,117,223). Sum of RGB (Red+Green+Blue) = 129+117+223=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #8175DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8175DF is #7E8A20. Grayscale: #848484. Windows color (decimal): -8292897 or 14644609. OLE color: 14644609.
HSL color Cylindrical-coordinate representation of color #8175DF: hue angle of 246.79º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8175DF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 117 | 223 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.13 |
| HSL | 246.79º | 0.62% | 0.67% | - |
| HSV(B) | 246.79º | 0.48% | 0.87% | - |
| XYZ | 28.73 | 22.72 | 72.68 | - |
| YUV | 132.67 | 178.98 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 117 | 223 | 0.42 | 0.48 | 0 | 0.13 | 246.79 | 0.62 | 0.67 |
| Hex | 81 | 75 | DF | 2A | 30 | 0 | D | F7 | 3E | 43 |
| Octal | 201 | 165 | 337 | 52 | 60 | 0 | 15 | 367 | 76 | 103 |
| Binary | 10000001 | 1110101 | 11011111 | 101010 | 110000 | 0 | 1101 | 11110111 | 111110 | 1000011 |
Color Harmonies of #8175DF
Complementary color
Monochromatic Colors of #8175DF
Black with #8175DF
Text Example
Text Example
White with #8175DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8175DF; }
p { color: rgb(129,117,223); }
H1.HeaderClassName
{
color: #8175DF;
}
.AnyTagClassName
{
color: #8175DF;
}
</style>
background-color css
<style>
a { background-color: #8175DF; }
a { background-color: rgb(129,117,223); }
div.DivClassName
{
background-color: #8175DF;
}
.BgClassName
{
background-color: #8175DF;
}
</style>
border-color css
<style>
span { border-color: #8175DF; }
span { border-color: rgb(129,117,223); }
td.TdClassName
{
border-color: #8175DF;
}
.TagClassName
{
border-color: #8175DF;
}
</style>