Shades of Light Slate Blue #8F7FF1
Tints of Light Slate Blue #8F7FF1
RGB
CMYK
RGB Variations
Color information
#8F7FF1 (or 0x8F7FF1) is known color: Light Slate Blue. HEX triplet: 8F, 7F and F1. RGB value is (143,127,241). Sum of RGB (Red+Green+Blue) = 143+127+241=511 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.98% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7FF1 is #70800E. Grayscale: #909090. Windows color (decimal): -7372815 or 15826831. OLE color: 15826831.
HSL color Cylindrical-coordinate representation of color #8F7FF1: hue angle of 248.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F7FF1 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 127 | 241 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.05 |
| HSL | 248.42º | 0.8% | 0.72% | - |
| HSV(B) | 248.42º | 0.47% | 0.95% | - |
| XYZ | 34.79 | 27.37 | 86.67 | - |
| YUV | 144.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 241 | 0.41 | 0.47 | 0 | 0.05 | 248.42 | 0.8 | 0.72 |
| Hex | 8F | 7F | F1 | 29 | 2F | 0 | 5 | F8 | 50 | 48 |
| Octal | 217 | 177 | 361 | 51 | 57 | 0 | 5 | 370 | 120 | 110 |
| Binary | 10001111 | 1111111 | 11110001 | 101001 | 101111 | 0 | 101 | 11111000 | 1010000 | 1001000 |
Color Harmonies of #8F7FF1
Complementary color
Monochromatic Colors of #8F7FF1
Black with #8F7FF1
Text Example
Text Example
White with #8F7FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FF1; }
p { color: rgb(143,127,241); }
H1.HeaderClassName
{
color: #8F7FF1;
}
.AnyTagClassName
{
color: #8F7FF1;
}
</style>
background-color css
<style>
a { background-color: #8F7FF1; }
a { background-color: rgb(143,127,241); }
div.DivClassName
{
background-color: #8F7FF1;
}
.BgClassName
{
background-color: #8F7FF1;
}
</style>
border-color css
<style>
span { border-color: #8F7FF1; }
span { border-color: rgb(143,127,241); }
td.TdClassName
{
border-color: #8F7FF1;
}
.TagClassName
{
border-color: #8F7FF1;
}
</style>