Shades of Light Slate Blue #8381ED
Tints of Light Slate Blue #8381ED
RGB
CMYK
RGB Variations
Color information
#8381ED (or 0x8381ED) is known color: Light Slate Blue. HEX triplet: 83, 81 and ED. RGB value is (131,129,237). Sum of RGB (Red+Green+Blue) = 131+129+237=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #8381ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8381ED is #7C7E12. Grayscale: #8D8D8D. Windows color (decimal): -8158739 or 15565187. OLE color: 15565187.
HSL color Cylindrical-coordinate representation of color #8381ED: hue angle of 241.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8381ED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 129 | 237 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.07 |
| HSL | 241.11º | 0.75% | 0.72% | - |
| HSV(B) | 241.11º | 0.46% | 0.93% | - |
| XYZ | 32.5 | 26.64 | 83.55 | - |
| YUV | 141.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 237 | 0.45 | 0.46 | 0 | 0.07 | 241.11 | 0.75 | 0.72 |
| Hex | 83 | 81 | ED | 2D | 2E | 0 | 7 | F1 | 4B | 48 |
| Octal | 203 | 201 | 355 | 55 | 56 | 0 | 7 | 361 | 113 | 110 |
| Binary | 10000011 | 10000001 | 11101101 | 101101 | 101110 | 0 | 111 | 11110001 | 1001011 | 1001000 |
Color Harmonies of #8381ED
Complementary color
Monochromatic Colors of #8381ED
Black with #8381ED
Text Example
Text Example
White with #8381ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8381ED; }
p { color: rgb(131,129,237); }
H1.HeaderClassName
{
color: #8381ED;
}
.AnyTagClassName
{
color: #8381ED;
}
</style>
background-color css
<style>
a { background-color: #8381ED; }
a { background-color: rgb(131,129,237); }
div.DivClassName
{
background-color: #8381ED;
}
.BgClassName
{
background-color: #8381ED;
}
</style>
border-color css
<style>
span { border-color: #8381ED; }
span { border-color: rgb(131,129,237); }
td.TdClassName
{
border-color: #8381ED;
}
.TagClassName
{
border-color: #8381ED;
}
</style>