Shades of Light Slate Blue #8963FB
Tints of Light Slate Blue #8963FB
RGB
CMYK
RGB Variations
Color information
#8963FB (or 0x8963FB) is known color: Light Slate Blue. HEX triplet: 89, 63 and FB. RGB value is (137,99,251). Sum of RGB (Red+Green+Blue) = 137+99+251=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #8963FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963FB is #769C04. Grayscale: #7F7F7F. Windows color (decimal): -7773189 or 16475017. OLE color: 16475017.
HSL color Cylindrical-coordinate representation of color #8963FB: hue angle of 255º 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 #8963FB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 99 | 251 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.02 |
| HSL | 255º | 0.95% | 0.69% | - |
| HSV(B) | 255º | 0.61% | 0.98% | - |
| XYZ | 32.19 | 21.21 | 93.66 | - |
| YUV | 127.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 251 | 0.45 | 0.61 | 0 | 0.02 | 255 | 0.95 | 0.69 |
| Hex | 89 | 63 | FB | 2D | 3D | 0 | 2 | FF | 5F | 45 |
| Octal | 211 | 143 | 373 | 55 | 75 | 0 | 2 | 377 | 137 | 105 |
| Binary | 10001001 | 1100011 | 11111011 | 101101 | 111101 | 0 | 10 | 11111111 | 1011111 | 1000101 |
Color Harmonies of #8963FB
Complementary color
Monochromatic Colors of #8963FB
Black with #8963FB
Text Example
Text Example
White with #8963FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963FB; }
p { color: rgb(137,99,251); }
H1.HeaderClassName
{
color: #8963FB;
}
.AnyTagClassName
{
color: #8963FB;
}
</style>
background-color css
<style>
a { background-color: #8963FB; }
a { background-color: rgb(137,99,251); }
div.DivClassName
{
background-color: #8963FB;
}
.BgClassName
{
background-color: #8963FB;
}
</style>
border-color css
<style>
span { border-color: #8963FB; }
span { border-color: rgb(137,99,251); }
td.TdClassName
{
border-color: #8963FB;
}
.TagClassName
{
border-color: #8963FB;
}
</style>