Shades of Light Slate Blue #8F7BEF
Tints of Light Slate Blue #8F7BEF
RGB
CMYK
RGB Variations
Color information
#8F7BEF (or 0x8F7BEF) is known color: Light Slate Blue. HEX triplet: 8F, 7B and EF. RGB value is (143,123,239). Sum of RGB (Red+Green+Blue) = 143+123+239=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F7BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7BEF is #708410. Grayscale: #8D8D8D. Windows color (decimal): -7373841 or 15694735. OLE color: 15694735.
HSL color Cylindrical-coordinate representation of color #8F7BEF: hue angle of 250.34º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F7BEF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 123 | 239 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.06 |
| HSL | 250.34º | 0.78% | 0.71% | - |
| HSV(B) | 250.34º | 0.49% | 0.94% | - |
| XYZ | 33.99 | 26.24 | 84.93 | - |
| YUV | 142.2 | 182.63 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 239 | 0.40 | 0.49 | 0 | 0.06 | 250.34 | 0.78 | 0.71 |
| Hex | 8F | 7B | EF | 28 | 31 | 0 | 6 | FA | 4E | 47 |
| Octal | 217 | 173 | 357 | 50 | 61 | 0 | 6 | 372 | 116 | 107 |
| Binary | 10001111 | 1111011 | 11101111 | 101000 | 110001 | 0 | 110 | 11111010 | 1001110 | 1000111 |
Color Harmonies of #8F7BEF
Complementary color
Monochromatic Colors of #8F7BEF
Black with #8F7BEF
Text Example
Text Example
White with #8F7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BEF; }
p { color: rgb(143,123,239); }
H1.HeaderClassName
{
color: #8F7BEF;
}
.AnyTagClassName
{
color: #8F7BEF;
}
</style>
background-color css
<style>
a { background-color: #8F7BEF; }
a { background-color: rgb(143,123,239); }
div.DivClassName
{
background-color: #8F7BEF;
}
.BgClassName
{
background-color: #8F7BEF;
}
</style>
border-color css
<style>
span { border-color: #8F7BEF; }
span { border-color: rgb(143,123,239); }
td.TdClassName
{
border-color: #8F7BEF;
}
.TagClassName
{
border-color: #8F7BEF;
}
</style>