Shades of Light Slate Blue #8382EF
Tints of Light Slate Blue #8382EF
RGB
CMYK
RGB Variations
Color information
#8382EF (or 0x8382EF) is known color: Light Slate Blue. HEX triplet: 83, 82 and EF. RGB value is (131,130,239). Sum of RGB (Red+Green+Blue) = 131+130+239=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #8382EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8382EF is #7C7D10. Grayscale: #8E8E8E. Windows color (decimal): -8158481 or 15696515. OLE color: 15696515.
HSL color Cylindrical-coordinate representation of color #8382EF: hue angle of 240.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8382EF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 130 | 239 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.06 |
| HSL | 240.55º | 0.77% | 0.72% | - |
| HSV(B) | 240.55º | 0.46% | 0.94% | - |
| XYZ | 32.92 | 27.02 | 85.14 | - |
| YUV | 142.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 239 | 0.45 | 0.46 | 0 | 0.06 | 240.55 | 0.77 | 0.72 |
| Hex | 83 | 82 | EF | 2D | 2E | 0 | 6 | F1 | 4D | 48 |
| Octal | 203 | 202 | 357 | 55 | 56 | 0 | 6 | 361 | 115 | 110 |
| Binary | 10000011 | 10000010 | 11101111 | 101101 | 101110 | 0 | 110 | 11110001 | 1001101 | 1001000 |
Color Harmonies of #8382EF
Complementary color
Monochromatic Colors of #8382EF
Black with #8382EF
Text Example
Text Example
White with #8382EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8382EF; }
p { color: rgb(131,130,239); }
H1.HeaderClassName
{
color: #8382EF;
}
.AnyTagClassName
{
color: #8382EF;
}
</style>
background-color css
<style>
a { background-color: #8382EF; }
a { background-color: rgb(131,130,239); }
div.DivClassName
{
background-color: #8382EF;
}
.BgClassName
{
background-color: #8382EF;
}
</style>
border-color css
<style>
span { border-color: #8382EF; }
span { border-color: rgb(131,130,239); }
td.TdClassName
{
border-color: #8382EF;
}
.TagClassName
{
border-color: #8382EF;
}
</style>