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