Shades of Light Slate Blue #8F7AFE
Tints of Light Slate Blue #8F7AFE
RGB
CMYK
RGB Variations
Color information
#8F7AFE (or 0x8F7AFE) is known color: Light Slate Blue. HEX triplet: 8F, 7A and FE. RGB value is (143,122,254). Sum of RGB (Red+Green+Blue) = 143+122+254=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F7AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7AFE is #708501. Grayscale: #8E8E8E. Windows color (decimal): -7374082 or 16677519. OLE color: 16677519.
HSL color Cylindrical-coordinate representation of color #8F7AFE: hue angle of 249.55º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F7AFE is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 122 | 254 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.00 |
| HSL | 249.55º | 0.99% | 0.74% | - |
| HSV(B) | 249.55º | 0.52% | 1% | - |
| XYZ | 36.18 | 26.91 | 97.05 | - |
| YUV | 143.33 | 190.46 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 254 | 0.44 | 0.52 | 0 | 0.00 | 249.55 | 0.99 | 0.74 |
| Hex | 8F | 7A | FE | 2C | 34 | 0 | 0 | FA | 63 | 4A |
| Octal | 217 | 172 | 376 | 54 | 64 | 0 | 0 | 372 | 143 | 112 |
| Binary | 10001111 | 1111010 | 11111110 | 101100 | 110100 | 0 | 0 | 11111010 | 1100011 | 1001010 |
Color Harmonies of #8F7AFE
Complementary color
Monochromatic Colors of #8F7AFE
Black with #8F7AFE
Text Example
Text Example
White with #8F7AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AFE; }
p { color: rgb(143,122,254); }
H1.HeaderClassName
{
color: #8F7AFE;
}
.AnyTagClassName
{
color: #8F7AFE;
}
</style>
background-color css
<style>
a { background-color: #8F7AFE; }
a { background-color: rgb(143,122,254); }
div.DivClassName
{
background-color: #8F7AFE;
}
.BgClassName
{
background-color: #8F7AFE;
}
</style>
border-color css
<style>
span { border-color: #8F7AFE; }
span { border-color: rgb(143,122,254); }
td.TdClassName
{
border-color: #8F7AFE;
}
.TagClassName
{
border-color: #8F7AFE;
}
</style>