Shades of Light Slate Blue #867FF2
Tints of Light Slate Blue #867FF2
RGB
CMYK
RGB Variations
Color information
#867FF2 (or 0x867FF2) is known color: Light Slate Blue. HEX triplet: 86, 7F and F2. RGB value is (134,127,242). Sum of RGB (Red+Green+Blue) = 134+127+242=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #867FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FF2 is #79800D. Grayscale: #8D8D8D. Windows color (decimal): -7962638 or 15892358. OLE color: 15892358.
HSL color Cylindrical-coordinate representation of color #867FF2: hue angle of 243.65º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #867FF2 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 127 | 242 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.05 |
| HSL | 243.65º | 0.82% | 0.72% | - |
| HSV(B) | 243.65º | 0.48% | 0.95% | - |
| XYZ | 33.45 | 26.66 | 87.39 | - |
| YUV | 142.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 242 | 0.45 | 0.48 | 0 | 0.05 | 243.65 | 0.82 | 0.72 |
| Hex | 86 | 7F | F2 | 2D | 30 | 0 | 5 | F4 | 52 | 48 |
| Octal | 206 | 177 | 362 | 55 | 60 | 0 | 5 | 364 | 122 | 110 |
| Binary | 10000110 | 1111111 | 11110010 | 101101 | 110000 | 0 | 101 | 11110100 | 1010010 | 1001000 |
Color Harmonies of #867FF2
Complementary color
Monochromatic Colors of #867FF2
Black with #867FF2
Text Example
Text Example
White with #867FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FF2; }
p { color: rgb(134,127,242); }
H1.HeaderClassName
{
color: #867FF2;
}
.AnyTagClassName
{
color: #867FF2;
}
</style>
background-color css
<style>
a { background-color: #867FF2; }
a { background-color: rgb(134,127,242); }
div.DivClassName
{
background-color: #867FF2;
}
.BgClassName
{
background-color: #867FF2;
}
</style>
border-color css
<style>
span { border-color: #867FF2; }
span { border-color: rgb(134,127,242); }
td.TdClassName
{
border-color: #867FF2;
}
.TagClassName
{
border-color: #867FF2;
}
</style>