Shades of Light Slate Blue #9F73FE
Tints of Light Slate Blue #9F73FE
RGB
CMYK
RGB Variations
Color information
#9F73FE (or 0x9F73FE) is known color: Light Slate Blue. HEX triplet: 9F, 73 and FE. RGB value is (159,115,254). Sum of RGB (Red+Green+Blue) = 159+115+254=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73FE is #608C01. Grayscale: #8F8F8F. Windows color (decimal): -6327298 or 16675743. OLE color: 16675743.
HSL color Cylindrical-coordinate representation of color #9F73FE: hue angle of 258.99º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F73FE is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 115 | 254 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.00 |
| HSL | 258.99º | 0.99% | 0.72% | - |
| HSV(B) | 258.99º | 0.55% | 1% | - |
| XYZ | 38.32 | 26.79 | 96.92 | - |
| YUV | 144 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 254 | 0.37 | 0.55 | 0 | 0.00 | 258.99 | 0.99 | 0.72 |
| Hex | 9F | 73 | FE | 25 | 37 | 0 | 0 | 103 | 63 | 48 |
| Octal | 237 | 163 | 376 | 45 | 67 | 0 | 0 | 403 | 143 | 110 |
| Binary | 10011111 | 1110011 | 11111110 | 100101 | 110111 | 0 | 0 | 100000011 | 1100011 | 1001000 |
Color Harmonies of #9F73FE
Complementary color
Monochromatic Colors of #9F73FE
Black with #9F73FE
Text Example
Text Example
White with #9F73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73FE; }
p { color: rgb(159,115,254); }
H1.HeaderClassName
{
color: #9F73FE;
}
.AnyTagClassName
{
color: #9F73FE;
}
</style>
background-color css
<style>
a { background-color: #9F73FE; }
a { background-color: rgb(159,115,254); }
div.DivClassName
{
background-color: #9F73FE;
}
.BgClassName
{
background-color: #9F73FE;
}
</style>
border-color css
<style>
span { border-color: #9F73FE; }
span { border-color: rgb(159,115,254); }
td.TdClassName
{
border-color: #9F73FE;
}
.TagClassName
{
border-color: #9F73FE;
}
</style>