Shades of Medium Slate Blue #875BFA
Tints of Medium Slate Blue #875BFA
RGB
CMYK
RGB Variations
Color information
#875BFA (or 0x875BFA) is known color: Medium Slate Blue. HEX triplet: 87, 5B and FA. RGB value is (135,91,250). Sum of RGB (Red+Green+Blue) = 135+91+250=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #875BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875BFA is #78A405. Grayscale: #797979. Windows color (decimal): -7906310 or 16407431. OLE color: 16407431.
HSL color Cylindrical-coordinate representation of color #875BFA: hue angle of 256.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #875BFA is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 91 | 250 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.02 |
| HSL | 256.6º | 0.94% | 0.67% | - |
| HSV(B) | 256.6º | 0.64% | 0.98% | - |
| XYZ | 30.99 | 19.54 | 92.58 | - |
| YUV | 122.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 250 | 0.46 | 0.64 | 0 | 0.02 | 256.6 | 0.94 | 0.67 |
| Hex | 87 | 5B | FA | 2E | 40 | 0 | 2 | 101 | 5E | 43 |
| Octal | 207 | 133 | 372 | 56 | 100 | 0 | 2 | 401 | 136 | 103 |
| Binary | 10000111 | 1011011 | 11111010 | 101110 | 1000000 | 0 | 10 | 100000001 | 1011110 | 1000011 |
Color Harmonies of #875BFA
Complementary color
Monochromatic Colors of #875BFA
Black with #875BFA
Text Example
Text Example
White with #875BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BFA; }
p { color: rgb(135,91,250); }
H1.HeaderClassName
{
color: #875BFA;
}
.AnyTagClassName
{
color: #875BFA;
}
</style>
background-color css
<style>
a { background-color: #875BFA; }
a { background-color: rgb(135,91,250); }
div.DivClassName
{
background-color: #875BFA;
}
.BgClassName
{
background-color: #875BFA;
}
</style>
border-color css
<style>
span { border-color: #875BFA; }
span { border-color: rgb(135,91,250); }
td.TdClassName
{
border-color: #875BFA;
}
.TagClassName
{
border-color: #875BFA;
}
</style>