Shades of Light Slate Blue #9B7CF9
Tints of Light Slate Blue #9B7CF9
RGB
CMYK
RGB Variations
Color information
#9B7CF9 (or 0x9B7CF9) is known color: Light Slate Blue. HEX triplet: 9B, 7C and F9. RGB value is (155,124,249). Sum of RGB (Red+Green+Blue) = 155+124+249=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CF9 is #648306. Grayscale: #939393. Windows color (decimal): -6587143 or 16350363. OLE color: 16350363.
HSL color Cylindrical-coordinate representation of color #9B7CF9: hue angle of 254.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7CF9 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 124 | 249 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.02 |
| HSL | 254.88º | 0.91% | 0.73% | - |
| HSV(B) | 254.88º | 0.5% | 0.98% | - |
| XYZ | 37.82 | 28.22 | 93.08 | - |
| YUV | 147.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 249 | 0.38 | 0.50 | 0 | 0.02 | 254.88 | 0.91 | 0.73 |
| Hex | 9B | 7C | F9 | 26 | 32 | 0 | 2 | FF | 5B | 49 |
| Octal | 233 | 174 | 371 | 46 | 62 | 0 | 2 | 377 | 133 | 111 |
| Binary | 10011011 | 1111100 | 11111001 | 100110 | 110010 | 0 | 10 | 11111111 | 1011011 | 1001001 |
Color Harmonies of #9B7CF9
Complementary color
Monochromatic Colors of #9B7CF9
Black with #9B7CF9
Text Example
Text Example
White with #9B7CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7CF9; }
p { color: rgb(155,124,249); }
H1.HeaderClassName
{
color: #9B7CF9;
}
.AnyTagClassName
{
color: #9B7CF9;
}
</style>
background-color css
<style>
a { background-color: #9B7CF9; }
a { background-color: rgb(155,124,249); }
div.DivClassName
{
background-color: #9B7CF9;
}
.BgClassName
{
background-color: #9B7CF9;
}
</style>
border-color css
<style>
span { border-color: #9B7CF9; }
span { border-color: rgb(155,124,249); }
td.TdClassName
{
border-color: #9B7CF9;
}
.TagClassName
{
border-color: #9B7CF9;
}
</style>