Shades of Light Slate Blue #8F68FB
Tints of Light Slate Blue #8F68FB
RGB
CMYK
RGB Variations
Color information
#8F68FB (or 0x8F68FB) is known color: Light Slate Blue. HEX triplet: 8F, 68 and FB. RGB value is (143,104,251). Sum of RGB (Red+Green+Blue) = 143+104+251=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F68FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F68FB is #709704. Grayscale: #838383. Windows color (decimal): -7378693 or 16476303. OLE color: 16476303.
HSL color Cylindrical-coordinate representation of color #8F68FB: hue angle of 255.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8F68FB is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 104 | 251 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.02 |
| HSL | 255.92º | 0.95% | 0.7% | - |
| HSV(B) | 255.92º | 0.59% | 0.98% | - |
| XYZ | 33.69 | 22.71 | 93.87 | - |
| YUV | 132.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 251 | 0.43 | 0.59 | 0 | 0.02 | 255.92 | 0.95 | 0.7 |
| Hex | 8F | 68 | FB | 2B | 3B | 0 | 2 | 100 | 5F | 46 |
| Octal | 217 | 150 | 373 | 53 | 73 | 0 | 2 | 400 | 137 | 106 |
| Binary | 10001111 | 1101000 | 11111011 | 101011 | 111011 | 0 | 10 | 100000000 | 1011111 | 1000110 |
Color Harmonies of #8F68FB
Complementary color
Monochromatic Colors of #8F68FB
Black with #8F68FB
Text Example
Text Example
White with #8F68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68FB; }
p { color: rgb(143,104,251); }
H1.HeaderClassName
{
color: #8F68FB;
}
.AnyTagClassName
{
color: #8F68FB;
}
</style>
background-color css
<style>
a { background-color: #8F68FB; }
a { background-color: rgb(143,104,251); }
div.DivClassName
{
background-color: #8F68FB;
}
.BgClassName
{
background-color: #8F68FB;
}
</style>
border-color css
<style>
span { border-color: #8F68FB; }
span { border-color: rgb(143,104,251); }
td.TdClassName
{
border-color: #8F68FB;
}
.TagClassName
{
border-color: #8F68FB;
}
</style>