Shades of Light Slate Blue #9D85F8
Tints of Light Slate Blue #9D85F8
RGB
CMYK
RGB Variations
Color information
#9D85F8 (or 0x9D85F8) is known color: Light Slate Blue. HEX triplet: 9D, 85 and F8. RGB value is (157,133,248). Sum of RGB (Red+Green+Blue) = 157+133+248=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #9D85F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85F8 is #627A07. Grayscale: #989898. Windows color (decimal): -6453768 or 16287133. OLE color: 16287133.
HSL color Cylindrical-coordinate representation of color #9D85F8: hue angle of 252.52º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D85F8 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 133 | 248 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.03 |
| HSL | 252.52º | 0.89% | 0.75% | - |
| HSV(B) | 252.52º | 0.46% | 0.97% | - |
| XYZ | 39.24 | 30.72 | 92.67 | - |
| YUV | 153.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 248 | 0.37 | 0.46 | 0 | 0.03 | 252.52 | 0.89 | 0.75 |
| Hex | 9D | 85 | F8 | 25 | 2E | 0 | 3 | FD | 59 | 4B |
| Octal | 235 | 205 | 370 | 45 | 56 | 0 | 3 | 375 | 131 | 113 |
| Binary | 10011101 | 10000101 | 11111000 | 100101 | 101110 | 0 | 11 | 11111101 | 1011001 | 1001011 |
Color Harmonies of #9D85F8
Complementary color
Monochromatic Colors of #9D85F8
Black with #9D85F8
Text Example
Text Example
White with #9D85F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D85F8; }
p { color: rgb(157,133,248); }
H1.HeaderClassName
{
color: #9D85F8;
}
.AnyTagClassName
{
color: #9D85F8;
}
</style>
background-color css
<style>
a { background-color: #9D85F8; }
a { background-color: rgb(157,133,248); }
div.DivClassName
{
background-color: #9D85F8;
}
.BgClassName
{
background-color: #9D85F8;
}
</style>
border-color css
<style>
span { border-color: #9D85F8; }
span { border-color: rgb(157,133,248); }
td.TdClassName
{
border-color: #9D85F8;
}
.TagClassName
{
border-color: #9D85F8;
}
</style>