Shades of Medium Slate Blue #875DF8
Tints of Medium Slate Blue #875DF8
RGB
CMYK
RGB Variations
Color information
#875DF8 (or 0x875DF8) is known color: Medium Slate Blue. HEX triplet: 87, 5D and F8. RGB value is (135,93,248). Sum of RGB (Red+Green+Blue) = 135+93+248=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #875DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875DF8 is #78A207. Grayscale: #7A7A7A. Windows color (decimal): -7905800 or 16276871. OLE color: 16276871.
HSL color Cylindrical-coordinate representation of color #875DF8: hue angle of 256.26º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #875DF8 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 93 | 248 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.03 |
| HSL | 256.26º | 0.92% | 0.67% | - |
| HSV(B) | 256.26º | 0.63% | 0.97% | - |
| XYZ | 30.85 | 19.76 | 90.99 | - |
| YUV | 123.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 248 | 0.46 | 0.62 | 0 | 0.03 | 256.26 | 0.92 | 0.67 |
| Hex | 87 | 5D | F8 | 2E | 3E | 0 | 3 | 100 | 5C | 43 |
| Octal | 207 | 135 | 370 | 56 | 76 | 0 | 3 | 400 | 134 | 103 |
| Binary | 10000111 | 1011101 | 11111000 | 101110 | 111110 | 0 | 11 | 100000000 | 1011100 | 1000011 |
Color Harmonies of #875DF8
Complementary color
Monochromatic Colors of #875DF8
Black with #875DF8
Text Example
Text Example
White with #875DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DF8; }
p { color: rgb(135,93,248); }
H1.HeaderClassName
{
color: #875DF8;
}
.AnyTagClassName
{
color: #875DF8;
}
</style>
background-color css
<style>
a { background-color: #875DF8; }
a { background-color: rgb(135,93,248); }
div.DivClassName
{
background-color: #875DF8;
}
.BgClassName
{
background-color: #875DF8;
}
</style>
border-color css
<style>
span { border-color: #875DF8; }
span { border-color: rgb(135,93,248); }
td.TdClassName
{
border-color: #875DF8;
}
.TagClassName
{
border-color: #875DF8;
}
</style>