Shades of Light Slate Blue #8D81EF
Tints of Light Slate Blue #8D81EF
RGB
CMYK
RGB Variations
Color information
#8D81EF (or 0x8D81EF) is known color: Light Slate Blue. HEX triplet: 8D, 81 and EF. RGB value is (141,129,239). Sum of RGB (Red+Green+Blue) = 141+129+239=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D81EF is #727E10. Grayscale: #909090. Windows color (decimal): -7503377 or 15696269. OLE color: 15696269.
HSL color Cylindrical-coordinate representation of color #8D81EF: hue angle of 246.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 #8D81EF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 129 | 239 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.06 |
| HSL | 246.55º | 0.77% | 0.72% | - |
| HSV(B) | 246.55º | 0.46% | 0.94% | - |
| XYZ | 34.41 | 27.6 | 85.17 | - |
| YUV | 145.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 239 | 0.41 | 0.46 | 0 | 0.06 | 246.55 | 0.77 | 0.72 |
| Hex | 8D | 81 | EF | 29 | 2E | 0 | 6 | F7 | 4D | 48 |
| Octal | 215 | 201 | 357 | 51 | 56 | 0 | 6 | 367 | 115 | 110 |
| Binary | 10001101 | 10000001 | 11101111 | 101001 | 101110 | 0 | 110 | 11110111 | 1001101 | 1001000 |
Color Harmonies of #8D81EF
Complementary color
Monochromatic Colors of #8D81EF
Black with #8D81EF
Text Example
Text Example
White with #8D81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D81EF; }
p { color: rgb(141,129,239); }
H1.HeaderClassName
{
color: #8D81EF;
}
.AnyTagClassName
{
color: #8D81EF;
}
</style>
background-color css
<style>
a { background-color: #8D81EF; }
a { background-color: rgb(141,129,239); }
div.DivClassName
{
background-color: #8D81EF;
}
.BgClassName
{
background-color: #8D81EF;
}
</style>
border-color css
<style>
span { border-color: #8D81EF; }
span { border-color: rgb(141,129,239); }
td.TdClassName
{
border-color: #8D81EF;
}
.TagClassName
{
border-color: #8D81EF;
}
</style>