Shades of Light Slate Blue #9F6BFB
Tints of Light Slate Blue #9F6BFB
RGB
CMYK
RGB Variations
Color information
#9F6BFB (or 0x9F6BFB) is known color: Light Slate Blue. HEX triplet: 9F, 6B and FB. RGB value is (159,107,251). Sum of RGB (Red+Green+Blue) = 159+107+251=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F6BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BFB is #609404. Grayscale: #8A8A8A. Windows color (decimal): -6329349 or 16477087. OLE color: 16477087.
HSL color Cylindrical-coordinate representation of color #9F6BFB: hue angle of 261.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F6BFB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 107 | 251 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.02 |
| HSL | 261.67º | 0.95% | 0.7% | - |
| HSV(B) | 261.67º | 0.57% | 0.98% | - |
| XYZ | 36.97 | 24.85 | 94.12 | - |
| YUV | 138.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 251 | 0.37 | 0.57 | 0 | 0.02 | 261.67 | 0.95 | 0.7 |
| Hex | 9F | 6B | FB | 25 | 39 | 0 | 2 | 106 | 5F | 46 |
| Octal | 237 | 153 | 373 | 45 | 71 | 0 | 2 | 406 | 137 | 106 |
| Binary | 10011111 | 1101011 | 11111011 | 100101 | 111001 | 0 | 10 | 100000110 | 1011111 | 1000110 |
Color Harmonies of #9F6BFB
Complementary color
Monochromatic Colors of #9F6BFB
Black with #9F6BFB
Text Example
Text Example
White with #9F6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6BFB; }
p { color: rgb(159,107,251); }
H1.HeaderClassName
{
color: #9F6BFB;
}
.AnyTagClassName
{
color: #9F6BFB;
}
</style>
background-color css
<style>
a { background-color: #9F6BFB; }
a { background-color: rgb(159,107,251); }
div.DivClassName
{
background-color: #9F6BFB;
}
.BgClassName
{
background-color: #9F6BFB;
}
</style>
border-color css
<style>
span { border-color: #9F6BFB; }
span { border-color: rgb(159,107,251); }
td.TdClassName
{
border-color: #9F6BFB;
}
.TagClassName
{
border-color: #9F6BFB;
}
</style>