Shades of Light Slate Blue #9D8FFA
Tints of Light Slate Blue #9D8FFA
RGB
CMYK
RGB Variations
Color information
#9D8FFA (or 0x9D8FFA) is known color: Light Slate Blue. HEX triplet: 9D, 8F and FA. RGB value is (157,143,250). Sum of RGB (Red+Green+Blue) = 157+143+250=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D8FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8FFA is #627005. Grayscale: #9E9E9E. Windows color (decimal): -6451206 or 16420765. OLE color: 16420765.
HSL color Cylindrical-coordinate representation of color #9D8FFA: hue angle of 247.85º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D8FFA is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 143 | 250 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 247.85º | 0.91% | 0.77% | - |
| HSV(B) | 247.85º | 0.43% | 0.98% | - |
| XYZ | 40.98 | 33.72 | 94.79 | - |
| YUV | 159.38 | 179.14 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 250 | 0.37 | 0.43 | 0 | 0.02 | 247.85 | 0.91 | 0.77 |
| Hex | 9D | 8F | FA | 25 | 2B | 0 | 2 | F8 | 5B | 4D |
| Octal | 235 | 217 | 372 | 45 | 53 | 0 | 2 | 370 | 133 | 115 |
| Binary | 10011101 | 10001111 | 11111010 | 100101 | 101011 | 0 | 10 | 11111000 | 1011011 | 1001101 |
Color Harmonies of #9D8FFA
Complementary color
Monochromatic Colors of #9D8FFA
Black with #9D8FFA
Text Example
Text Example
White with #9D8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FFA; }
p { color: rgb(157,143,250); }
H1.HeaderClassName
{
color: #9D8FFA;
}
.AnyTagClassName
{
color: #9D8FFA;
}
</style>
background-color css
<style>
a { background-color: #9D8FFA; }
a { background-color: rgb(157,143,250); }
div.DivClassName
{
background-color: #9D8FFA;
}
.BgClassName
{
background-color: #9D8FFA;
}
</style>
border-color css
<style>
span { border-color: #9D8FFA; }
span { border-color: rgb(157,143,250); }
td.TdClassName
{
border-color: #9D8FFA;
}
.TagClassName
{
border-color: #9D8FFA;
}
</style>