Shades of Light Slate Blue #9F7BFD
Tints of Light Slate Blue #9F7BFD
RGB
CMYK
RGB Variations
Color information
#9F7BFD (or 0x9F7BFD) is known color: Light Slate Blue. HEX triplet: 9F, 7B and FD. RGB value is (159,123,253). Sum of RGB (Red+Green+Blue) = 159+123+253=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F7BFD is #608402. Grayscale: #949494. Windows color (decimal): -6325251 or 16612255. OLE color: 16612255.
HSL color Cylindrical-coordinate representation of color #9F7BFD: hue angle of 256.62º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F7BFD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 123 | 253 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.01 |
| HSL | 256.62º | 0.97% | 0.74% | - |
| HSV(B) | 256.62º | 0.51% | 0.99% | - |
| XYZ | 39.11 | 28.63 | 96.39 | - |
| YUV | 148.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 253 | 0.37 | 0.51 | 0 | 0.01 | 256.62 | 0.97 | 0.74 |
| Hex | 9F | 7B | FD | 25 | 33 | 0 | 1 | 101 | 61 | 4A |
| Octal | 237 | 173 | 375 | 45 | 63 | 0 | 1 | 401 | 141 | 112 |
| Binary | 10011111 | 1111011 | 11111101 | 100101 | 110011 | 0 | 1 | 100000001 | 1100001 | 1001010 |
Color Harmonies of #9F7BFD
Complementary color
Monochromatic Colors of #9F7BFD
Black with #9F7BFD
Text Example
Text Example
White with #9F7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7BFD; }
p { color: rgb(159,123,253); }
H1.HeaderClassName
{
color: #9F7BFD;
}
.AnyTagClassName
{
color: #9F7BFD;
}
</style>
background-color css
<style>
a { background-color: #9F7BFD; }
a { background-color: rgb(159,123,253); }
div.DivClassName
{
background-color: #9F7BFD;
}
.BgClassName
{
background-color: #9F7BFD;
}
</style>
border-color css
<style>
span { border-color: #9F7BFD; }
span { border-color: rgb(159,123,253); }
td.TdClassName
{
border-color: #9F7BFD;
}
.TagClassName
{
border-color: #9F7BFD;
}
</style>