Shades of Light Slate Blue #867CFF
Tints of Light Slate Blue #867CFF
RGB
CMYK
RGB Variations
Color information
#867CFF (or 0x867CFF) is known color: Light Slate Blue. HEX triplet: 86, 7C and FF. RGB value is (134,124,255). Sum of RGB (Red+Green+Blue) = 134+124+255=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #867CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867CFF is #798300. Grayscale: #8D8D8D. Windows color (decimal): -7963393 or 16743558. OLE color: 16743558.
HSL color Cylindrical-coordinate representation of color #867CFF: hue angle of 244.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867CFF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 124 | 255 | - |
| CMYK | 0.47 | 0.51 | 0 | 0 |
| HSL | 244.58º | 1% | 0.74% | - |
| HSV(B) | 244.58º | 0.51% | 1% | - |
| XYZ | 35.09 | 26.7 | 97.91 | - |
| YUV | 141.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 124 | 255 | 0.47 | 0.51 | 0 | 0 | 244.58 | 1 | 0.74 |
| Hex | 86 | 7C | FF | 2F | 33 | 0 | 0 | F5 | 64 | 4A |
| Octal | 206 | 174 | 377 | 57 | 63 | 0 | 0 | 365 | 144 | 112 |
| Binary | 10000110 | 1111100 | 11111111 | 101111 | 110011 | 0 | 0 | 11110101 | 1100100 | 1001010 |
Color Harmonies of #867CFF
Complementary color
Monochromatic Colors of #867CFF
Black with #867CFF
Text Example
Text Example
White with #867CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867CFF; }
p { color: rgb(134,124,255); }
H1.HeaderClassName
{
color: #867CFF;
}
.AnyTagClassName
{
color: #867CFF;
}
</style>
background-color css
<style>
a { background-color: #867CFF; }
a { background-color: rgb(134,124,255); }
div.DivClassName
{
background-color: #867CFF;
}
.BgClassName
{
background-color: #867CFF;
}
</style>
border-color css
<style>
span { border-color: #867CFF; }
span { border-color: rgb(134,124,255); }
td.TdClassName
{
border-color: #867CFF;
}
.TagClassName
{
border-color: #867CFF;
}
</style>