Shades of Light Slate Blue #8F67FB
Tints of Light Slate Blue #8F67FB
RGB
CMYK
RGB Variations
Color information
#8F67FB (or 0x8F67FB) is known color: Light Slate Blue. HEX triplet: 8F, 67 and FB. RGB value is (143,103,251). Sum of RGB (Red+Green+Blue) = 143+103+251=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F67FB is #709804. Grayscale: #838383. Windows color (decimal): -7378949 or 16476047. OLE color: 16476047.
HSL color Cylindrical-coordinate representation of color #8F67FB: hue angle of 256.22º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F67FB is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 103 | 251 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.02 |
| HSL | 256.22º | 0.95% | 0.69% | - |
| HSV(B) | 256.22º | 0.59% | 0.98% | - |
| XYZ | 33.59 | 22.51 | 93.84 | - |
| YUV | 131.83 | 195.25 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 251 | 0.43 | 0.59 | 0 | 0.02 | 256.22 | 0.95 | 0.69 |
| Hex | 8F | 67 | FB | 2B | 3B | 0 | 2 | 100 | 5F | 45 |
| Octal | 217 | 147 | 373 | 53 | 73 | 0 | 2 | 400 | 137 | 105 |
| Binary | 10001111 | 1100111 | 11111011 | 101011 | 111011 | 0 | 10 | 100000000 | 1011111 | 1000101 |
Color Harmonies of #8F67FB
Complementary color
Monochromatic Colors of #8F67FB
Black with #8F67FB
Text Example
Text Example
White with #8F67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F67FB; }
p { color: rgb(143,103,251); }
H1.HeaderClassName
{
color: #8F67FB;
}
.AnyTagClassName
{
color: #8F67FB;
}
</style>
background-color css
<style>
a { background-color: #8F67FB; }
a { background-color: rgb(143,103,251); }
div.DivClassName
{
background-color: #8F67FB;
}
.BgClassName
{
background-color: #8F67FB;
}
</style>
border-color css
<style>
span { border-color: #8F67FB; }
span { border-color: rgb(143,103,251); }
td.TdClassName
{
border-color: #8F67FB;
}
.TagClassName
{
border-color: #8F67FB;
}
</style>