Shades of Light Slate Blue #867FEC
Tints of Light Slate Blue #867FEC
RGB
CMYK
RGB Variations
Color information
#867FEC (or 0x867FEC) is known color: Light Slate Blue. HEX triplet: 86, 7F and EC. RGB value is (134,127,236). Sum of RGB (Red+Green+Blue) = 134+127+236=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #867FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FEC is #798013. Grayscale: #8D8D8D. Windows color (decimal): -7962644 or 15499142. OLE color: 15499142.
HSL color Cylindrical-coordinate representation of color #867FEC: hue angle of 243.85º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867FEC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 127 | 236 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.07 |
| HSL | 243.85º | 0.74% | 0.71% | - |
| HSV(B) | 243.85º | 0.46% | 0.93% | - |
| XYZ | 32.56 | 26.3 | 82.72 | - |
| YUV | 141.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 236 | 0.43 | 0.46 | 0 | 0.07 | 243.85 | 0.74 | 0.71 |
| Hex | 86 | 7F | EC | 2B | 2E | 0 | 7 | F4 | 4A | 47 |
| Octal | 206 | 177 | 354 | 53 | 56 | 0 | 7 | 364 | 112 | 107 |
| Binary | 10000110 | 1111111 | 11101100 | 101011 | 101110 | 0 | 111 | 11110100 | 1001010 | 1000111 |
Color Harmonies of #867FEC
Complementary color
Monochromatic Colors of #867FEC
Black with #867FEC
Text Example
Text Example
White with #867FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FEC; }
p { color: rgb(134,127,236); }
H1.HeaderClassName
{
color: #867FEC;
}
.AnyTagClassName
{
color: #867FEC;
}
</style>
background-color css
<style>
a { background-color: #867FEC; }
a { background-color: rgb(134,127,236); }
div.DivClassName
{
background-color: #867FEC;
}
.BgClassName
{
background-color: #867FEC;
}
</style>
border-color css
<style>
span { border-color: #867FEC; }
span { border-color: rgb(134,127,236); }
td.TdClassName
{
border-color: #867FEC;
}
.TagClassName
{
border-color: #867FEC;
}
</style>