Shades of Light Slate Blue #8D93FF
Tints of Light Slate Blue #8D93FF
RGB
CMYK
RGB Variations
Color information
#8D93FF (or 0x8D93FF) is known color: Light Slate Blue. HEX triplet: 8D, 93 and FF. RGB value is (141,147,255). Sum of RGB (Red+Green+Blue) = 141+147+255=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D93FF is #726C00. Grayscale: #9D9D9D. Windows color (decimal): -7498753 or 16749453. OLE color: 16749453.
HSL color Cylindrical-coordinate representation of color #8D93FF: hue angle of 236.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D93FF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 147 | 255 | - |
| CMYK | 0.45 | 0.42 | 0 | 0 |
| HSL | 236.84º | 1% | 0.78% | - |
| HSV(B) | 236.84º | 0.45% | 1% | - |
| XYZ | 39.47 | 33.75 | 99.04 | - |
| YUV | 157.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 255 | 0.45 | 0.42 | 0 | 0 | 236.84 | 1 | 0.78 |
| Hex | 8D | 93 | FF | 2D | 2A | 0 | 0 | ED | 64 | 4E |
| Octal | 215 | 223 | 377 | 55 | 52 | 0 | 0 | 355 | 144 | 116 |
| Binary | 10001101 | 10010011 | 11111111 | 101101 | 101010 | 0 | 0 | 11101101 | 1100100 | 1001110 |
Color Harmonies of #8D93FF
Complementary color
Monochromatic Colors of #8D93FF
Black with #8D93FF
Text Example
Text Example
White with #8D93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D93FF; }
p { color: rgb(141,147,255); }
H1.HeaderClassName
{
color: #8D93FF;
}
.AnyTagClassName
{
color: #8D93FF;
}
</style>
background-color css
<style>
a { background-color: #8D93FF; }
a { background-color: rgb(141,147,255); }
div.DivClassName
{
background-color: #8D93FF;
}
.BgClassName
{
background-color: #8D93FF;
}
</style>
border-color css
<style>
span { border-color: #8D93FF; }
span { border-color: rgb(141,147,255); }
td.TdClassName
{
border-color: #8D93FF;
}
.TagClassName
{
border-color: #8D93FF;
}
</style>