Shades of Light Slate Blue #8D82EE
Tints of Light Slate Blue #8D82EE
RGB
CMYK
RGB Variations
Color information
#8D82EE (or 0x8D82EE) is known color: Light Slate Blue. HEX triplet: 8D, 82 and EE. RGB value is (141,130,238). Sum of RGB (Red+Green+Blue) = 141+130+238=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D82EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D82EE is #727D11. Grayscale: #919191. Windows color (decimal): -7503122 or 15630989. OLE color: 15630989.
HSL color Cylindrical-coordinate representation of color #8D82EE: hue angle of 246.11º degrees, saturation: 0.76, 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 #8D82EE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 130 | 238 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.07 |
| HSL | 246.11º | 0.76% | 0.72% | - |
| HSV(B) | 246.11º | 0.45% | 0.93% | - |
| XYZ | 34.4 | 27.8 | 84.44 | - |
| YUV | 145.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 238 | 0.41 | 0.45 | 0 | 0.07 | 246.11 | 0.76 | 0.72 |
| Hex | 8D | 82 | EE | 29 | 2D | 0 | 7 | F6 | 4C | 48 |
| Octal | 215 | 202 | 356 | 51 | 55 | 0 | 7 | 366 | 114 | 110 |
| Binary | 10001101 | 10000010 | 11101110 | 101001 | 101101 | 0 | 111 | 11110110 | 1001100 | 1001000 |
Color Harmonies of #8D82EE
Complementary color
Monochromatic Colors of #8D82EE
Black with #8D82EE
Text Example
Text Example
White with #8D82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82EE; }
p { color: rgb(141,130,238); }
H1.HeaderClassName
{
color: #8D82EE;
}
.AnyTagClassName
{
color: #8D82EE;
}
</style>
background-color css
<style>
a { background-color: #8D82EE; }
a { background-color: rgb(141,130,238); }
div.DivClassName
{
background-color: #8D82EE;
}
.BgClassName
{
background-color: #8D82EE;
}
</style>
border-color css
<style>
span { border-color: #8D82EE; }
span { border-color: rgb(141,130,238); }
td.TdClassName
{
border-color: #8D82EE;
}
.TagClassName
{
border-color: #8D82EE;
}
</style>