Shades of Medium Slate Blue #875FEE
Tints of Medium Slate Blue #875FEE
RGB
CMYK
RGB Variations
Color information
#875FEE (or 0x875FEE) is known color: Medium Slate Blue. HEX triplet: 87, 5F and EE. RGB value is (135,95,238). Sum of RGB (Red+Green+Blue) = 135+95+238=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #875FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875FEE is #78A011. Grayscale: #7A7A7A. Windows color (decimal): -7905298 or 15622023. OLE color: 15622023.
HSL color Cylindrical-coordinate representation of color #875FEE: hue angle of 256.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #875FEE is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 95 | 238 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.07 |
| HSL | 256.78º | 0.81% | 0.65% | - |
| HSV(B) | 256.78º | 0.6% | 0.93% | - |
| XYZ | 29.52 | 19.51 | 83.1 | - |
| YUV | 123.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 238 | 0.43 | 0.60 | 0 | 0.07 | 256.78 | 0.81 | 0.65 |
| Hex | 87 | 5F | EE | 2B | 3C | 0 | 7 | 101 | 51 | 41 |
| Octal | 207 | 137 | 356 | 53 | 74 | 0 | 7 | 401 | 121 | 101 |
| Binary | 10000111 | 1011111 | 11101110 | 101011 | 111100 | 0 | 111 | 100000001 | 1010001 | 1000001 |
Color Harmonies of #875FEE
Complementary color
Monochromatic Colors of #875FEE
Black with #875FEE
Text Example
Text Example
White with #875FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FEE; }
p { color: rgb(135,95,238); }
H1.HeaderClassName
{
color: #875FEE;
}
.AnyTagClassName
{
color: #875FEE;
}
</style>
background-color css
<style>
a { background-color: #875FEE; }
a { background-color: rgb(135,95,238); }
div.DivClassName
{
background-color: #875FEE;
}
.BgClassName
{
background-color: #875FEE;
}
</style>
border-color css
<style>
span { border-color: #875FEE; }
span { border-color: rgb(135,95,238); }
td.TdClassName
{
border-color: #875FEE;
}
.TagClassName
{
border-color: #875FEE;
}
</style>