Shades of Light Slate Blue #8F7BFF
Tints of Light Slate Blue #8F7BFF
RGB
CMYK
RGB Variations
Color information
#8F7BFF (or 0x8F7BFF) is known color: Light Slate Blue. HEX triplet: 8F, 7B and FF. RGB value is (143,123,255). Sum of RGB (Red+Green+Blue) = 143+123+255=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7BFF is #708400. Grayscale: #8F8F8F. Windows color (decimal): -7373825 or 16743311. OLE color: 16743311.
HSL color Cylindrical-coordinate representation of color #8F7BFF: hue angle of 249.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F7BFF is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 123 | 255 | - |
| CMYK | 0.44 | 0.52 | 0 | 0 |
| HSL | 249.09º | 1% | 0.74% | - |
| HSV(B) | 249.09º | 0.52% | 1% | - |
| XYZ | 36.46 | 27.23 | 97.94 | - |
| YUV | 144.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 255 | 0.44 | 0.52 | 0 | 0 | 249.09 | 1 | 0.74 |
| Hex | 8F | 7B | FF | 2C | 34 | 0 | 0 | F9 | 64 | 4A |
| Octal | 217 | 173 | 377 | 54 | 64 | 0 | 0 | 371 | 144 | 112 |
| Binary | 10001111 | 1111011 | 11111111 | 101100 | 110100 | 0 | 0 | 11111001 | 1100100 | 1001010 |
Color Harmonies of #8F7BFF
Complementary color
Monochromatic Colors of #8F7BFF
Black with #8F7BFF
Text Example
Text Example
White with #8F7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BFF; }
p { color: rgb(143,123,255); }
H1.HeaderClassName
{
color: #8F7BFF;
}
.AnyTagClassName
{
color: #8F7BFF;
}
</style>
background-color css
<style>
a { background-color: #8F7BFF; }
a { background-color: rgb(143,123,255); }
div.DivClassName
{
background-color: #8F7BFF;
}
.BgClassName
{
background-color: #8F7BFF;
}
</style>
border-color css
<style>
span { border-color: #8F7BFF; }
span { border-color: rgb(143,123,255); }
td.TdClassName
{
border-color: #8F7BFF;
}
.TagClassName
{
border-color: #8F7BFF;
}
</style>