Shades of Light Slate Blue #8963F7
Tints of Light Slate Blue #8963F7
RGB
CMYK
RGB Variations
Color information
#8963F7 (or 0x8963F7) is known color: Light Slate Blue. HEX triplet: 89, 63 and F7. RGB value is (137,99,247). Sum of RGB (Red+Green+Blue) = 137+99+247=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #8963F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8963F7 is #769C08. Grayscale: #7E7E7E. Windows color (decimal): -7773193 or 16212873. OLE color: 16212873.
HSL color Cylindrical-coordinate representation of color #8963F7: hue angle of 255.41º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8963F7 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 99 | 247 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.03 |
| HSL | 255.41º | 0.9% | 0.68% | - |
| HSV(B) | 255.41º | 0.6% | 0.97% | - |
| XYZ | 31.57 | 20.96 | 90.38 | - |
| YUV | 127.23 | 195.59 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 247 | 0.45 | 0.60 | 0 | 0.03 | 255.41 | 0.9 | 0.68 |
| Hex | 89 | 63 | F7 | 2D | 3C | 0 | 3 | FF | 5A | 44 |
| Octal | 211 | 143 | 367 | 55 | 74 | 0 | 3 | 377 | 132 | 104 |
| Binary | 10001001 | 1100011 | 11110111 | 101101 | 111100 | 0 | 11 | 11111111 | 1011010 | 1000100 |
Color Harmonies of #8963F7
Complementary color
Monochromatic Colors of #8963F7
Black with #8963F7
Text Example
Text Example
White with #8963F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8963F7; }
p { color: rgb(137,99,247); }
H1.HeaderClassName
{
color: #8963F7;
}
.AnyTagClassName
{
color: #8963F7;
}
</style>
background-color css
<style>
a { background-color: #8963F7; }
a { background-color: rgb(137,99,247); }
div.DivClassName
{
background-color: #8963F7;
}
.BgClassName
{
background-color: #8963F7;
}
</style>
border-color css
<style>
span { border-color: #8963F7; }
span { border-color: rgb(137,99,247); }
td.TdClassName
{
border-color: #8963F7;
}
.TagClassName
{
border-color: #8963F7;
}
</style>