Shades of Light Slate Blue #9F7BFB
Tints of Light Slate Blue #9F7BFB
RGB
CMYK
RGB Variations
Color information
#9F7BFB (or 0x9F7BFB) is known color: Light Slate Blue. HEX triplet: 9F, 7B and FB. RGB value is (159,123,251). Sum of RGB (Red+Green+Blue) = 159+123+251=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F7BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BFB is #608404. Grayscale: #939393. Windows color (decimal): -6325253 or 16481183. OLE color: 16481183.
HSL color Cylindrical-coordinate representation of color #9F7BFB: hue angle of 256.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F7BFB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 123 | 251 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.02 |
| HSL | 256.88º | 0.94% | 0.73% | - |
| HSV(B) | 256.88º | 0.51% | 0.98% | - |
| XYZ | 38.79 | 28.5 | 94.72 | - |
| YUV | 148.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 251 | 0.37 | 0.51 | 0 | 0.02 | 256.88 | 0.94 | 0.73 |
| Hex | 9F | 7B | FB | 25 | 33 | 0 | 2 | 101 | 5E | 49 |
| Octal | 237 | 173 | 373 | 45 | 63 | 0 | 2 | 401 | 136 | 111 |
| Binary | 10011111 | 1111011 | 11111011 | 100101 | 110011 | 0 | 10 | 100000001 | 1011110 | 1001001 |
Color Harmonies of #9F7BFB
Complementary color
Monochromatic Colors of #9F7BFB
Black with #9F7BFB
Text Example
Text Example
White with #9F7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BFB; }
p { color: rgb(159,123,251); }
H1.HeaderClassName
{
color: #9F7BFB;
}
.AnyTagClassName
{
color: #9F7BFB;
}
</style>
background-color css
<style>
a { background-color: #9F7BFB; }
a { background-color: rgb(159,123,251); }
div.DivClassName
{
background-color: #9F7BFB;
}
.BgClassName
{
background-color: #9F7BFB;
}
</style>
border-color css
<style>
span { border-color: #9F7BFB; }
span { border-color: rgb(159,123,251); }
td.TdClassName
{
border-color: #9F7BFB;
}
.TagClassName
{
border-color: #9F7BFB;
}
</style>