Shades of Light Slate Blue #8A63FD
Tints of Light Slate Blue #8A63FD
RGB
CMYK
RGB Variations
Color information
#8A63FD (or 0x8A63FD) is known color: Light Slate Blue. HEX triplet: 8A, 63 and FD. RGB value is (138,99,253). Sum of RGB (Red+Green+Blue) = 138+99+253=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A63FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A63FD is #759C02. Grayscale: #7F7F7F. Windows color (decimal): -7707651 or 16606090. OLE color: 16606090.
HSL color Cylindrical-coordinate representation of color #8A63FD: hue angle of 255.19º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A63FD is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 99 | 253 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.01 |
| HSL | 255.19º | 0.97% | 0.69% | - |
| HSV(B) | 255.19º | 0.61% | 0.99% | - |
| XYZ | 32.67 | 21.42 | 95.34 | - |
| YUV | 128.22 | 198.42 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 253 | 0.45 | 0.61 | 0 | 0.01 | 255.19 | 0.97 | 0.69 |
| Hex | 8A | 63 | FD | 2D | 3D | 0 | 1 | FF | 61 | 45 |
| Octal | 212 | 143 | 375 | 55 | 75 | 0 | 1 | 377 | 141 | 105 |
| Binary | 10001010 | 1100011 | 11111101 | 101101 | 111101 | 0 | 1 | 11111111 | 1100001 | 1000101 |
Color Harmonies of #8A63FD
Complementary color
Monochromatic Colors of #8A63FD
Black with #8A63FD
Text Example
Text Example
White with #8A63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63FD; }
p { color: rgb(138,99,253); }
H1.HeaderClassName
{
color: #8A63FD;
}
.AnyTagClassName
{
color: #8A63FD;
}
</style>
background-color css
<style>
a { background-color: #8A63FD; }
a { background-color: rgb(138,99,253); }
div.DivClassName
{
background-color: #8A63FD;
}
.BgClassName
{
background-color: #8A63FD;
}
</style>
border-color css
<style>
span { border-color: #8A63FD; }
span { border-color: rgb(138,99,253); }
td.TdClassName
{
border-color: #8A63FD;
}
.TagClassName
{
border-color: #8A63FD;
}
</style>