Shades of Light Slate Blue #8F81EE
Tints of Light Slate Blue #8F81EE
RGB
CMYK
RGB Variations
Color information
#8F81EE (or 0x8F81EE) is known color: Light Slate Blue. HEX triplet: 8F, 81 and EE. RGB value is (143,129,238). Sum of RGB (Red+Green+Blue) = 143+129+238=510 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.04% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F81EE is #707E11. Grayscale: #919191. Windows color (decimal): -7372306 or 15630735. OLE color: 15630735.
HSL color Cylindrical-coordinate representation of color #8F81EE: hue angle of 247.71º 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 #8F81EE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 129 | 238 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.07 |
| HSL | 247.71º | 0.76% | 0.72% | - |
| HSV(B) | 247.71º | 0.46% | 0.93% | - |
| XYZ | 34.61 | 27.71 | 84.41 | - |
| YUV | 145.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 238 | 0.40 | 0.46 | 0 | 0.07 | 247.71 | 0.76 | 0.72 |
| Hex | 8F | 81 | EE | 28 | 2E | 0 | 7 | F8 | 4C | 48 |
| Octal | 217 | 201 | 356 | 50 | 56 | 0 | 7 | 370 | 114 | 110 |
| Binary | 10001111 | 10000001 | 11101110 | 101000 | 101110 | 0 | 111 | 11111000 | 1001100 | 1001000 |
Color Harmonies of #8F81EE
Complementary color
Monochromatic Colors of #8F81EE
Black with #8F81EE
Text Example
Text Example
White with #8F81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F81EE; }
p { color: rgb(143,129,238); }
H1.HeaderClassName
{
color: #8F81EE;
}
.AnyTagClassName
{
color: #8F81EE;
}
</style>
background-color css
<style>
a { background-color: #8F81EE; }
a { background-color: rgb(143,129,238); }
div.DivClassName
{
background-color: #8F81EE;
}
.BgClassName
{
background-color: #8F81EE;
}
</style>
border-color css
<style>
span { border-color: #8F81EE; }
span { border-color: rgb(143,129,238); }
td.TdClassName
{
border-color: #8F81EE;
}
.TagClassName
{
border-color: #8F81EE;
}
</style>