Shades of Medium Slate Blue #875CFA
Tints of Medium Slate Blue #875CFA
RGB
CMYK
RGB Variations
Color information
#875CFA (or 0x875CFA) is known color: Medium Slate Blue. HEX triplet: 87, 5C and FA. RGB value is (135,92,250). Sum of RGB (Red+Green+Blue) = 135+92+250=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #875CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875CFA is #78A305. Grayscale: #7A7A7A. Windows color (decimal): -7906054 or 16407687. OLE color: 16407687.
HSL color Cylindrical-coordinate representation of color #875CFA: hue angle of 256.33º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #875CFA is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 92 | 250 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.02 |
| HSL | 256.33º | 0.94% | 0.67% | - |
| HSV(B) | 256.33º | 0.63% | 0.98% | - |
| XYZ | 31.07 | 19.71 | 92.61 | - |
| YUV | 122.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 250 | 0.46 | 0.63 | 0 | 0.02 | 256.33 | 0.94 | 0.67 |
| Hex | 87 | 5C | FA | 2E | 3F | 0 | 2 | 100 | 5E | 43 |
| Octal | 207 | 134 | 372 | 56 | 77 | 0 | 2 | 400 | 136 | 103 |
| Binary | 10000111 | 1011100 | 11111010 | 101110 | 111111 | 0 | 10 | 100000000 | 1011110 | 1000011 |
Color Harmonies of #875CFA
Complementary color
Monochromatic Colors of #875CFA
Black with #875CFA
Text Example
Text Example
White with #875CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CFA; }
p { color: rgb(135,92,250); }
H1.HeaderClassName
{
color: #875CFA;
}
.AnyTagClassName
{
color: #875CFA;
}
</style>
background-color css
<style>
a { background-color: #875CFA; }
a { background-color: rgb(135,92,250); }
div.DivClassName
{
background-color: #875CFA;
}
.BgClassName
{
background-color: #875CFA;
}
</style>
border-color css
<style>
span { border-color: #875CFA; }
span { border-color: rgb(135,92,250); }
td.TdClassName
{
border-color: #875CFA;
}
.TagClassName
{
border-color: #875CFA;
}
</style>