Shades of Light Slate Blue #8F6BFF
Tints of Light Slate Blue #8F6BFF
RGB
CMYK
RGB Variations
Color information
#8F6BFF (or 0x8F6BFF) is known color: Light Slate Blue. HEX triplet: 8F, 6B and FF. RGB value is (143,107,255). Sum of RGB (Red+Green+Blue) = 143+107+255=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F6BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BFF is #709400. Grayscale: #868686. Windows color (decimal): -7377921 or 16739215. OLE color: 16739215.
HSL color Cylindrical-coordinate representation of color #8F6BFF: hue angle of 254.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F6BFF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 107 | 255 | - |
| CMYK | 0.44 | 0.58 | 0 | 0 |
| HSL | 254.59º | 1% | 0.71% | - |
| HSV(B) | 254.59º | 0.58% | 1% | - |
| XYZ | 34.64 | 23.58 | 97.33 | - |
| YUV | 134.64 | 195.93 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 255 | 0.44 | 0.58 | 0 | 0 | 254.59 | 1 | 0.71 |
| Hex | 8F | 6B | FF | 2C | 3A | 0 | 0 | FF | 64 | 47 |
| Octal | 217 | 153 | 377 | 54 | 72 | 0 | 0 | 377 | 144 | 107 |
| Binary | 10001111 | 1101011 | 11111111 | 101100 | 111010 | 0 | 0 | 11111111 | 1100100 | 1000111 |
Color Harmonies of #8F6BFF
Complementary color
Monochromatic Colors of #8F6BFF
Black with #8F6BFF
Text Example
Text Example
White with #8F6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BFF; }
p { color: rgb(143,107,255); }
H1.HeaderClassName
{
color: #8F6BFF;
}
.AnyTagClassName
{
color: #8F6BFF;
}
</style>
background-color css
<style>
a { background-color: #8F6BFF; }
a { background-color: rgb(143,107,255); }
div.DivClassName
{
background-color: #8F6BFF;
}
.BgClassName
{
background-color: #8F6BFF;
}
</style>
border-color css
<style>
span { border-color: #8F6BFF; }
span { border-color: rgb(143,107,255); }
td.TdClassName
{
border-color: #8F6BFF;
}
.TagClassName
{
border-color: #8F6BFF;
}
</style>