Shades of Light Slate Blue #9F7EFE
Tints of Light Slate Blue #9F7EFE
RGB
CMYK
RGB Variations
Color information
#9F7EFE (or 0x9F7EFE) is known color: Light Slate Blue. HEX triplet: 9F, 7E and FE. RGB value is (159,126,254). Sum of RGB (Red+Green+Blue) = 159+126+254=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F7EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7EFE is #608101. Grayscale: #959595. Windows color (decimal): -6324482 or 16678559. OLE color: 16678559.
HSL color Cylindrical-coordinate representation of color #9F7EFE: hue angle of 255.47º 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 #9F7EFE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 126 | 254 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.00 |
| HSL | 255.47º | 0.98% | 0.75% | - |
| HSV(B) | 255.47º | 0.5% | 1% | - |
| XYZ | 39.65 | 29.45 | 97.36 | - |
| YUV | 150.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 254 | 0.37 | 0.50 | 0 | 0.00 | 255.47 | 0.98 | 0.75 |
| Hex | 9F | 7E | FE | 25 | 32 | 0 | 0 | FF | 62 | 4B |
| Octal | 237 | 176 | 376 | 45 | 62 | 0 | 0 | 377 | 142 | 113 |
| Binary | 10011111 | 1111110 | 11111110 | 100101 | 110010 | 0 | 0 | 11111111 | 1100010 | 1001011 |
Color Harmonies of #9F7EFE
Complementary color
Monochromatic Colors of #9F7EFE
Black with #9F7EFE
Text Example
Text Example
White with #9F7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EFE; }
p { color: rgb(159,126,254); }
H1.HeaderClassName
{
color: #9F7EFE;
}
.AnyTagClassName
{
color: #9F7EFE;
}
</style>
background-color css
<style>
a { background-color: #9F7EFE; }
a { background-color: rgb(159,126,254); }
div.DivClassName
{
background-color: #9F7EFE;
}
.BgClassName
{
background-color: #9F7EFE;
}
</style>
border-color css
<style>
span { border-color: #9F7EFE; }
span { border-color: rgb(159,126,254); }
td.TdClassName
{
border-color: #9F7EFE;
}
.TagClassName
{
border-color: #9F7EFE;
}
</style>