Shades of Light Slate Blue #9F8BFD
Tints of Light Slate Blue #9F8BFD
RGB
CMYK
RGB Variations
Color information
#9F8BFD (or 0x9F8BFD) is known color: Light Slate Blue. HEX triplet: 9F, 8B and FD. RGB value is (159,139,253). Sum of RGB (Red+Green+Blue) = 159+139+253=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8BFD is #607402. Grayscale: #9D9D9D. Windows color (decimal): -6321155 or 16616351. OLE color: 16616351.
HSL color Cylindrical-coordinate representation of color #9F8BFD: hue angle of 250.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F8BFD is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 139 | 253 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.01 |
| HSL | 250.53º | 0.97% | 0.77% | - |
| HSV(B) | 250.53º | 0.45% | 0.99% | - |
| XYZ | 41.26 | 32.93 | 97.11 | - |
| YUV | 157.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 253 | 0.37 | 0.45 | 0 | 0.01 | 250.53 | 0.97 | 0.77 |
| Hex | 9F | 8B | FD | 25 | 2D | 0 | 1 | FB | 61 | 4D |
| Octal | 237 | 213 | 375 | 45 | 55 | 0 | 1 | 373 | 141 | 115 |
| Binary | 10011111 | 10001011 | 11111101 | 100101 | 101101 | 0 | 1 | 11111011 | 1100001 | 1001101 |
Color Harmonies of #9F8BFD
Complementary color
Monochromatic Colors of #9F8BFD
Black with #9F8BFD
Text Example
Text Example
White with #9F8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BFD; }
p { color: rgb(159,139,253); }
H1.HeaderClassName
{
color: #9F8BFD;
}
.AnyTagClassName
{
color: #9F8BFD;
}
</style>
background-color css
<style>
a { background-color: #9F8BFD; }
a { background-color: rgb(159,139,253); }
div.DivClassName
{
background-color: #9F8BFD;
}
.BgClassName
{
background-color: #9F8BFD;
}
</style>
border-color css
<style>
span { border-color: #9F8BFD; }
span { border-color: rgb(159,139,253); }
td.TdClassName
{
border-color: #9F8BFD;
}
.TagClassName
{
border-color: #9F8BFD;
}
</style>