Shades of Light Slate Blue #8F7FFA
Tints of Light Slate Blue #8F7FFA
RGB
CMYK
RGB Variations
Color information
#8F7FFA (or 0x8F7FFA) is known color: Light Slate Blue. HEX triplet: 8F, 7F and FA. RGB value is (143,127,250). Sum of RGB (Red+Green+Blue) = 143+127+250=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F7FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7FFA is #708005. Grayscale: #919191. Windows color (decimal): -7372806 or 16416655. OLE color: 16416655.
HSL color Cylindrical-coordinate representation of color #8F7FFA: hue angle of 247.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F7FFA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 127 | 250 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.02 |
| HSL | 247.8º | 0.92% | 0.74% | - |
| HSV(B) | 247.8º | 0.49% | 0.98% | - |
| XYZ | 36.17 | 27.92 | 93.93 | - |
| YUV | 145.81 | 186.8 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 250 | 0.43 | 0.49 | 0 | 0.02 | 247.8 | 0.92 | 0.74 |
| Hex | 8F | 7F | FA | 2B | 31 | 0 | 2 | F8 | 5C | 4A |
| Octal | 217 | 177 | 372 | 53 | 61 | 0 | 2 | 370 | 134 | 112 |
| Binary | 10001111 | 1111111 | 11111010 | 101011 | 110001 | 0 | 10 | 11111000 | 1011100 | 1001010 |
Color Harmonies of #8F7FFA
Complementary color
Monochromatic Colors of #8F7FFA
Black with #8F7FFA
Text Example
Text Example
White with #8F7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FFA; }
p { color: rgb(143,127,250); }
H1.HeaderClassName
{
color: #8F7FFA;
}
.AnyTagClassName
{
color: #8F7FFA;
}
</style>
background-color css
<style>
a { background-color: #8F7FFA; }
a { background-color: rgb(143,127,250); }
div.DivClassName
{
background-color: #8F7FFA;
}
.BgClassName
{
background-color: #8F7FFA;
}
</style>
border-color css
<style>
span { border-color: #8F7FFA; }
span { border-color: rgb(143,127,250); }
td.TdClassName
{
border-color: #8F7FFA;
}
.TagClassName
{
border-color: #8F7FFA;
}
</style>