Shades of Light Slate Blue #867FF8
Tints of Light Slate Blue #867FF8
RGB
CMYK
RGB Variations
Color information
#867FF8 (or 0x867FF8) is known color: Light Slate Blue. HEX triplet: 86, 7F and F8. RGB value is (134,127,248). Sum of RGB (Red+Green+Blue) = 134+127+248=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #867FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #867FF8 is #798007. Grayscale: #8E8E8E. Windows color (decimal): -7962632 or 16285574. OLE color: 16285574.
HSL color Cylindrical-coordinate representation of color #867FF8: hue angle of 243.47º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #867FF8 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 134 | 127 | 248 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.03 |
| HSL | 243.47º | 0.9% | 0.74% | - |
| HSV(B) | 243.47º | 0.49% | 0.97% | - |
| XYZ | 34.36 | 27.02 | 92.21 | - |
| YUV | 142.89 | 187.32 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 248 | 0.46 | 0.49 | 0 | 0.03 | 243.47 | 0.9 | 0.74 |
| Hex | 86 | 7F | F8 | 2E | 31 | 0 | 3 | F3 | 5A | 4A |
| Octal | 206 | 177 | 370 | 56 | 61 | 0 | 3 | 363 | 132 | 112 |
| Binary | 10000110 | 1111111 | 11111000 | 101110 | 110001 | 0 | 11 | 11110011 | 1011010 | 1001010 |
Color Harmonies of #867FF8
Complementary color
Monochromatic Colors of #867FF8
Black with #867FF8
Text Example
Text Example
White with #867FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867FF8; }
p { color: rgb(134,127,248); }
H1.HeaderClassName
{
color: #867FF8;
}
.AnyTagClassName
{
color: #867FF8;
}
</style>
background-color css
<style>
a { background-color: #867FF8; }
a { background-color: rgb(134,127,248); }
div.DivClassName
{
background-color: #867FF8;
}
.BgClassName
{
background-color: #867FF8;
}
</style>
border-color css
<style>
span { border-color: #867FF8; }
span { border-color: rgb(134,127,248); }
td.TdClassName
{
border-color: #867FF8;
}
.TagClassName
{
border-color: #867FF8;
}
</style>