Shades of Medium Slate Blue #874FFB
Tints of Medium Slate Blue #874FFB
RGB
CMYK
RGB Variations
Color information
#874FFB (or 0x874FFB) is known color: Medium Slate Blue. HEX triplet: 87, 4F and FB. RGB value is (135,79,251). Sum of RGB (Red+Green+Blue) = 135+79+251=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #874FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #874FFB is #78B004. Grayscale: #727272. Windows color (decimal): -7909381 or 16469895. OLE color: 16469895.
HSL color Cylindrical-coordinate representation of color #874FFB: hue angle of 259.53º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #874FFB is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 79 | 251 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.02 |
| HSL | 259.53º | 0.96% | 0.65% | - |
| HSV(B) | 259.53º | 0.69% | 0.98% | - |
| XYZ | 30.2 | 17.71 | 93.09 | - |
| YUV | 115.35 | 204.55 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 251 | 0.46 | 0.69 | 0 | 0.02 | 259.53 | 0.96 | 0.65 |
| Hex | 87 | 4F | FB | 2E | 45 | 0 | 2 | 104 | 60 | 41 |
| Octal | 207 | 117 | 373 | 56 | 105 | 0 | 2 | 404 | 140 | 101 |
| Binary | 10000111 | 1001111 | 11111011 | 101110 | 1000101 | 0 | 10 | 100000100 | 1100000 | 1000001 |
Color Harmonies of #874FFB
Complementary color
Monochromatic Colors of #874FFB
Black with #874FFB
Text Example
Text Example
White with #874FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874FFB; }
p { color: rgb(135,79,251); }
H1.HeaderClassName
{
color: #874FFB;
}
.AnyTagClassName
{
color: #874FFB;
}
</style>
background-color css
<style>
a { background-color: #874FFB; }
a { background-color: rgb(135,79,251); }
div.DivClassName
{
background-color: #874FFB;
}
.BgClassName
{
background-color: #874FFB;
}
</style>
border-color css
<style>
span { border-color: #874FFB; }
span { border-color: rgb(135,79,251); }
td.TdClassName
{
border-color: #874FFB;
}
.TagClassName
{
border-color: #874FFB;
}
</style>