Shades of Light Slate Blue #9F51FF
Tints of Light Slate Blue #9F51FF
RGB
CMYK
RGB Variations
Color information
#9F51FF (or 0x9F51FF) is known color: Light Slate Blue. HEX triplet: 9F, 51 and FF. RGB value is (159,81,255). Sum of RGB (Red+Green+Blue) = 159+81+255=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F51FF is #60AE00. Grayscale: #7B7B7B. Windows color (decimal): -6336001 or 16732575. OLE color: 16732575.
HSL color Cylindrical-coordinate representation of color #9F51FF: hue angle of 266.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F51FF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 81 | 255 | - |
| CMYK | 0.38 | 0.68 | 0 | 0 |
| HSL | 266.9º | 1% | 0.66% | - |
| HSV(B) | 266.9º | 0.68% | 1% | - |
| XYZ | 35.29 | 20.48 | 96.7 | - |
| YUV | 124.16 | 201.84 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 255 | 0.38 | 0.68 | 0 | 0 | 266.9 | 1 | 0.66 |
| Hex | 9F | 51 | FF | 26 | 44 | 0 | 0 | 10B | 64 | 42 |
| Octal | 237 | 121 | 377 | 46 | 104 | 0 | 0 | 413 | 144 | 102 |
| Binary | 10011111 | 1010001 | 11111111 | 100110 | 1000100 | 0 | 0 | 100001011 | 1100100 | 1000010 |
Color Harmonies of #9F51FF
Complementary color
Monochromatic Colors of #9F51FF
Black with #9F51FF
Text Example
Text Example
White with #9F51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51FF; }
p { color: rgb(159,81,255); }
H1.HeaderClassName
{
color: #9F51FF;
}
.AnyTagClassName
{
color: #9F51FF;
}
</style>
background-color css
<style>
a { background-color: #9F51FF; }
a { background-color: rgb(159,81,255); }
div.DivClassName
{
background-color: #9F51FF;
}
.BgClassName
{
background-color: #9F51FF;
}
</style>
border-color css
<style>
span { border-color: #9F51FF; }
span { border-color: rgb(159,81,255); }
td.TdClassName
{
border-color: #9F51FF;
}
.TagClassName
{
border-color: #9F51FF;
}
</style>