Shades of Light Slate Blue #8F87FF
Tints of Light Slate Blue #8F87FF
RGB
CMYK
RGB Variations
Color information
#8F87FF (or 0x8F87FF) is known color: Light Slate Blue. HEX triplet: 8F, 87 and FF. RGB value is (143,135,255). Sum of RGB (Red+Green+Blue) = 143+135+255=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F87FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F87FF is #707800. Grayscale: #969696. Windows color (decimal): -7370753 or 16746383. OLE color: 16746383.
HSL color Cylindrical-coordinate representation of color #8F87FF: hue angle of 244º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F87FF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 135 | 255 | - |
| CMYK | 0.44 | 0.47 | 0 | 0 |
| HSL | 244º | 1% | 0.76% | - |
| HSV(B) | 244º | 0.47% | 1% | - |
| XYZ | 38.04 | 30.39 | 98.47 | - |
| YUV | 151.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 135 | 255 | 0.44 | 0.47 | 0 | 0 | 244 | 1 | 0.76 |
| Hex | 8F | 87 | FF | 2C | 2F | 0 | 0 | F4 | 64 | 4C |
| Octal | 217 | 207 | 377 | 54 | 57 | 0 | 0 | 364 | 144 | 114 |
| Binary | 10001111 | 10000111 | 11111111 | 101100 | 101111 | 0 | 0 | 11110100 | 1100100 | 1001100 |
Color Harmonies of #8F87FF
Complementary color
Monochromatic Colors of #8F87FF
Black with #8F87FF
Text Example
Text Example
White with #8F87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F87FF; }
p { color: rgb(143,135,255); }
H1.HeaderClassName
{
color: #8F87FF;
}
.AnyTagClassName
{
color: #8F87FF;
}
</style>
background-color css
<style>
a { background-color: #8F87FF; }
a { background-color: rgb(143,135,255); }
div.DivClassName
{
background-color: #8F87FF;
}
.BgClassName
{
background-color: #8F87FF;
}
</style>
border-color css
<style>
span { border-color: #8F87FF; }
span { border-color: rgb(143,135,255); }
td.TdClassName
{
border-color: #8F87FF;
}
.TagClassName
{
border-color: #8F87FF;
}
</style>