Shades of Light Slate Blue #8F8FFB
Tints of Light Slate Blue #8F8FFB
RGB
CMYK
RGB Variations
Color information
#8F8FFB (or 0x8F8FFB) is known color: Light Slate Blue. HEX triplet: 8F, 8F and FB. RGB value is (143,143,251). Sum of RGB (Red+Green+Blue) = 143+143+251=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FFB is #707004. Grayscale: #9A9A9A. Windows color (decimal): -7368709 or 16486287. OLE color: 16486287.
HSL color Cylindrical-coordinate representation of color #8F8FFB: hue angle of 240º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F8FFB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 143 | 251 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.77% | - |
| HSV(B) | 240º | 0.43% | 0.98% | - |
| XYZ | 38.56 | 32.45 | 95.5 | - |
| YUV | 155.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 251 | 0.43 | 0.43 | 0 | 0.02 | 240 | 0.93 | 0.77 |
| Hex | 8F | 8F | FB | 2B | 2B | 0 | 2 | F0 | 5D | 4D |
| Octal | 217 | 217 | 373 | 53 | 53 | 0 | 2 | 360 | 135 | 115 |
| Binary | 10001111 | 10001111 | 11111011 | 101011 | 101011 | 0 | 10 | 11110000 | 1011101 | 1001101 |
Color Harmonies of #8F8FFB
Complementary color
Monochromatic Colors of #8F8FFB
Black with #8F8FFB
Text Example
Text Example
White with #8F8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FFB; }
p { color: rgb(143,143,251); }
H1.HeaderClassName
{
color: #8F8FFB;
}
.AnyTagClassName
{
color: #8F8FFB;
}
</style>
background-color css
<style>
a { background-color: #8F8FFB; }
a { background-color: rgb(143,143,251); }
div.DivClassName
{
background-color: #8F8FFB;
}
.BgClassName
{
background-color: #8F8FFB;
}
</style>
border-color css
<style>
span { border-color: #8F8FFB; }
span { border-color: rgb(143,143,251); }
td.TdClassName
{
border-color: #8F8FFB;
}
.TagClassName
{
border-color: #8F8FFB;
}
</style>