Shades of Light Slate Blue #8F68FA
Tints of Light Slate Blue #8F68FA
RGB
CMYK
RGB Variations
Color information
#8F68FA (or 0x8F68FA) is known color: Light Slate Blue. HEX triplet: 8F, 68 and FA. RGB value is (143,104,250). Sum of RGB (Red+Green+Blue) = 143+104+250=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F68FA is #709705. Grayscale: #838383. Windows color (decimal): -7378694 or 16410767. OLE color: 16410767.
HSL color Cylindrical-coordinate representation of color #8F68FA: hue angle of 256.03º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F68FA is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 104 | 250 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.02 |
| HSL | 256.03º | 0.94% | 0.69% | - |
| HSV(B) | 256.03º | 0.58% | 0.98% | - |
| XYZ | 33.53 | 22.64 | 93.05 | - |
| YUV | 132.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 250 | 0.43 | 0.58 | 0 | 0.02 | 256.03 | 0.94 | 0.69 |
| Hex | 8F | 68 | FA | 2B | 3A | 0 | 2 | 100 | 5E | 45 |
| Octal | 217 | 150 | 372 | 53 | 72 | 0 | 2 | 400 | 136 | 105 |
| Binary | 10001111 | 1101000 | 11111010 | 101011 | 111010 | 0 | 10 | 100000000 | 1011110 | 1000101 |
Color Harmonies of #8F68FA
Complementary color
Monochromatic Colors of #8F68FA
Black with #8F68FA
Text Example
Text Example
White with #8F68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68FA; }
p { color: rgb(143,104,250); }
H1.HeaderClassName
{
color: #8F68FA;
}
.AnyTagClassName
{
color: #8F68FA;
}
</style>
background-color css
<style>
a { background-color: #8F68FA; }
a { background-color: rgb(143,104,250); }
div.DivClassName
{
background-color: #8F68FA;
}
.BgClassName
{
background-color: #8F68FA;
}
</style>
border-color css
<style>
span { border-color: #8F68FA; }
span { border-color: rgb(143,104,250); }
td.TdClassName
{
border-color: #8F68FA;
}
.TagClassName
{
border-color: #8F68FA;
}
</style>