Shades of Light Slate Blue #8E88FD
Tints of Light Slate Blue #8E88FD
RGB
CMYK
RGB Variations
Color information
#8E88FD (or 0x8E88FD) is known color: Light Slate Blue. HEX triplet: 8E, 88 and FD. RGB value is (142,136,253). Sum of RGB (Red+Green+Blue) = 142+136+253=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E88FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E88FD is #717702. Grayscale: #969696. Windows color (decimal): -7436035 or 16615566. OLE color: 16615566.
HSL color Cylindrical-coordinate representation of color #8E88FD: hue angle of 243.08º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E88FD is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 136 | 253 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.01 |
| HSL | 243.08º | 0.97% | 0.76% | - |
| HSV(B) | 243.08º | 0.46% | 0.99% | - |
| XYZ | 37.69 | 30.45 | 96.82 | - |
| YUV | 151.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 253 | 0.44 | 0.46 | 0 | 0.01 | 243.08 | 0.97 | 0.76 |
| Hex | 8E | 88 | FD | 2C | 2E | 0 | 1 | F3 | 61 | 4C |
| Octal | 216 | 210 | 375 | 54 | 56 | 0 | 1 | 363 | 141 | 114 |
| Binary | 10001110 | 10001000 | 11111101 | 101100 | 101110 | 0 | 1 | 11110011 | 1100001 | 1001100 |
Color Harmonies of #8E88FD
Complementary color
Monochromatic Colors of #8E88FD
Black with #8E88FD
Text Example
Text Example
White with #8E88FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E88FD; }
p { color: rgb(142,136,253); }
H1.HeaderClassName
{
color: #8E88FD;
}
.AnyTagClassName
{
color: #8E88FD;
}
</style>
background-color css
<style>
a { background-color: #8E88FD; }
a { background-color: rgb(142,136,253); }
div.DivClassName
{
background-color: #8E88FD;
}
.BgClassName
{
background-color: #8E88FD;
}
</style>
border-color css
<style>
span { border-color: #8E88FD; }
span { border-color: rgb(142,136,253); }
td.TdClassName
{
border-color: #8E88FD;
}
.TagClassName
{
border-color: #8E88FD;
}
</style>