Shades of Medium Slate Blue #864CFD
Tints of Medium Slate Blue #864CFD
RGB
CMYK
RGB Variations
Color information
#864CFD (or 0x864CFD) is known color: Medium Slate Blue. HEX triplet: 86, 4C and FD. RGB value is (134,76,253). Sum of RGB (Red+Green+Blue) = 134+76+253=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #864CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864CFD is #79B302. Grayscale: #707070. Windows color (decimal): -7975683 or 16600198. OLE color: 16600198.
HSL color Cylindrical-coordinate representation of color #864CFD: hue angle of 259.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864CFD is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 76 | 253 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.01 |
| HSL | 259.66º | 0.98% | 0.65% | - |
| HSV(B) | 259.66º | 0.7% | 0.99% | - |
| XYZ | 30.15 | 17.33 | 94.68 | - |
| YUV | 113.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 76 | 253 | 0.47 | 0.70 | 0 | 0.01 | 259.66 | 0.98 | 0.65 |
| Hex | 86 | 4C | FD | 2F | 46 | 0 | 1 | 104 | 62 | 41 |
| Octal | 206 | 114 | 375 | 57 | 106 | 0 | 1 | 404 | 142 | 101 |
| Binary | 10000110 | 1001100 | 11111101 | 101111 | 1000110 | 0 | 1 | 100000100 | 1100010 | 1000001 |
Color Harmonies of #864CFD
Complementary color
Monochromatic Colors of #864CFD
Black with #864CFD
Text Example
Text Example
White with #864CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864CFD; }
p { color: rgb(134,76,253); }
H1.HeaderClassName
{
color: #864CFD;
}
.AnyTagClassName
{
color: #864CFD;
}
</style>
background-color css
<style>
a { background-color: #864CFD; }
a { background-color: rgb(134,76,253); }
div.DivClassName
{
background-color: #864CFD;
}
.BgClassName
{
background-color: #864CFD;
}
</style>
border-color css
<style>
span { border-color: #864CFD; }
span { border-color: rgb(134,76,253); }
td.TdClassName
{
border-color: #864CFD;
}
.TagClassName
{
border-color: #864CFD;
}
</style>