Shades of Light Slate Blue #9656FB
Tints of Light Slate Blue #9656FB
RGB
CMYK
RGB Variations
Color information
#9656FB (or 0x9656FB) is known color: Light Slate Blue. HEX triplet: 96, 56 and FB. RGB value is (150,86,251). Sum of RGB (Red+Green+Blue) = 150+86+251=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 86 (33.98% from 255 or 17.66% 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 #9656FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656FB is #69A904. Grayscale: #7B7B7B. Windows color (decimal): -6924549 or 16471702. OLE color: 16471702.
HSL color Cylindrical-coordinate representation of color #9656FB: hue angle of 263.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9656FB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 86 | 251 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.02 |
| HSL | 263.27º | 0.95% | 0.66% | - |
| HSV(B) | 263.27º | 0.66% | 0.98% | - |
| XYZ | 33.32 | 20.1 | 93.39 | - |
| YUV | 123.95 | 199.7 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 251 | 0.40 | 0.66 | 0 | 0.02 | 263.27 | 0.95 | 0.66 |
| Hex | 96 | 56 | FB | 28 | 42 | 0 | 2 | 107 | 5F | 42 |
| Octal | 226 | 126 | 373 | 50 | 102 | 0 | 2 | 407 | 137 | 102 |
| Binary | 10010110 | 1010110 | 11111011 | 101000 | 1000010 | 0 | 10 | 100000111 | 1011111 | 1000010 |
Color Harmonies of #9656FB
Complementary color
Monochromatic Colors of #9656FB
Black with #9656FB
Text Example
Text Example
White with #9656FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656FB; }
p { color: rgb(150,86,251); }
H1.HeaderClassName
{
color: #9656FB;
}
.AnyTagClassName
{
color: #9656FB;
}
</style>
background-color css
<style>
a { background-color: #9656FB; }
a { background-color: rgb(150,86,251); }
div.DivClassName
{
background-color: #9656FB;
}
.BgClassName
{
background-color: #9656FB;
}
</style>
border-color css
<style>
span { border-color: #9656FB; }
span { border-color: rgb(150,86,251); }
td.TdClassName
{
border-color: #9656FB;
}
.TagClassName
{
border-color: #9656FB;
}
</style>