Shades of Light Slate Blue #9D70F8
Tints of Light Slate Blue #9D70F8
RGB
CMYK
RGB Variations
Color information
#9D70F8 (or 0x9D70F8) is known color: Light Slate Blue. HEX triplet: 9D, 70 and F8. RGB value is (157,112,248). Sum of RGB (Red+Green+Blue) = 157+112+248=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #9D70F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D70F8 is #628F07. Grayscale: #8C8C8C. Windows color (decimal): -6459144 or 16281757. OLE color: 16281757.
HSL color Cylindrical-coordinate representation of color #9D70F8: hue angle of 259.85º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D70F8 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 112 | 248 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.03 |
| HSL | 259.85º | 0.91% | 0.71% | - |
| HSV(B) | 259.85º | 0.55% | 0.97% | - |
| XYZ | 36.64 | 25.53 | 91.8 | - |
| YUV | 140.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 248 | 0.37 | 0.55 | 0 | 0.03 | 259.85 | 0.91 | 0.71 |
| Hex | 9D | 70 | F8 | 25 | 37 | 0 | 3 | 104 | 5B | 47 |
| Octal | 235 | 160 | 370 | 45 | 67 | 0 | 3 | 404 | 133 | 107 |
| Binary | 10011101 | 1110000 | 11111000 | 100101 | 110111 | 0 | 11 | 100000100 | 1011011 | 1000111 |
Color Harmonies of #9D70F8
Complementary color
Monochromatic Colors of #9D70F8
Black with #9D70F8
Text Example
Text Example
White with #9D70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D70F8; }
p { color: rgb(157,112,248); }
H1.HeaderClassName
{
color: #9D70F8;
}
.AnyTagClassName
{
color: #9D70F8;
}
</style>
background-color css
<style>
a { background-color: #9D70F8; }
a { background-color: rgb(157,112,248); }
div.DivClassName
{
background-color: #9D70F8;
}
.BgClassName
{
background-color: #9D70F8;
}
</style>
border-color css
<style>
span { border-color: #9D70F8; }
span { border-color: rgb(157,112,248); }
td.TdClassName
{
border-color: #9D70F8;
}
.TagClassName
{
border-color: #9D70F8;
}
</style>