Shades of Light Slate Blue #8F63FB
Tints of Light Slate Blue #8F63FB
RGB
CMYK
RGB Variations
Color information
#8F63FB (or 0x8F63FB) is known color: Light Slate Blue. HEX triplet: 8F, 63 and FB. RGB value is (143,99,251). Sum of RGB (Red+Green+Blue) = 143+99+251=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F63FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F63FB is #709C04. Grayscale: #808080. Windows color (decimal): -7379973 or 16475023. OLE color: 16475023.
HSL color Cylindrical-coordinate representation of color #8F63FB: hue angle of 257.37º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F63FB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 99 | 251 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.02 |
| HSL | 257.37º | 0.95% | 0.69% | - |
| HSV(B) | 257.37º | 0.61% | 0.98% | - |
| XYZ | 33.2 | 21.73 | 93.71 | - |
| YUV | 129.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 99 | 251 | 0.43 | 0.61 | 0 | 0.02 | 257.37 | 0.95 | 0.69 |
| Hex | 8F | 63 | FB | 2B | 3D | 0 | 2 | 101 | 5F | 45 |
| Octal | 217 | 143 | 373 | 53 | 75 | 0 | 2 | 401 | 137 | 105 |
| Binary | 10001111 | 1100011 | 11111011 | 101011 | 111101 | 0 | 10 | 100000001 | 1011111 | 1000101 |
Color Harmonies of #8F63FB
Complementary color
Monochromatic Colors of #8F63FB
Black with #8F63FB
Text Example
Text Example
White with #8F63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F63FB; }
p { color: rgb(143,99,251); }
H1.HeaderClassName
{
color: #8F63FB;
}
.AnyTagClassName
{
color: #8F63FB;
}
</style>
background-color css
<style>
a { background-color: #8F63FB; }
a { background-color: rgb(143,99,251); }
div.DivClassName
{
background-color: #8F63FB;
}
.BgClassName
{
background-color: #8F63FB;
}
</style>
border-color css
<style>
span { border-color: #8F63FB; }
span { border-color: rgb(143,99,251); }
td.TdClassName
{
border-color: #8F63FB;
}
.TagClassName
{
border-color: #8F63FB;
}
</style>