Shades of Light Slate Blue #9F68FD
Tints of Light Slate Blue #9F68FD
RGB
CMYK
RGB Variations
Color information
#9F68FD (or 0x9F68FD) is known color: Light Slate Blue. HEX triplet: 9F, 68 and FD. RGB value is (159,104,253). Sum of RGB (Red+Green+Blue) = 159+104+253=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F68FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F68FD is #609702. Grayscale: #888888. Windows color (decimal): -6330115 or 16607391. OLE color: 16607391.
HSL color Cylindrical-coordinate representation of color #9F68FD: hue angle of 262.15º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F68FD is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 104 | 253 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.01 |
| HSL | 262.15º | 0.97% | 0.7% | - |
| HSV(B) | 262.15º | 0.59% | 0.99% | - |
| XYZ | 36.98 | 24.36 | 95.68 | - |
| YUV | 137.43 | 193.22 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 253 | 0.37 | 0.59 | 0 | 0.01 | 262.15 | 0.97 | 0.7 |
| Hex | 9F | 68 | FD | 25 | 3B | 0 | 1 | 106 | 61 | 46 |
| Octal | 237 | 150 | 375 | 45 | 73 | 0 | 1 | 406 | 141 | 106 |
| Binary | 10011111 | 1101000 | 11111101 | 100101 | 111011 | 0 | 1 | 100000110 | 1100001 | 1000110 |
Color Harmonies of #9F68FD
Complementary color
Monochromatic Colors of #9F68FD
Black with #9F68FD
Text Example
Text Example
White with #9F68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68FD; }
p { color: rgb(159,104,253); }
H1.HeaderClassName
{
color: #9F68FD;
}
.AnyTagClassName
{
color: #9F68FD;
}
</style>
background-color css
<style>
a { background-color: #9F68FD; }
a { background-color: rgb(159,104,253); }
div.DivClassName
{
background-color: #9F68FD;
}
.BgClassName
{
background-color: #9F68FD;
}
</style>
border-color css
<style>
span { border-color: #9F68FD; }
span { border-color: rgb(159,104,253); }
td.TdClassName
{
border-color: #9F68FD;
}
.TagClassName
{
border-color: #9F68FD;
}
</style>