Shades of Light Slate Blue #9F70FF
Tints of Light Slate Blue #9F70FF
RGB
CMYK
RGB Variations
Color information
#9F70FF (or 0x9F70FF) is known color: Light Slate Blue. HEX triplet: 9F, 70 and FF. RGB value is (159,112,255). Sum of RGB (Red+Green+Blue) = 159+112+255=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70FF is #608F00. Grayscale: #8D8D8D. Windows color (decimal): -6328065 or 16740511. OLE color: 16740511.
HSL color Cylindrical-coordinate representation of color #9F70FF: hue angle of 259.72º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F70FF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 112 | 255 | - |
| CMYK | 0.38 | 0.56 | 0 | 0 |
| HSL | 259.72º | 1% | 0.72% | - |
| HSV(B) | 259.72º | 0.56% | 1% | - |
| XYZ | 38.14 | 26.18 | 97.65 | - |
| YUV | 142.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 255 | 0.38 | 0.56 | 0 | 0 | 259.72 | 1 | 0.72 |
| Hex | 9F | 70 | FF | 26 | 38 | 0 | 0 | 104 | 64 | 48 |
| Octal | 237 | 160 | 377 | 46 | 70 | 0 | 0 | 404 | 144 | 110 |
| Binary | 10011111 | 1110000 | 11111111 | 100110 | 111000 | 0 | 0 | 100000100 | 1100100 | 1001000 |
Color Harmonies of #9F70FF
Complementary color
Monochromatic Colors of #9F70FF
Black with #9F70FF
Text Example
Text Example
White with #9F70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70FF; }
p { color: rgb(159,112,255); }
H1.HeaderClassName
{
color: #9F70FF;
}
.AnyTagClassName
{
color: #9F70FF;
}
</style>
background-color css
<style>
a { background-color: #9F70FF; }
a { background-color: rgb(159,112,255); }
div.DivClassName
{
background-color: #9F70FF;
}
.BgClassName
{
background-color: #9F70FF;
}
</style>
border-color css
<style>
span { border-color: #9F70FF; }
span { border-color: rgb(159,112,255); }
td.TdClassName
{
border-color: #9F70FF;
}
.TagClassName
{
border-color: #9F70FF;
}
</style>