Shades of Light Slate Blue #8F6BFE
Tints of Light Slate Blue #8F6BFE
RGB
CMYK
RGB Variations
Color information
#8F6BFE (or 0x8F6BFE) is known color: Light Slate Blue. HEX triplet: 8F, 6B and FE. RGB value is (143,107,254). Sum of RGB (Red+Green+Blue) = 143+107+254=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F6BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6BFE is #709401. Grayscale: #858585. Windows color (decimal): -7377922 or 16673679. OLE color: 16673679.
HSL color Cylindrical-coordinate representation of color #8F6BFE: hue angle of 254.69º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F6BFE is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 107 | 254 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.00 |
| HSL | 254.69º | 0.99% | 0.71% | - |
| HSV(B) | 254.69º | 0.58% | 1% | - |
| XYZ | 34.47 | 23.51 | 96.49 | - |
| YUV | 134.52 | 195.43 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 254 | 0.44 | 0.58 | 0 | 0.00 | 254.69 | 0.99 | 0.71 |
| Hex | 8F | 6B | FE | 2C | 3A | 0 | 0 | FF | 63 | 47 |
| Octal | 217 | 153 | 376 | 54 | 72 | 0 | 0 | 377 | 143 | 107 |
| Binary | 10001111 | 1101011 | 11111110 | 101100 | 111010 | 0 | 0 | 11111111 | 1100011 | 1000111 |
Color Harmonies of #8F6BFE
Complementary color
Monochromatic Colors of #8F6BFE
Black with #8F6BFE
Text Example
Text Example
White with #8F6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BFE; }
p { color: rgb(143,107,254); }
H1.HeaderClassName
{
color: #8F6BFE;
}
.AnyTagClassName
{
color: #8F6BFE;
}
</style>
background-color css
<style>
a { background-color: #8F6BFE; }
a { background-color: rgb(143,107,254); }
div.DivClassName
{
background-color: #8F6BFE;
}
.BgClassName
{
background-color: #8F6BFE;
}
</style>
border-color css
<style>
span { border-color: #8F6BFE; }
span { border-color: rgb(143,107,254); }
td.TdClassName
{
border-color: #8F6BFE;
}
.TagClassName
{
border-color: #8F6BFE;
}
</style>