Shades of Light Slate Blue #8D80EE
Tints of Light Slate Blue #8D80EE
RGB
CMYK
RGB Variations
Color information
#8D80EE (or 0x8D80EE) is known color: Light Slate Blue. HEX triplet: 8D, 80 and EE. RGB value is (141,128,238). Sum of RGB (Red+Green+Blue) = 141+128+238=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D80EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D80EE is #727F11. Grayscale: #909090. Windows color (decimal): -7503634 or 15630477. OLE color: 15630477.
HSL color Cylindrical-coordinate representation of color #8D80EE: hue angle of 247.09º degrees, saturation: 0.76, 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 #8D80EE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 128 | 238 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.07 |
| HSL | 247.09º | 0.76% | 0.72% | - |
| HSV(B) | 247.09º | 0.46% | 0.93% | - |
| XYZ | 34.14 | 27.27 | 84.35 | - |
| YUV | 144.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 238 | 0.41 | 0.46 | 0 | 0.07 | 247.09 | 0.76 | 0.72 |
| Hex | 8D | 80 | EE | 29 | 2E | 0 | 7 | F7 | 4C | 48 |
| Octal | 215 | 200 | 356 | 51 | 56 | 0 | 7 | 367 | 114 | 110 |
| Binary | 10001101 | 10000000 | 11101110 | 101001 | 101110 | 0 | 111 | 11110111 | 1001100 | 1001000 |
Color Harmonies of #8D80EE
Complementary color
Monochromatic Colors of #8D80EE
Black with #8D80EE
Text Example
Text Example
White with #8D80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80EE; }
p { color: rgb(141,128,238); }
H1.HeaderClassName
{
color: #8D80EE;
}
.AnyTagClassName
{
color: #8D80EE;
}
</style>
background-color css
<style>
a { background-color: #8D80EE; }
a { background-color: rgb(141,128,238); }
div.DivClassName
{
background-color: #8D80EE;
}
.BgClassName
{
background-color: #8D80EE;
}
</style>
border-color css
<style>
span { border-color: #8D80EE; }
span { border-color: rgb(141,128,238); }
td.TdClassName
{
border-color: #8D80EE;
}
.TagClassName
{
border-color: #8D80EE;
}
</style>