Shades of Light Slate Blue #8F81EF
Tints of Light Slate Blue #8F81EF
RGB
CMYK
RGB Variations
Color information
#8F81EF (or 0x8F81EF) is known color: Light Slate Blue. HEX triplet: 8F, 81 and EF. RGB value is (143,129,239). Sum of RGB (Red+Green+Blue) = 143+129+239=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F81EF is #707E10. Grayscale: #919191. Windows color (decimal): -7372305 or 15696271. OLE color: 15696271.
HSL color Cylindrical-coordinate representation of color #8F81EF: hue angle of 247.64º 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 #8F81EF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 129 | 239 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.06 |
| HSL | 247.64º | 0.77% | 0.72% | - |
| HSV(B) | 247.64º | 0.46% | 0.94% | - |
| XYZ | 34.76 | 27.77 | 85.19 | - |
| YUV | 145.73 | 180.64 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 239 | 0.40 | 0.46 | 0 | 0.06 | 247.64 | 0.77 | 0.72 |
| Hex | 8F | 81 | EF | 28 | 2E | 0 | 6 | F8 | 4D | 48 |
| Octal | 217 | 201 | 357 | 50 | 56 | 0 | 6 | 370 | 115 | 110 |
| Binary | 10001111 | 10000001 | 11101111 | 101000 | 101110 | 0 | 110 | 11111000 | 1001101 | 1001000 |
Color Harmonies of #8F81EF
Complementary color
Monochromatic Colors of #8F81EF
Black with #8F81EF
Text Example
Text Example
White with #8F81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81EF; }
p { color: rgb(143,129,239); }
H1.HeaderClassName
{
color: #8F81EF;
}
.AnyTagClassName
{
color: #8F81EF;
}
</style>
background-color css
<style>
a { background-color: #8F81EF; }
a { background-color: rgb(143,129,239); }
div.DivClassName
{
background-color: #8F81EF;
}
.BgClassName
{
background-color: #8F81EF;
}
</style>
border-color css
<style>
span { border-color: #8F81EF; }
span { border-color: rgb(143,129,239); }
td.TdClassName
{
border-color: #8F81EF;
}
.TagClassName
{
border-color: #8F81EF;
}
</style>