Shades of Light Slate Blue #9F7BFF
Tints of Light Slate Blue #9F7BFF
RGB
CMYK
RGB Variations
Color information
#9F7BFF (or 0x9F7BFF) is known color: Light Slate Blue. HEX triplet: 9F, 7B and FF. RGB value is (159,123,255). Sum of RGB (Red+Green+Blue) = 159+123+255=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BFF is #608400. Grayscale: #949494. Windows color (decimal): -6325249 or 16743327. OLE color: 16743327.
HSL color Cylindrical-coordinate representation of color #9F7BFF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F7BFF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 123 | 255 | - |
| CMYK | 0.38 | 0.52 | 0 | 0 |
| HSL | 256.36º | 1% | 0.74% | - |
| HSV(B) | 256.36º | 0.52% | 1% | - |
| XYZ | 39.43 | 28.76 | 98.08 | - |
| YUV | 148.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 255 | 0.38 | 0.52 | 0 | 0 | 256.36 | 1 | 0.74 |
| Hex | 9F | 7B | FF | 26 | 34 | 0 | 0 | 100 | 64 | 4A |
| Octal | 237 | 173 | 377 | 46 | 64 | 0 | 0 | 400 | 144 | 112 |
| Binary | 10011111 | 1111011 | 11111111 | 100110 | 110100 | 0 | 0 | 100000000 | 1100100 | 1001010 |
Color Harmonies of #9F7BFF
Complementary color
Monochromatic Colors of #9F7BFF
Black with #9F7BFF
Text Example
Text Example
White with #9F7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BFF; }
p { color: rgb(159,123,255); }
H1.HeaderClassName
{
color: #9F7BFF;
}
.AnyTagClassName
{
color: #9F7BFF;
}
</style>
background-color css
<style>
a { background-color: #9F7BFF; }
a { background-color: rgb(159,123,255); }
div.DivClassName
{
background-color: #9F7BFF;
}
.BgClassName
{
background-color: #9F7BFF;
}
</style>
border-color css
<style>
span { border-color: #9F7BFF; }
span { border-color: rgb(159,123,255); }
td.TdClassName
{
border-color: #9F7BFF;
}
.TagClassName
{
border-color: #9F7BFF;
}
</style>