Shades of Light Slate Blue #9F6BFC
Tints of Light Slate Blue #9F6BFC
RGB
CMYK
RGB Variations
Color information
#9F6BFC (or 0x9F6BFC) is known color: Light Slate Blue. HEX triplet: 9F, 6B and FC. RGB value is (159,107,252). Sum of RGB (Red+Green+Blue) = 159+107+252=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F6BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BFC is #609403. Grayscale: #8A8A8A. Windows color (decimal): -6329348 or 16542623. OLE color: 16542623.
HSL color Cylindrical-coordinate representation of color #9F6BFC: hue angle of 261.52º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F6BFC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 107 | 252 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.01 |
| HSL | 261.52º | 0.96% | 0.7% | - |
| HSV(B) | 261.52º | 0.58% | 0.99% | - |
| XYZ | 37.13 | 24.91 | 94.95 | - |
| YUV | 139.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 252 | 0.37 | 0.58 | 0 | 0.01 | 261.52 | 0.96 | 0.7 |
| Hex | 9F | 6B | FC | 25 | 3A | 0 | 1 | 106 | 60 | 46 |
| Octal | 237 | 153 | 374 | 45 | 72 | 0 | 1 | 406 | 140 | 106 |
| Binary | 10011111 | 1101011 | 11111100 | 100101 | 111010 | 0 | 1 | 100000110 | 1100000 | 1000110 |
Color Harmonies of #9F6BFC
Complementary color
Monochromatic Colors of #9F6BFC
Black with #9F6BFC
Text Example
Text Example
White with #9F6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6BFC; }
p { color: rgb(159,107,252); }
H1.HeaderClassName
{
color: #9F6BFC;
}
.AnyTagClassName
{
color: #9F6BFC;
}
</style>
background-color css
<style>
a { background-color: #9F6BFC; }
a { background-color: rgb(159,107,252); }
div.DivClassName
{
background-color: #9F6BFC;
}
.BgClassName
{
background-color: #9F6BFC;
}
</style>
border-color css
<style>
span { border-color: #9F6BFC; }
span { border-color: rgb(159,107,252); }
td.TdClassName
{
border-color: #9F6BFC;
}
.TagClassName
{
border-color: #9F6BFC;
}
</style>