Shades of Medium Slate Blue #875BEA
Tints of Medium Slate Blue #875BEA
RGB
CMYK
RGB Variations
Color information
#875BEA (or 0x875BEA) is known color: Medium Slate Blue. HEX triplet: 87, 5B and EA. RGB value is (135,91,234). Sum of RGB (Red+Green+Blue) = 135+91+234=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #875BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BEA is #78A415. Grayscale: #777777. Windows color (decimal): -7906326 or 15358855. OLE color: 15358855.
HSL color Cylindrical-coordinate representation of color #875BEA: hue angle of 258.46º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875BEA is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 91 | 234 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.08 |
| HSL | 258.46º | 0.77% | 0.64% | - |
| HSV(B) | 258.46º | 0.61% | 0.92% | - |
| XYZ | 28.58 | 18.57 | 79.92 | - |
| YUV | 120.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 234 | 0.42 | 0.61 | 0 | 0.08 | 258.46 | 0.77 | 0.64 |
| Hex | 87 | 5B | EA | 2A | 3D | 0 | 8 | 102 | 4D | 40 |
| Octal | 207 | 133 | 352 | 52 | 75 | 0 | 10 | 402 | 115 | 100 |
| Binary | 10000111 | 1011011 | 11101010 | 101010 | 111101 | 0 | 1000 | 100000010 | 1001101 | 1000000 |
Color Harmonies of #875BEA
Complementary color
Monochromatic Colors of #875BEA
Black with #875BEA
Text Example
Text Example
White with #875BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BEA; }
p { color: rgb(135,91,234); }
H1.HeaderClassName
{
color: #875BEA;
}
.AnyTagClassName
{
color: #875BEA;
}
</style>
background-color css
<style>
a { background-color: #875BEA; }
a { background-color: rgb(135,91,234); }
div.DivClassName
{
background-color: #875BEA;
}
.BgClassName
{
background-color: #875BEA;
}
</style>
border-color css
<style>
span { border-color: #875BEA; }
span { border-color: rgb(135,91,234); }
td.TdClassName
{
border-color: #875BEA;
}
.TagClassName
{
border-color: #875BEA;
}
</style>