Shades of Light Slate Blue #9F7FFE
Tints of Light Slate Blue #9F7FFE
RGB
CMYK
RGB Variations
Color information
#9F7FFE (or 0x9F7FFE) is known color: Light Slate Blue. HEX triplet: 9F, 7F and FE. RGB value is (159,127,254). Sum of RGB (Red+Green+Blue) = 159+127+254=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F7FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7FFE is #608001. Grayscale: #969696. Windows color (decimal): -6324226 or 16678815. OLE color: 16678815.
HSL color Cylindrical-coordinate representation of color #9F7FFE: hue angle of 255.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F7FFE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 127 | 254 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.00 |
| HSL | 255.12º | 0.98% | 0.75% | - |
| HSV(B) | 255.12º | 0.5% | 1% | - |
| XYZ | 39.78 | 29.71 | 97.4 | - |
| YUV | 151.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 254 | 0.37 | 0.50 | 0 | 0.00 | 255.12 | 0.98 | 0.75 |
| Hex | 9F | 7F | FE | 25 | 32 | 0 | 0 | FF | 62 | 4B |
| Octal | 237 | 177 | 376 | 45 | 62 | 0 | 0 | 377 | 142 | 113 |
| Binary | 10011111 | 1111111 | 11111110 | 100101 | 110010 | 0 | 0 | 11111111 | 1100010 | 1001011 |
Color Harmonies of #9F7FFE
Complementary color
Monochromatic Colors of #9F7FFE
Black with #9F7FFE
Text Example
Text Example
White with #9F7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FFE; }
p { color: rgb(159,127,254); }
H1.HeaderClassName
{
color: #9F7FFE;
}
.AnyTagClassName
{
color: #9F7FFE;
}
</style>
background-color css
<style>
a { background-color: #9F7FFE; }
a { background-color: rgb(159,127,254); }
div.DivClassName
{
background-color: #9F7FFE;
}
.BgClassName
{
background-color: #9F7FFE;
}
</style>
border-color css
<style>
span { border-color: #9F7FFE; }
span { border-color: rgb(159,127,254); }
td.TdClassName
{
border-color: #9F7FFE;
}
.TagClassName
{
border-color: #9F7FFE;
}
</style>