Shades of Light Slate Blue #8B87F6
Tints of Light Slate Blue #8B87F6
RGB
CMYK
RGB Variations
Color information
#8B87F6 (or 0x8B87F6) is known color: Light Slate Blue. HEX triplet: 8B, 87 and F6. RGB value is (139,135,246). Sum of RGB (Red+Green+Blue) = 139+135+246=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #8B87F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B87F6 is #747809. Grayscale: #949494. Windows color (decimal): -7632906 or 16156555. OLE color: 16156555.
HSL color Cylindrical-coordinate representation of color #8B87F6: hue angle of 242.16º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B87F6 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 135 | 246 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.04 |
| HSL | 242.16º | 0.86% | 0.75% | - |
| HSV(B) | 242.16º | 0.45% | 0.96% | - |
| XYZ | 35.95 | 29.47 | 90.98 | - |
| YUV | 148.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 246 | 0.43 | 0.45 | 0 | 0.04 | 242.16 | 0.86 | 0.75 |
| Hex | 8B | 87 | F6 | 2B | 2D | 0 | 4 | F2 | 56 | 4B |
| Octal | 213 | 207 | 366 | 53 | 55 | 0 | 4 | 362 | 126 | 113 |
| Binary | 10001011 | 10000111 | 11110110 | 101011 | 101101 | 0 | 100 | 11110010 | 1010110 | 1001011 |
Color Harmonies of #8B87F6
Complementary color
Monochromatic Colors of #8B87F6
Black with #8B87F6
Text Example
Text Example
White with #8B87F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87F6; }
p { color: rgb(139,135,246); }
H1.HeaderClassName
{
color: #8B87F6;
}
.AnyTagClassName
{
color: #8B87F6;
}
</style>
background-color css
<style>
a { background-color: #8B87F6; }
a { background-color: rgb(139,135,246); }
div.DivClassName
{
background-color: #8B87F6;
}
.BgClassName
{
background-color: #8B87F6;
}
</style>
border-color css
<style>
span { border-color: #8B87F6; }
span { border-color: rgb(139,135,246); }
td.TdClassName
{
border-color: #8B87F6;
}
.TagClassName
{
border-color: #8B87F6;
}
</style>