Shades of Medium Slate Blue #864AFC
Tints of Medium Slate Blue #864AFC
RGB
CMYK
RGB Variations
Color information
#864AFC (or 0x864AFC) is known color: Medium Slate Blue. HEX triplet: 86, 4A and FC. RGB value is (134,74,252). Sum of RGB (Red+Green+Blue) = 134+74+252=460 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.13% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #864AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #864AFC is #79B503. Grayscale: #6F6F6F. Windows color (decimal): -7976196 or 16534150. OLE color: 16534150.
HSL color Cylindrical-coordinate representation of color #864AFC: hue angle of 260.22º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #864AFC is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 74 | 252 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.01 |
| HSL | 260.22º | 0.97% | 0.64% | - |
| HSV(B) | 260.22º | 0.71% | 0.99% | - |
| XYZ | 29.85 | 16.99 | 93.8 | - |
| YUV | 112.23 | 206.88 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 252 | 0.47 | 0.71 | 0 | 0.01 | 260.22 | 0.97 | 0.64 |
| Hex | 86 | 4A | FC | 2F | 47 | 0 | 1 | 104 | 61 | 40 |
| Octal | 206 | 112 | 374 | 57 | 107 | 0 | 1 | 404 | 141 | 100 |
| Binary | 10000110 | 1001010 | 11111100 | 101111 | 1000111 | 0 | 1 | 100000100 | 1100001 | 1000000 |
Color Harmonies of #864AFC
Complementary color
Monochromatic Colors of #864AFC
Black with #864AFC
Text Example
Text Example
White with #864AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864AFC; }
p { color: rgb(134,74,252); }
H1.HeaderClassName
{
color: #864AFC;
}
.AnyTagClassName
{
color: #864AFC;
}
</style>
background-color css
<style>
a { background-color: #864AFC; }
a { background-color: rgb(134,74,252); }
div.DivClassName
{
background-color: #864AFC;
}
.BgClassName
{
background-color: #864AFC;
}
</style>
border-color css
<style>
span { border-color: #864AFC; }
span { border-color: rgb(134,74,252); }
td.TdClassName
{
border-color: #864AFC;
}
.TagClassName
{
border-color: #864AFC;
}
</style>