Shades of Light Slate Blue #8463FF
Tints of Light Slate Blue #8463FF
RGB
CMYK
RGB Variations
Color information
#8463FF (or 0x8463FF) is known color: Light Slate Blue. HEX triplet: 84, 63 and FF. RGB value is (132,99,255). Sum of RGB (Red+Green+Blue) = 132+99+255=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #8463FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8463FF is #7B9C00. Grayscale: #7E7E7E. Windows color (decimal): -8100865 or 16737156. OLE color: 16737156.
HSL color Cylindrical-coordinate representation of color #8463FF: hue angle of 252.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8463FF is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 99 | 255 | - |
| CMYK | 0.48 | 0.61 | 0 | 0 |
| HSL | 252.69º | 1% | 0.69% | - |
| HSV(B) | 252.69º | 0.61% | 1% | - |
| XYZ | 32.03 | 21.05 | 96.98 | - |
| YUV | 126.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 255 | 0.48 | 0.61 | 0 | 0 | 252.69 | 1 | 0.69 |
| Hex | 84 | 63 | FF | 30 | 3D | 0 | 0 | FD | 64 | 45 |
| Octal | 204 | 143 | 377 | 60 | 75 | 0 | 0 | 375 | 144 | 105 |
| Binary | 10000100 | 1100011 | 11111111 | 110000 | 111101 | 0 | 0 | 11111101 | 1100100 | 1000101 |
Color Harmonies of #8463FF
Complementary color
Monochromatic Colors of #8463FF
Black with #8463FF
Text Example
Text Example
White with #8463FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463FF; }
p { color: rgb(132,99,255); }
H1.HeaderClassName
{
color: #8463FF;
}
.AnyTagClassName
{
color: #8463FF;
}
</style>
background-color css
<style>
a { background-color: #8463FF; }
a { background-color: rgb(132,99,255); }
div.DivClassName
{
background-color: #8463FF;
}
.BgClassName
{
background-color: #8463FF;
}
</style>
border-color css
<style>
span { border-color: #8463FF; }
span { border-color: rgb(132,99,255); }
td.TdClassName
{
border-color: #8463FF;
}
.TagClassName
{
border-color: #8463FF;
}
</style>