Shades of Light Slate Blue #9F58FF
Tints of Light Slate Blue #9F58FF
RGB
CMYK
RGB Variations
Color information
#9F58FF (or 0x9F58FF) is known color: Light Slate Blue. HEX triplet: 9F, 58 and FF. RGB value is (159,88,255). Sum of RGB (Red+Green+Blue) = 159+88+255=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F58FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F58FF is #60A700. Grayscale: #7F7F7F. Windows color (decimal): -6334209 or 16734367. OLE color: 16734367.
HSL color Cylindrical-coordinate representation of color #9F58FF: hue angle of 265.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F58FF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 88 | 255 | - |
| CMYK | 0.38 | 0.65 | 0 | 0 |
| HSL | 265.51º | 1% | 0.67% | - |
| HSV(B) | 265.51º | 0.65% | 1% | - |
| XYZ | 35.84 | 21.57 | 96.88 | - |
| YUV | 128.27 | 199.52 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 255 | 0.38 | 0.65 | 0 | 0 | 265.51 | 1 | 0.67 |
| Hex | 9F | 58 | FF | 26 | 41 | 0 | 0 | 10A | 64 | 43 |
| Octal | 237 | 130 | 377 | 46 | 101 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10011111 | 1011000 | 11111111 | 100110 | 1000001 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #9F58FF
Complementary color
Monochromatic Colors of #9F58FF
Black with #9F58FF
Text Example
Text Example
White with #9F58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58FF; }
p { color: rgb(159,88,255); }
H1.HeaderClassName
{
color: #9F58FF;
}
.AnyTagClassName
{
color: #9F58FF;
}
</style>
background-color css
<style>
a { background-color: #9F58FF; }
a { background-color: rgb(159,88,255); }
div.DivClassName
{
background-color: #9F58FF;
}
.BgClassName
{
background-color: #9F58FF;
}
</style>
border-color css
<style>
span { border-color: #9F58FF; }
span { border-color: rgb(159,88,255); }
td.TdClassName
{
border-color: #9F58FF;
}
.TagClassName
{
border-color: #9F58FF;
}
</style>