Shades of Light Slate Blue #9D85FA
Tints of Light Slate Blue #9D85FA
RGB
CMYK
RGB Variations
Color information
#9D85FA (or 0x9D85FA) is known color: Light Slate Blue. HEX triplet: 9D, 85 and FA. RGB value is (157,133,250). Sum of RGB (Red+Green+Blue) = 157+133+250=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D85FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85FA is #627A05. Grayscale: #999999. Windows color (decimal): -6453766 or 16418205. OLE color: 16418205.
HSL color Cylindrical-coordinate representation of color #9D85FA: hue angle of 252.31º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D85FA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 133 | 250 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.02 |
| HSL | 252.31º | 0.92% | 0.75% | - |
| HSV(B) | 252.31º | 0.47% | 0.98% | - |
| XYZ | 39.55 | 30.85 | 94.31 | - |
| YUV | 153.51 | 182.45 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 250 | 0.37 | 0.47 | 0 | 0.02 | 252.31 | 0.92 | 0.75 |
| Hex | 9D | 85 | FA | 25 | 2F | 0 | 2 | FC | 5C | 4B |
| Octal | 235 | 205 | 372 | 45 | 57 | 0 | 2 | 374 | 134 | 113 |
| Binary | 10011101 | 10000101 | 11111010 | 100101 | 101111 | 0 | 10 | 11111100 | 1011100 | 1001011 |
Color Harmonies of #9D85FA
Complementary color
Monochromatic Colors of #9D85FA
Black with #9D85FA
Text Example
Text Example
White with #9D85FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D85FA; }
p { color: rgb(157,133,250); }
H1.HeaderClassName
{
color: #9D85FA;
}
.AnyTagClassName
{
color: #9D85FA;
}
</style>
background-color css
<style>
a { background-color: #9D85FA; }
a { background-color: rgb(157,133,250); }
div.DivClassName
{
background-color: #9D85FA;
}
.BgClassName
{
background-color: #9D85FA;
}
</style>
border-color css
<style>
span { border-color: #9D85FA; }
span { border-color: rgb(157,133,250); }
td.TdClassName
{
border-color: #9D85FA;
}
.TagClassName
{
border-color: #9D85FA;
}
</style>