Shades of Light Slate Blue #9B7AFF
Tints of Light Slate Blue #9B7AFF
RGB
CMYK
RGB Variations
Color information
#9B7AFF (or 0x9B7AFF) is known color: Light Slate Blue. HEX triplet: 9B, 7A and FF. RGB value is (155,122,255). Sum of RGB (Red+Green+Blue) = 155+122+255=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B7AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AFF is #648500. Grayscale: #929292. Windows color (decimal): -6587649 or 16743067. OLE color: 16743067.
HSL color Cylindrical-coordinate representation of color #9B7AFF: hue angle of 254.89º 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 #9B7AFF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 122 | 255 | - |
| CMYK | 0.39 | 0.52 | 0 | 0 |
| HSL | 254.89º | 1% | 0.74% | - |
| HSV(B) | 254.89º | 0.52% | 1% | - |
| XYZ | 38.53 | 28.11 | 98 | - |
| YUV | 147.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 255 | 0.39 | 0.52 | 0 | 0 | 254.89 | 1 | 0.74 |
| Hex | 9B | 7A | FF | 27 | 34 | 0 | 0 | FF | 64 | 4A |
| Octal | 233 | 172 | 377 | 47 | 64 | 0 | 0 | 377 | 144 | 112 |
| Binary | 10011011 | 1111010 | 11111111 | 100111 | 110100 | 0 | 0 | 11111111 | 1100100 | 1001010 |
Color Harmonies of #9B7AFF
Complementary color
Monochromatic Colors of #9B7AFF
Black with #9B7AFF
Text Example
Text Example
White with #9B7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7AFF; }
p { color: rgb(155,122,255); }
H1.HeaderClassName
{
color: #9B7AFF;
}
.AnyTagClassName
{
color: #9B7AFF;
}
</style>
background-color css
<style>
a { background-color: #9B7AFF; }
a { background-color: rgb(155,122,255); }
div.DivClassName
{
background-color: #9B7AFF;
}
.BgClassName
{
background-color: #9B7AFF;
}
</style>
border-color css
<style>
span { border-color: #9B7AFF; }
span { border-color: rgb(155,122,255); }
td.TdClassName
{
border-color: #9B7AFF;
}
.TagClassName
{
border-color: #9B7AFF;
}
</style>