Shades of Medium Slate Blue #875AFB
Tints of Medium Slate Blue #875AFB
RGB
CMYK
RGB Variations
Color information
#875AFB (or 0x875AFB) is known color: Medium Slate Blue. HEX triplet: 87, 5A and FB. RGB value is (135,90,251). Sum of RGB (Red+Green+Blue) = 135+90+251=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #875AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #875AFB is #78A504. Grayscale: #797979. Windows color (decimal): -7906565 or 16472711. OLE color: 16472711.
HSL color Cylindrical-coordinate representation of color #875AFB: hue angle of 256.77º degrees, saturation: 0.95, 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 #875AFB is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 90 | 251 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.02 |
| HSL | 256.77º | 0.95% | 0.67% | - |
| HSV(B) | 256.77º | 0.64% | 0.98% | - |
| XYZ | 31.06 | 19.43 | 93.38 | - |
| YUV | 121.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 251 | 0.46 | 0.64 | 0 | 0.02 | 256.77 | 0.95 | 0.67 |
| Hex | 87 | 5A | FB | 2E | 40 | 0 | 2 | 101 | 5F | 43 |
| Octal | 207 | 132 | 373 | 56 | 100 | 0 | 2 | 401 | 137 | 103 |
| Binary | 10000111 | 1011010 | 11111011 | 101110 | 1000000 | 0 | 10 | 100000001 | 1011111 | 1000011 |
Color Harmonies of #875AFB
Complementary color
Monochromatic Colors of #875AFB
Black with #875AFB
Text Example
Text Example
White with #875AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875AFB; }
p { color: rgb(135,90,251); }
H1.HeaderClassName
{
color: #875AFB;
}
.AnyTagClassName
{
color: #875AFB;
}
</style>
background-color css
<style>
a { background-color: #875AFB; }
a { background-color: rgb(135,90,251); }
div.DivClassName
{
background-color: #875AFB;
}
.BgClassName
{
background-color: #875AFB;
}
</style>
border-color css
<style>
span { border-color: #875AFB; }
span { border-color: rgb(135,90,251); }
td.TdClassName
{
border-color: #875AFB;
}
.TagClassName
{
border-color: #875AFB;
}
</style>