Shades of Light Slate Blue #8384ED
Tints of Light Slate Blue #8384ED
RGB
CMYK
RGB Variations
Color information
#8384ED (or 0x8384ED) is known color: Light Slate Blue. HEX triplet: 83, 84 and ED. RGB value is (131,132,237). Sum of RGB (Red+Green+Blue) = 131+132+237=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #8384ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8384ED is #7C7B12. Grayscale: #8F8F8F. Windows color (decimal): -8157971 or 15565955. OLE color: 15565955.
HSL color Cylindrical-coordinate representation of color #8384ED: hue angle of 239.43º 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 #8384ED is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 132 | 237 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.07 |
| HSL | 239.43º | 0.75% | 0.72% | - |
| HSV(B) | 239.43º | 0.45% | 0.93% | - |
| XYZ | 32.9 | 27.44 | 83.68 | - |
| YUV | 143.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 132 | 237 | 0.45 | 0.44 | 0 | 0.07 | 239.43 | 0.75 | 0.72 |
| Hex | 83 | 84 | ED | 2D | 2C | 0 | 7 | EF | 4B | 48 |
| Octal | 203 | 204 | 355 | 55 | 54 | 0 | 7 | 357 | 113 | 110 |
| Binary | 10000011 | 10000100 | 11101101 | 101101 | 101100 | 0 | 111 | 11101111 | 1001011 | 1001000 |
Color Harmonies of #8384ED
Complementary color
Monochromatic Colors of #8384ED
Black with #8384ED
Text Example
Text Example
White with #8384ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8384ED; }
p { color: rgb(131,132,237); }
H1.HeaderClassName
{
color: #8384ED;
}
.AnyTagClassName
{
color: #8384ED;
}
</style>
background-color css
<style>
a { background-color: #8384ED; }
a { background-color: rgb(131,132,237); }
div.DivClassName
{
background-color: #8384ED;
}
.BgClassName
{
background-color: #8384ED;
}
</style>
border-color css
<style>
span { border-color: #8384ED; }
span { border-color: rgb(131,132,237); }
td.TdClassName
{
border-color: #8384ED;
}
.TagClassName
{
border-color: #8384ED;
}
</style>