Shades of Light Slate Blue #8F7BFC
Tints of Light Slate Blue #8F7BFC
RGB
CMYK
RGB Variations
Color information
#8F7BFC (or 0x8F7BFC) is known color: Light Slate Blue. HEX triplet: 8F, 7B and FC. RGB value is (143,123,252). Sum of RGB (Red+Green+Blue) = 143+123+252=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F7BFC is #708403. Grayscale: #8F8F8F. Windows color (decimal): -7373828 or 16546703. OLE color: 16546703.
HSL color Cylindrical-coordinate representation of color #8F7BFC: hue angle of 249.3º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F7BFC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 123 | 252 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.01 |
| HSL | 249.3º | 0.96% | 0.74% | - |
| HSV(B) | 249.3º | 0.51% | 0.99% | - |
| XYZ | 35.98 | 27.03 | 95.42 | - |
| YUV | 143.69 | 189.13 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 123 | 252 | 0.43 | 0.51 | 0 | 0.01 | 249.3 | 0.96 | 0.74 |
| Hex | 8F | 7B | FC | 2B | 33 | 0 | 1 | F9 | 60 | 4A |
| Octal | 217 | 173 | 374 | 53 | 63 | 0 | 1 | 371 | 140 | 112 |
| Binary | 10001111 | 1111011 | 11111100 | 101011 | 110011 | 0 | 1 | 11111001 | 1100000 | 1001010 |
Color Harmonies of #8F7BFC
Complementary color
Monochromatic Colors of #8F7BFC
Black with #8F7BFC
Text Example
Text Example
White with #8F7BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7BFC; }
p { color: rgb(143,123,252); }
H1.HeaderClassName
{
color: #8F7BFC;
}
.AnyTagClassName
{
color: #8F7BFC;
}
</style>
background-color css
<style>
a { background-color: #8F7BFC; }
a { background-color: rgb(143,123,252); }
div.DivClassName
{
background-color: #8F7BFC;
}
.BgClassName
{
background-color: #8F7BFC;
}
</style>
border-color css
<style>
span { border-color: #8F7BFC; }
span { border-color: rgb(143,123,252); }
td.TdClassName
{
border-color: #8F7BFC;
}
.TagClassName
{
border-color: #8F7BFC;
}
</style>