Shades of Light Slate Blue #9D93FE
Tints of Light Slate Blue #9D93FE
RGB
CMYK
RGB Variations
Color information
#9D93FE (or 0x9D93FE) is known color: Light Slate Blue. HEX triplet: 9D, 93 and FE. RGB value is (157,147,254). Sum of RGB (Red+Green+Blue) = 157+147+254=558 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.14% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D93FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D93FE is #626C01. Grayscale: #A1A1A1. Windows color (decimal): -6450178 or 16683933. OLE color: 16683933.
HSL color Cylindrical-coordinate representation of color #9D93FE: hue angle of 245.61º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D93FE is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 147 | 254 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.00 |
| HSL | 245.61º | 0.98% | 0.79% | - |
| HSV(B) | 245.61º | 0.42% | 1% | - |
| XYZ | 42.23 | 35.19 | 98.33 | - |
| YUV | 162.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 254 | 0.38 | 0.42 | 0 | 0.00 | 245.61 | 0.98 | 0.79 |
| Hex | 9D | 93 | FE | 26 | 2A | 0 | 0 | F6 | 62 | 4F |
| Octal | 235 | 223 | 376 | 46 | 52 | 0 | 0 | 366 | 142 | 117 |
| Binary | 10011101 | 10010011 | 11111110 | 100110 | 101010 | 0 | 0 | 11110110 | 1100010 | 1001111 |
Color Harmonies of #9D93FE
Complementary color
Monochromatic Colors of #9D93FE
Black with #9D93FE
Text Example
Text Example
White with #9D93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93FE; }
p { color: rgb(157,147,254); }
H1.HeaderClassName
{
color: #9D93FE;
}
.AnyTagClassName
{
color: #9D93FE;
}
</style>
background-color css
<style>
a { background-color: #9D93FE; }
a { background-color: rgb(157,147,254); }
div.DivClassName
{
background-color: #9D93FE;
}
.BgClassName
{
background-color: #9D93FE;
}
</style>
border-color css
<style>
span { border-color: #9D93FE; }
span { border-color: rgb(157,147,254); }
td.TdClassName
{
border-color: #9D93FE;
}
.TagClassName
{
border-color: #9D93FE;
}
</style>