Shades of Light Slate Blue #8383ED
Tints of Light Slate Blue #8383ED
RGB
CMYK
RGB Variations
Color information
#8383ED (or 0x8383ED) is known color: Light Slate Blue. HEX triplet: 83, 83 and ED. RGB value is (131,131,237). Sum of RGB (Red+Green+Blue) = 131+131+237=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #8383ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8383ED is #7C7C12. Grayscale: #8E8E8E. Windows color (decimal): -8158227 or 15565699. OLE color: 15565699.
HSL color Cylindrical-coordinate representation of color #8383ED: hue angle of 240º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8383ED is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 131 | 237 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.07 |
| HSL | 240º | 0.75% | 0.72% | - |
| HSV(B) | 240º | 0.45% | 0.93% | - |
| XYZ | 32.76 | 27.17 | 83.64 | - |
| YUV | 143.08 | 181 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 237 | 0.45 | 0.45 | 0 | 0.07 | 240 | 0.75 | 0.72 |
| Hex | 83 | 83 | ED | 2D | 2D | 0 | 7 | F0 | 4B | 48 |
| Octal | 203 | 203 | 355 | 55 | 55 | 0 | 7 | 360 | 113 | 110 |
| Binary | 10000011 | 10000011 | 11101101 | 101101 | 101101 | 0 | 111 | 11110000 | 1001011 | 1001000 |
Color Harmonies of #8383ED
Complementary color
Monochromatic Colors of #8383ED
Black with #8383ED
Text Example
Text Example
White with #8383ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8383ED; }
p { color: rgb(131,131,237); }
H1.HeaderClassName
{
color: #8383ED;
}
.AnyTagClassName
{
color: #8383ED;
}
</style>
background-color css
<style>
a { background-color: #8383ED; }
a { background-color: rgb(131,131,237); }
div.DivClassName
{
background-color: #8383ED;
}
.BgClassName
{
background-color: #8383ED;
}
</style>
border-color css
<style>
span { border-color: #8383ED; }
span { border-color: rgb(131,131,237); }
td.TdClassName
{
border-color: #8383ED;
}
.TagClassName
{
border-color: #8383ED;
}
</style>