Shades of Medium Slate Blue #874BFC
Tints of Medium Slate Blue #874BFC
RGB
CMYK
RGB Variations
Color information
#874BFC (or 0x874BFC) is known color: Medium Slate Blue. HEX triplet: 87, 4B and FC. RGB value is (135,75,252). Sum of RGB (Red+Green+Blue) = 135+75+252=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #874BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #874BFC is #78B403. Grayscale: #707070. Windows color (decimal): -7910404 or 16534407. OLE color: 16534407.
HSL color Cylindrical-coordinate representation of color #874BFC: hue angle of 260.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874BFC is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 75 | 252 | - |
| CMYK | 0.46 | 0.70 | 0 | 0.01 |
| HSL | 260.34º | 0.97% | 0.64% | - |
| HSV(B) | 260.34º | 0.7% | 0.99% | - |
| XYZ | 30.08 | 17.21 | 93.83 | - |
| YUV | 113.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 75 | 252 | 0.46 | 0.70 | 0 | 0.01 | 260.34 | 0.97 | 0.64 |
| Hex | 87 | 4B | FC | 2E | 46 | 0 | 1 | 104 | 61 | 40 |
| Octal | 207 | 113 | 374 | 56 | 106 | 0 | 1 | 404 | 141 | 100 |
| Binary | 10000111 | 1001011 | 11111100 | 101110 | 1000110 | 0 | 1 | 100000100 | 1100001 | 1000000 |
Color Harmonies of #874BFC
Complementary color
Monochromatic Colors of #874BFC
Black with #874BFC
Text Example
Text Example
White with #874BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874BFC; }
p { color: rgb(135,75,252); }
H1.HeaderClassName
{
color: #874BFC;
}
.AnyTagClassName
{
color: #874BFC;
}
</style>
background-color css
<style>
a { background-color: #874BFC; }
a { background-color: rgb(135,75,252); }
div.DivClassName
{
background-color: #874BFC;
}
.BgClassName
{
background-color: #874BFC;
}
</style>
border-color css
<style>
span { border-color: #874BFC; }
span { border-color: rgb(135,75,252); }
td.TdClassName
{
border-color: #874BFC;
}
.TagClassName
{
border-color: #874BFC;
}
</style>