Shades of Light Slate Blue #8F8DFF
Tints of Light Slate Blue #8F8DFF
RGB
CMYK
RGB Variations
Color information
#8F8DFF (or 0x8F8DFF) is known color: Light Slate Blue. HEX triplet: 8F, 8D and FF. RGB value is (143,141,255). Sum of RGB (Red+Green+Blue) = 143+141+255=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8DFF is #707200. Grayscale: #9A9A9A. Windows color (decimal): -7369217 or 16747919. OLE color: 16747919.
HSL color Cylindrical-coordinate representation of color #8F8DFF: hue angle of 241.05º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8F8DFF is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 141 | 255 | - |
| CMYK | 0.44 | 0.45 | 0 | 0 |
| HSL | 241.05º | 1% | 0.78% | - |
| HSV(B) | 241.05º | 0.45% | 1% | - |
| XYZ | 38.9 | 32.11 | 98.76 | - |
| YUV | 154.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 255 | 0.44 | 0.45 | 0 | 0 | 241.05 | 1 | 0.78 |
| Hex | 8F | 8D | FF | 2C | 2D | 0 | 0 | F1 | 64 | 4E |
| Octal | 217 | 215 | 377 | 54 | 55 | 0 | 0 | 361 | 144 | 116 |
| Binary | 10001111 | 10001101 | 11111111 | 101100 | 101101 | 0 | 0 | 11110001 | 1100100 | 1001110 |
Color Harmonies of #8F8DFF
Complementary color
Monochromatic Colors of #8F8DFF
Black with #8F8DFF
Text Example
Text Example
White with #8F8DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DFF; }
p { color: rgb(143,141,255); }
H1.HeaderClassName
{
color: #8F8DFF;
}
.AnyTagClassName
{
color: #8F8DFF;
}
</style>
background-color css
<style>
a { background-color: #8F8DFF; }
a { background-color: rgb(143,141,255); }
div.DivClassName
{
background-color: #8F8DFF;
}
.BgClassName
{
background-color: #8F8DFF;
}
</style>
border-color css
<style>
span { border-color: #8F8DFF; }
span { border-color: rgb(143,141,255); }
td.TdClassName
{
border-color: #8F8DFF;
}
.TagClassName
{
border-color: #8F8DFF;
}
</style>