Shades of Light Slate Blue #8C87FE
Tints of Light Slate Blue #8C87FE
RGB
CMYK
RGB Variations
Color information
#8C87FE (or 0x8C87FE) is known color: Light Slate Blue. HEX triplet: 8C, 87 and FE. RGB value is (140,135,254). Sum of RGB (Red+Green+Blue) = 140+135+254=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C87FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C87FE is #737801. Grayscale: #959595. Windows color (decimal): -7567362 or 16680844. OLE color: 16680844.
HSL color Cylindrical-coordinate representation of color #8C87FE: hue angle of 242.52º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C87FE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 135 | 254 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.00 |
| HSL | 242.52º | 0.98% | 0.76% | - |
| HSV(B) | 242.52º | 0.47% | 1% | - |
| XYZ | 37.37 | 30.06 | 97.6 | - |
| YUV | 150.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 254 | 0.45 | 0.47 | 0 | 0.00 | 242.52 | 0.98 | 0.76 |
| Hex | 8C | 87 | FE | 2D | 2F | 0 | 0 | F3 | 62 | 4C |
| Octal | 214 | 207 | 376 | 55 | 57 | 0 | 0 | 363 | 142 | 114 |
| Binary | 10001100 | 10000111 | 11111110 | 101101 | 101111 | 0 | 0 | 11110011 | 1100010 | 1001100 |
Color Harmonies of #8C87FE
Complementary color
Monochromatic Colors of #8C87FE
Black with #8C87FE
Text Example
Text Example
White with #8C87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C87FE; }
p { color: rgb(140,135,254); }
H1.HeaderClassName
{
color: #8C87FE;
}
.AnyTagClassName
{
color: #8C87FE;
}
</style>
background-color css
<style>
a { background-color: #8C87FE; }
a { background-color: rgb(140,135,254); }
div.DivClassName
{
background-color: #8C87FE;
}
.BgClassName
{
background-color: #8C87FE;
}
</style>
border-color css
<style>
span { border-color: #8C87FE; }
span { border-color: rgb(140,135,254); }
td.TdClassName
{
border-color: #8C87FE;
}
.TagClassName
{
border-color: #8C87FE;
}
</style>