Shades of Light Slate Blue #9B7AF7
Tints of Light Slate Blue #9B7AF7
RGB
CMYK
RGB Variations
Color information
#9B7AF7 (or 0x9B7AF7) is known color: Light Slate Blue. HEX triplet: 9B, 7A and F7. RGB value is (155,122,247). Sum of RGB (Red+Green+Blue) = 155+122+247=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 247 (96.88% from 255 or 47.14% from 524); Max value from RGB is 247 - color contains mainly: blue. Hex color #9B7AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AF7 is #648508. Grayscale: #919191. Windows color (decimal): -6587657 or 16218779. OLE color: 16218779.
HSL color Cylindrical-coordinate representation of color #9B7AF7: hue angle of 255.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B7AF7 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 122 | 247 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.03 |
| HSL | 255.84º | 0.89% | 0.72% | - |
| HSV(B) | 255.84º | 0.51% | 0.97% | - |
| XYZ | 37.27 | 27.6 | 91.36 | - |
| YUV | 146.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 247 | 0.37 | 0.51 | 0 | 0.03 | 255.84 | 0.89 | 0.72 |
| Hex | 9B | 7A | F7 | 25 | 33 | 0 | 3 | 100 | 59 | 48 |
| Octal | 233 | 172 | 367 | 45 | 63 | 0 | 3 | 400 | 131 | 110 |
| Binary | 10011011 | 1111010 | 11110111 | 100101 | 110011 | 0 | 11 | 100000000 | 1011001 | 1001000 |
Color Harmonies of #9B7AF7
Complementary color
Monochromatic Colors of #9B7AF7
Black with #9B7AF7
Text Example
Text Example
White with #9B7AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7AF7; }
p { color: rgb(155,122,247); }
H1.HeaderClassName
{
color: #9B7AF7;
}
.AnyTagClassName
{
color: #9B7AF7;
}
</style>
background-color css
<style>
a { background-color: #9B7AF7; }
a { background-color: rgb(155,122,247); }
div.DivClassName
{
background-color: #9B7AF7;
}
.BgClassName
{
background-color: #9B7AF7;
}
</style>
border-color css
<style>
span { border-color: #9B7AF7; }
span { border-color: rgb(155,122,247); }
td.TdClassName
{
border-color: #9B7AF7;
}
.TagClassName
{
border-color: #9B7AF7;
}
</style>