Shades of Light Slate Blue #9F66FE
Tints of Light Slate Blue #9F66FE
RGB
CMYK
RGB Variations
Color information
#9F66FE (or 0x9F66FE) is known color: Light Slate Blue. HEX triplet: 9F, 66 and FE. RGB value is (159,102,254). Sum of RGB (Red+Green+Blue) = 159+102+254=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F66FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F66FE is #609901. Grayscale: #878787. Windows color (decimal): -6330626 or 16672415. OLE color: 16672415.
HSL color Cylindrical-coordinate representation of color #9F66FE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F66FE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 102 | 254 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.00 |
| HSL | 262.5º | 0.99% | 0.7% | - |
| HSV(B) | 262.5º | 0.6% | 1% | - |
| XYZ | 36.94 | 24.03 | 96.46 | - |
| YUV | 136.37 | 194.38 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 254 | 0.37 | 0.60 | 0 | 0.00 | 262.5 | 0.99 | 0.7 |
| Hex | 9F | 66 | FE | 25 | 3C | 0 | 0 | 106 | 63 | 46 |
| Octal | 237 | 146 | 376 | 45 | 74 | 0 | 0 | 406 | 143 | 106 |
| Binary | 10011111 | 1100110 | 11111110 | 100101 | 111100 | 0 | 0 | 100000110 | 1100011 | 1000110 |
Color Harmonies of #9F66FE
Complementary color
Monochromatic Colors of #9F66FE
Black with #9F66FE
Text Example
Text Example
White with #9F66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F66FE; }
p { color: rgb(159,102,254); }
H1.HeaderClassName
{
color: #9F66FE;
}
.AnyTagClassName
{
color: #9F66FE;
}
</style>
background-color css
<style>
a { background-color: #9F66FE; }
a { background-color: rgb(159,102,254); }
div.DivClassName
{
background-color: #9F66FE;
}
.BgClassName
{
background-color: #9F66FE;
}
</style>
border-color css
<style>
span { border-color: #9F66FE; }
span { border-color: rgb(159,102,254); }
td.TdClassName
{
border-color: #9F66FE;
}
.TagClassName
{
border-color: #9F66FE;
}
</style>