Shades of Light Slate Blue #9F58FE
Tints of Light Slate Blue #9F58FE
RGB
CMYK
RGB Variations
Color information
#9F58FE (or 0x9F58FE) is known color: Light Slate Blue. HEX triplet: 9F, 58 and FE. RGB value is (159,88,254). Sum of RGB (Red+Green+Blue) = 159+88+254=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F58FE is #60A701. Grayscale: #7F7F7F. Windows color (decimal): -6334210 or 16668831. OLE color: 16668831.
HSL color Cylindrical-coordinate representation of color #9F58FE: hue angle of 265.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F58FE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 88 | 254 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.00 |
| HSL | 265.66º | 0.99% | 0.67% | - |
| HSV(B) | 265.66º | 0.65% | 1% | - |
| XYZ | 35.68 | 21.51 | 96.04 | - |
| YUV | 128.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 254 | 0.37 | 0.65 | 0 | 0.00 | 265.66 | 0.99 | 0.67 |
| Hex | 9F | 58 | FE | 25 | 41 | 0 | 0 | 10A | 63 | 43 |
| Octal | 237 | 130 | 376 | 45 | 101 | 0 | 0 | 412 | 143 | 103 |
| Binary | 10011111 | 1011000 | 11111110 | 100101 | 1000001 | 0 | 0 | 100001010 | 1100011 | 1000011 |
Color Harmonies of #9F58FE
Complementary color
Monochromatic Colors of #9F58FE
Black with #9F58FE
Text Example
Text Example
White with #9F58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F58FE; }
p { color: rgb(159,88,254); }
H1.HeaderClassName
{
color: #9F58FE;
}
.AnyTagClassName
{
color: #9F58FE;
}
</style>
background-color css
<style>
a { background-color: #9F58FE; }
a { background-color: rgb(159,88,254); }
div.DivClassName
{
background-color: #9F58FE;
}
.BgClassName
{
background-color: #9F58FE;
}
</style>
border-color css
<style>
span { border-color: #9F58FE; }
span { border-color: rgb(159,88,254); }
td.TdClassName
{
border-color: #9F58FE;
}
.TagClassName
{
border-color: #9F58FE;
}
</style>