Shades of Light Slate Blue #8463FA
Tints of Light Slate Blue #8463FA
RGB
CMYK
RGB Variations
Color information
#8463FA (or 0x8463FA) is known color: Light Slate Blue. HEX triplet: 84, 63 and FA. RGB value is (132,99,250). Sum of RGB (Red+Green+Blue) = 132+99+250=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #8463FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8463FA is #7B9C05. Grayscale: #7D7D7D. Windows color (decimal): -8100870 or 16409476. OLE color: 16409476.
HSL color Cylindrical-coordinate representation of color #8463FA: hue angle of 253.11º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8463FA is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 99 | 250 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.02 |
| HSL | 253.11º | 0.94% | 0.68% | - |
| HSV(B) | 253.11º | 0.6% | 0.98% | - |
| XYZ | 31.23 | 20.73 | 92.8 | - |
| YUV | 126.08 | 197.93 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 250 | 0.47 | 0.60 | 0 | 0.02 | 253.11 | 0.94 | 0.68 |
| Hex | 84 | 63 | FA | 2F | 3C | 0 | 2 | FD | 5E | 44 |
| Octal | 204 | 143 | 372 | 57 | 74 | 0 | 2 | 375 | 136 | 104 |
| Binary | 10000100 | 1100011 | 11111010 | 101111 | 111100 | 0 | 10 | 11111101 | 1011110 | 1000100 |
Color Harmonies of #8463FA
Complementary color
Monochromatic Colors of #8463FA
Black with #8463FA
Text Example
Text Example
White with #8463FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8463FA; }
p { color: rgb(132,99,250); }
H1.HeaderClassName
{
color: #8463FA;
}
.AnyTagClassName
{
color: #8463FA;
}
</style>
background-color css
<style>
a { background-color: #8463FA; }
a { background-color: rgb(132,99,250); }
div.DivClassName
{
background-color: #8463FA;
}
.BgClassName
{
background-color: #8463FA;
}
</style>
border-color css
<style>
span { border-color: #8463FA; }
span { border-color: rgb(132,99,250); }
td.TdClassName
{
border-color: #8463FA;
}
.TagClassName
{
border-color: #8463FA;
}
</style>