Shades of Light Slate Blue #9F7DFE
Tints of Light Slate Blue #9F7DFE
RGB
CMYK
RGB Variations
Color information
#9F7DFE (or 0x9F7DFE) is known color: Light Slate Blue. HEX triplet: 9F, 7D and FE. RGB value is (159,125,254). Sum of RGB (Red+Green+Blue) = 159+125+254=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7DFE is #608201. Grayscale: #959595. Windows color (decimal): -6324738 or 16678303. OLE color: 16678303.
HSL color Cylindrical-coordinate representation of color #9F7DFE: hue angle of 255.81º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F7DFE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 125 | 254 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.00 |
| HSL | 255.81º | 0.98% | 0.74% | - |
| HSV(B) | 255.81º | 0.51% | 1% | - |
| XYZ | 39.52 | 29.19 | 97.32 | - |
| YUV | 149.87 | 186.76 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 254 | 0.37 | 0.51 | 0 | 0.00 | 255.81 | 0.98 | 0.74 |
| Hex | 9F | 7D | FE | 25 | 33 | 0 | 0 | 100 | 62 | 4A |
| Octal | 237 | 175 | 376 | 45 | 63 | 0 | 0 | 400 | 142 | 112 |
| Binary | 10011111 | 1111101 | 11111110 | 100101 | 110011 | 0 | 0 | 100000000 | 1100010 | 1001010 |
Color Harmonies of #9F7DFE
Complementary color
Monochromatic Colors of #9F7DFE
Black with #9F7DFE
Text Example
Text Example
White with #9F7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DFE; }
p { color: rgb(159,125,254); }
H1.HeaderClassName
{
color: #9F7DFE;
}
.AnyTagClassName
{
color: #9F7DFE;
}
</style>
background-color css
<style>
a { background-color: #9F7DFE; }
a { background-color: rgb(159,125,254); }
div.DivClassName
{
background-color: #9F7DFE;
}
.BgClassName
{
background-color: #9F7DFE;
}
</style>
border-color css
<style>
span { border-color: #9F7DFE; }
span { border-color: rgb(159,125,254); }
td.TdClassName
{
border-color: #9F7DFE;
}
.TagClassName
{
border-color: #9F7DFE;
}
</style>