Shades of Light Slate Blue #8F5BFF
Tints of Light Slate Blue #8F5BFF
RGB
CMYK
RGB Variations
Color information
#8F5BFF (or 0x8F5BFF) is known color: Light Slate Blue. HEX triplet: 8F, 5B and FF. RGB value is (143,91,255). Sum of RGB (Red+Green+Blue) = 143+91+255=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F5BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5BFF is #70A400. Grayscale: #7C7C7C. Windows color (decimal): -7382017 or 16735119. OLE color: 16735119.
HSL color Cylindrical-coordinate representation of color #8F5BFF: hue angle of 259.02º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F5BFF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 91 | 255 | - |
| CMYK | 0.44 | 0.64 | 0 | 0 |
| HSL | 259.02º | 1% | 0.68% | - |
| HSV(B) | 259.02º | 0.64% | 1% | - |
| XYZ | 33.12 | 20.54 | 96.83 | - |
| YUV | 125.24 | 201.23 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 255 | 0.44 | 0.64 | 0 | 0 | 259.02 | 1 | 0.68 |
| Hex | 8F | 5B | FF | 2C | 40 | 0 | 0 | 103 | 64 | 44 |
| Octal | 217 | 133 | 377 | 54 | 100 | 0 | 0 | 403 | 144 | 104 |
| Binary | 10001111 | 1011011 | 11111111 | 101100 | 1000000 | 0 | 0 | 100000011 | 1100100 | 1000100 |
Color Harmonies of #8F5BFF
Complementary color
Monochromatic Colors of #8F5BFF
Black with #8F5BFF
Text Example
Text Example
White with #8F5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BFF; }
p { color: rgb(143,91,255); }
H1.HeaderClassName
{
color: #8F5BFF;
}
.AnyTagClassName
{
color: #8F5BFF;
}
</style>
background-color css
<style>
a { background-color: #8F5BFF; }
a { background-color: rgb(143,91,255); }
div.DivClassName
{
background-color: #8F5BFF;
}
.BgClassName
{
background-color: #8F5BFF;
}
</style>
border-color css
<style>
span { border-color: #8F5BFF; }
span { border-color: rgb(143,91,255); }
td.TdClassName
{
border-color: #8F5BFF;
}
.TagClassName
{
border-color: #8F5BFF;
}
</style>