Shades of Medium Slate Blue #8463EF
Tints of Medium Slate Blue #8463EF
RGB
CMYK
RGB Variations
Color information
#8463EF (or 0x8463EF) is known color: Medium Slate Blue. HEX triplet: 84, 63 and EF. RGB value is (132,99,239). Sum of RGB (Red+Green+Blue) = 132+99+239=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #8463EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8463EF is #7B9C10. Grayscale: #7C7C7C. Windows color (decimal): -8100881 or 15688580. OLE color: 15688580.
HSL color Cylindrical-coordinate representation of color #8463EF: hue angle of 254.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8463EF is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 99 | 239 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.06 |
| HSL | 254.14º | 0.81% | 0.66% | - |
| HSV(B) | 254.14º | 0.59% | 0.94% | - |
| XYZ | 29.56 | 20.06 | 83.98 | - |
| YUV | 124.83 | 192.43 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 239 | 0.45 | 0.59 | 0 | 0.06 | 254.14 | 0.81 | 0.66 |
| Hex | 84 | 63 | EF | 2D | 3B | 0 | 6 | FE | 51 | 42 |
| Octal | 204 | 143 | 357 | 55 | 73 | 0 | 6 | 376 | 121 | 102 |
| Binary | 10000100 | 1100011 | 11101111 | 101101 | 111011 | 0 | 110 | 11111110 | 1010001 | 1000010 |
Color Harmonies of #8463EF
Complementary color
Monochromatic Colors of #8463EF
Black with #8463EF
Text Example
Text Example
White with #8463EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463EF; }
p { color: rgb(132,99,239); }
H1.HeaderClassName
{
color: #8463EF;
}
.AnyTagClassName
{
color: #8463EF;
}
</style>
background-color css
<style>
a { background-color: #8463EF; }
a { background-color: rgb(132,99,239); }
div.DivClassName
{
background-color: #8463EF;
}
.BgClassName
{
background-color: #8463EF;
}
</style>
border-color css
<style>
span { border-color: #8463EF; }
span { border-color: rgb(132,99,239); }
td.TdClassName
{
border-color: #8463EF;
}
.TagClassName
{
border-color: #8463EF;
}
</style>