Shades of Medium Slate Blue #864CFE
Tints of Medium Slate Blue #864CFE
RGB
CMYK
RGB Variations
Color information
#864CFE (or 0x864CFE) is known color: Medium Slate Blue. HEX triplet: 86, 4C and FE. RGB value is (134,76,254). Sum of RGB (Red+Green+Blue) = 134+76+254=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #864CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CFE is #79B301. Grayscale: #707070. Windows color (decimal): -7975682 or 16665734. OLE color: 16665734.
HSL color Cylindrical-coordinate representation of color #864CFE: hue angle of 259.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864CFE is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 76 | 254 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.00 |
| HSL | 259.55º | 0.99% | 0.65% | - |
| HSV(B) | 259.55º | 0.7% | 1% | - |
| XYZ | 30.31 | 17.39 | 95.53 | - |
| YUV | 113.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 254 | 0.47 | 0.70 | 0 | 0.00 | 259.55 | 0.99 | 0.65 |
| Hex | 86 | 4C | FE | 2F | 46 | 0 | 0 | 104 | 63 | 41 |
| Octal | 206 | 114 | 376 | 57 | 106 | 0 | 0 | 404 | 143 | 101 |
| Binary | 10000110 | 1001100 | 11111110 | 101111 | 1000110 | 0 | 0 | 100000100 | 1100011 | 1000001 |
Color Harmonies of #864CFE
Complementary color
Monochromatic Colors of #864CFE
Black with #864CFE
Text Example
Text Example
White with #864CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864CFE; }
p { color: rgb(134,76,254); }
H1.HeaderClassName
{
color: #864CFE;
}
.AnyTagClassName
{
color: #864CFE;
}
</style>
background-color css
<style>
a { background-color: #864CFE; }
a { background-color: rgb(134,76,254); }
div.DivClassName
{
background-color: #864CFE;
}
.BgClassName
{
background-color: #864CFE;
}
</style>
border-color css
<style>
span { border-color: #864CFE; }
span { border-color: rgb(134,76,254); }
td.TdClassName
{
border-color: #864CFE;
}
.TagClassName
{
border-color: #864CFE;
}
</style>