Shades of Medium Slate Blue #875CEE
Tints of Medium Slate Blue #875CEE
RGB
CMYK
RGB Variations
Color information
#875CEE (or 0x875CEE) is known color: Medium Slate Blue. HEX triplet: 87, 5C and EE. RGB value is (135,92,238). Sum of RGB (Red+Green+Blue) = 135+92+238=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #875CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CEE is #78A311. Grayscale: #787878. Windows color (decimal): -7906066 or 15621255. OLE color: 15621255.
HSL color Cylindrical-coordinate representation of color #875CEE: hue angle of 257.67º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875CEE is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 92 | 238 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.07 |
| HSL | 257.67º | 0.81% | 0.65% | - |
| HSV(B) | 257.67º | 0.61% | 0.93% | - |
| XYZ | 29.25 | 18.98 | 83.01 | - |
| YUV | 121.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 238 | 0.43 | 0.61 | 0 | 0.07 | 257.67 | 0.81 | 0.65 |
| Hex | 87 | 5C | EE | 2B | 3D | 0 | 7 | 102 | 51 | 41 |
| Octal | 207 | 134 | 356 | 53 | 75 | 0 | 7 | 402 | 121 | 101 |
| Binary | 10000111 | 1011100 | 11101110 | 101011 | 111101 | 0 | 111 | 100000010 | 1010001 | 1000001 |
Color Harmonies of #875CEE
Complementary color
Monochromatic Colors of #875CEE
Black with #875CEE
Text Example
Text Example
White with #875CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CEE; }
p { color: rgb(135,92,238); }
H1.HeaderClassName
{
color: #875CEE;
}
.AnyTagClassName
{
color: #875CEE;
}
</style>
background-color css
<style>
a { background-color: #875CEE; }
a { background-color: rgb(135,92,238); }
div.DivClassName
{
background-color: #875CEE;
}
.BgClassName
{
background-color: #875CEE;
}
</style>
border-color css
<style>
span { border-color: #875CEE; }
span { border-color: rgb(135,92,238); }
td.TdClassName
{
border-color: #875CEE;
}
.TagClassName
{
border-color: #875CEE;
}
</style>