Shades of Light Slate Blue #9F70FA
Tints of Light Slate Blue #9F70FA
RGB
CMYK
RGB Variations
Color information
#9F70FA (or 0x9F70FA) is known color: Light Slate Blue. HEX triplet: 9F, 70 and FA. RGB value is (159,112,250). Sum of RGB (Red+Green+Blue) = 159+112+250=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F70FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F70FA is #608F05. Grayscale: #8D8D8D. Windows color (decimal): -6328070 or 16412831. OLE color: 16412831.
HSL color Cylindrical-coordinate representation of color #9F70FA: hue angle of 260.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F70FA is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 112 | 250 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.02 |
| HSL | 260.43º | 0.93% | 0.71% | - |
| HSV(B) | 260.43º | 0.55% | 0.98% | - |
| XYZ | 37.35 | 25.86 | 93.47 | - |
| YUV | 141.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 250 | 0.36 | 0.55 | 0 | 0.02 | 260.43 | 0.93 | 0.71 |
| Hex | 9F | 70 | FA | 24 | 37 | 0 | 2 | 104 | 5D | 47 |
| Octal | 237 | 160 | 372 | 44 | 67 | 0 | 2 | 404 | 135 | 107 |
| Binary | 10011111 | 1110000 | 11111010 | 100100 | 110111 | 0 | 10 | 100000100 | 1011101 | 1000111 |
Color Harmonies of #9F70FA
Complementary color
Monochromatic Colors of #9F70FA
Black with #9F70FA
Text Example
Text Example
White with #9F70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F70FA; }
p { color: rgb(159,112,250); }
H1.HeaderClassName
{
color: #9F70FA;
}
.AnyTagClassName
{
color: #9F70FA;
}
</style>
background-color css
<style>
a { background-color: #9F70FA; }
a { background-color: rgb(159,112,250); }
div.DivClassName
{
background-color: #9F70FA;
}
.BgClassName
{
background-color: #9F70FA;
}
</style>
border-color css
<style>
span { border-color: #9F70FA; }
span { border-color: rgb(159,112,250); }
td.TdClassName
{
border-color: #9F70FA;
}
.TagClassName
{
border-color: #9F70FA;
}
</style>