Shades of Light Slate Blue #9D8EFA
Tints of Light Slate Blue #9D8EFA
RGB
CMYK
RGB Variations
Color information
#9D8EFA (or 0x9D8EFA) is known color: Light Slate Blue. HEX triplet: 9D, 8E and FA. RGB value is (157,142,250). Sum of RGB (Red+Green+Blue) = 157+142+250=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D8EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8EFA is #627105. Grayscale: #9E9E9E. Windows color (decimal): -6451462 or 16420509. OLE color: 16420509.
HSL color Cylindrical-coordinate representation of color #9D8EFA: hue angle of 248.33º degrees, saturation: 0.92, 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 #9D8EFA is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 142 | 250 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.02 |
| HSL | 248.33º | 0.92% | 0.77% | - |
| HSV(B) | 248.33º | 0.43% | 0.98% | - |
| XYZ | 40.83 | 33.42 | 94.74 | - |
| YUV | 158.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 250 | 0.37 | 0.43 | 0 | 0.02 | 248.33 | 0.92 | 0.77 |
| Hex | 9D | 8E | FA | 25 | 2B | 0 | 2 | F8 | 5C | 4D |
| Octal | 235 | 216 | 372 | 45 | 53 | 0 | 2 | 370 | 134 | 115 |
| Binary | 10011101 | 10001110 | 11111010 | 100101 | 101011 | 0 | 10 | 11111000 | 1011100 | 1001101 |
Color Harmonies of #9D8EFA
Complementary color
Monochromatic Colors of #9D8EFA
Black with #9D8EFA
Text Example
Text Example
White with #9D8EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8EFA; }
p { color: rgb(157,142,250); }
H1.HeaderClassName
{
color: #9D8EFA;
}
.AnyTagClassName
{
color: #9D8EFA;
}
</style>
background-color css
<style>
a { background-color: #9D8EFA; }
a { background-color: rgb(157,142,250); }
div.DivClassName
{
background-color: #9D8EFA;
}
.BgClassName
{
background-color: #9D8EFA;
}
</style>
border-color css
<style>
span { border-color: #9D8EFA; }
span { border-color: rgb(157,142,250); }
td.TdClassName
{
border-color: #9D8EFA;
}
.TagClassName
{
border-color: #9D8EFA;
}
</style>