Shades of Light Slate Blue #9F7BFA
Tints of Light Slate Blue #9F7BFA
RGB
CMYK
RGB Variations
Color information
#9F7BFA (or 0x9F7BFA) is known color: Light Slate Blue. HEX triplet: 9F, 7B and FA. RGB value is (159,123,250). Sum of RGB (Red+Green+Blue) = 159+123+250=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BFA is #608405. Grayscale: #939393. Windows color (decimal): -6325254 or 16415647. OLE color: 16415647.
HSL color Cylindrical-coordinate representation of color #9F7BFA: hue angle of 257.01º degrees, saturation: 0.93, 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 #9F7BFA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 123 | 250 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.02 |
| HSL | 257.01º | 0.93% | 0.73% | - |
| HSV(B) | 257.01º | 0.51% | 0.98% | - |
| XYZ | 38.64 | 28.44 | 93.9 | - |
| YUV | 148.24 | 185.43 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 250 | 0.36 | 0.51 | 0 | 0.02 | 257.01 | 0.93 | 0.73 |
| Hex | 9F | 7B | FA | 24 | 33 | 0 | 2 | 101 | 5D | 49 |
| Octal | 237 | 173 | 372 | 44 | 63 | 0 | 2 | 401 | 135 | 111 |
| Binary | 10011111 | 1111011 | 11111010 | 100100 | 110011 | 0 | 10 | 100000001 | 1011101 | 1001001 |
Color Harmonies of #9F7BFA
Complementary color
Monochromatic Colors of #9F7BFA
Black with #9F7BFA
Text Example
Text Example
White with #9F7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BFA; }
p { color: rgb(159,123,250); }
H1.HeaderClassName
{
color: #9F7BFA;
}
.AnyTagClassName
{
color: #9F7BFA;
}
</style>
background-color css
<style>
a { background-color: #9F7BFA; }
a { background-color: rgb(159,123,250); }
div.DivClassName
{
background-color: #9F7BFA;
}
.BgClassName
{
background-color: #9F7BFA;
}
</style>
border-color css
<style>
span { border-color: #9F7BFA; }
span { border-color: rgb(159,123,250); }
td.TdClassName
{
border-color: #9F7BFA;
}
.TagClassName
{
border-color: #9F7BFA;
}
</style>