Shades of Light Slate Blue #8B87FF
Tints of Light Slate Blue #8B87FF
RGB
CMYK
RGB Variations
Color information
#8B87FF (or 0x8B87FF) is known color: Light Slate Blue. HEX triplet: 8B, 87 and FF. RGB value is (139,135,255). Sum of RGB (Red+Green+Blue) = 139+135+255=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B87FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B87FF is #747800. Grayscale: #959595. Windows color (decimal): -7632897 or 16746379. OLE color: 16746379.
HSL color Cylindrical-coordinate representation of color #8B87FF: hue angle of 242º 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 #8B87FF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 135 | 255 | - |
| CMYK | 0.45 | 0.47 | 0 | 0 |
| HSL | 242º | 1% | 0.76% | - |
| HSV(B) | 242º | 0.47% | 1% | - |
| XYZ | 37.36 | 30.04 | 98.44 | - |
| YUV | 149.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 255 | 0.45 | 0.47 | 0 | 0 | 242 | 1 | 0.76 |
| Hex | 8B | 87 | FF | 2D | 2F | 0 | 0 | F2 | 64 | 4C |
| Octal | 213 | 207 | 377 | 55 | 57 | 0 | 0 | 362 | 144 | 114 |
| Binary | 10001011 | 10000111 | 11111111 | 101101 | 101111 | 0 | 0 | 11110010 | 1100100 | 1001100 |
Color Harmonies of #8B87FF
Complementary color
Monochromatic Colors of #8B87FF
Black with #8B87FF
Text Example
Text Example
White with #8B87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B87FF; }
p { color: rgb(139,135,255); }
H1.HeaderClassName
{
color: #8B87FF;
}
.AnyTagClassName
{
color: #8B87FF;
}
</style>
background-color css
<style>
a { background-color: #8B87FF; }
a { background-color: rgb(139,135,255); }
div.DivClassName
{
background-color: #8B87FF;
}
.BgClassName
{
background-color: #8B87FF;
}
</style>
border-color css
<style>
span { border-color: #8B87FF; }
span { border-color: rgb(139,135,255); }
td.TdClassName
{
border-color: #8B87FF;
}
.TagClassName
{
border-color: #8B87FF;
}
</style>