Shades of Light Slate Blue #8A63FC
Tints of Light Slate Blue #8A63FC
RGB
CMYK
RGB Variations
Color information
#8A63FC (or 0x8A63FC) is known color: Light Slate Blue. HEX triplet: 8A, 63 and FC. RGB value is (138,99,252). Sum of RGB (Red+Green+Blue) = 138+99+252=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A63FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A63FC is #759C03. Grayscale: #7F7F7F. Windows color (decimal): -7707652 or 16540554. OLE color: 16540554.
HSL color Cylindrical-coordinate representation of color #8A63FC: hue angle of 255.29º degrees, saturation: 0.96, 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 #8A63FC is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 99 | 252 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.01 |
| HSL | 255.29º | 0.96% | 0.69% | - |
| HSV(B) | 255.29º | 0.61% | 0.99% | - |
| XYZ | 32.51 | 21.36 | 94.5 | - |
| YUV | 128.1 | 197.92 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 252 | 0.45 | 0.61 | 0 | 0.01 | 255.29 | 0.96 | 0.69 |
| Hex | 8A | 63 | FC | 2D | 3D | 0 | 1 | FF | 60 | 45 |
| Octal | 212 | 143 | 374 | 55 | 75 | 0 | 1 | 377 | 140 | 105 |
| Binary | 10001010 | 1100011 | 11111100 | 101101 | 111101 | 0 | 1 | 11111111 | 1100000 | 1000101 |
Color Harmonies of #8A63FC
Complementary color
Monochromatic Colors of #8A63FC
Black with #8A63FC
Text Example
Text Example
White with #8A63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A63FC; }
p { color: rgb(138,99,252); }
H1.HeaderClassName
{
color: #8A63FC;
}
.AnyTagClassName
{
color: #8A63FC;
}
</style>
background-color css
<style>
a { background-color: #8A63FC; }
a { background-color: rgb(138,99,252); }
div.DivClassName
{
background-color: #8A63FC;
}
.BgClassName
{
background-color: #8A63FC;
}
</style>
border-color css
<style>
span { border-color: #8A63FC; }
span { border-color: rgb(138,99,252); }
td.TdClassName
{
border-color: #8A63FC;
}
.TagClassName
{
border-color: #8A63FC;
}
</style>