Shades of Light Slate Blue #8D83FA
Tints of Light Slate Blue #8D83FA
RGB
CMYK
RGB Variations
Color information
#8D83FA (or 0x8D83FA) is known color: Light Slate Blue. HEX triplet: 8D, 83 and FA. RGB value is (141,131,250). Sum of RGB (Red+Green+Blue) = 141+131+250=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D83FA is #727C05. Grayscale: #939393. Windows color (decimal): -7502854 or 16417677. OLE color: 16417677.
HSL color Cylindrical-coordinate representation of color #8D83FA: hue angle of 245.04º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D83FA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 131 | 250 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.02 |
| HSL | 245.04º | 0.92% | 0.75% | - |
| HSV(B) | 245.04º | 0.48% | 0.98% | - |
| XYZ | 36.36 | 28.8 | 94.08 | - |
| YUV | 147.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 250 | 0.44 | 0.48 | 0 | 0.02 | 245.04 | 0.92 | 0.75 |
| Hex | 8D | 83 | FA | 2C | 30 | 0 | 2 | F5 | 5C | 4B |
| Octal | 215 | 203 | 372 | 54 | 60 | 0 | 2 | 365 | 134 | 113 |
| Binary | 10001101 | 10000011 | 11111010 | 101100 | 110000 | 0 | 10 | 11110101 | 1011100 | 1001011 |
Color Harmonies of #8D83FA
Complementary color
Monochromatic Colors of #8D83FA
Black with #8D83FA
Text Example
Text Example
White with #8D83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D83FA; }
p { color: rgb(141,131,250); }
H1.HeaderClassName
{
color: #8D83FA;
}
.AnyTagClassName
{
color: #8D83FA;
}
</style>
background-color css
<style>
a { background-color: #8D83FA; }
a { background-color: rgb(141,131,250); }
div.DivClassName
{
background-color: #8D83FA;
}
.BgClassName
{
background-color: #8D83FA;
}
</style>
border-color css
<style>
span { border-color: #8D83FA; }
span { border-color: rgb(141,131,250); }
td.TdClassName
{
border-color: #8D83FA;
}
.TagClassName
{
border-color: #8D83FA;
}
</style>