Shades of Light Slate Blue #9B73FF
Tints of Light Slate Blue #9B73FF
RGB
CMYK
RGB Variations
Color information
#9B73FF (or 0x9B73FF) is known color: Light Slate Blue. HEX triplet: 9B, 73 and FF. RGB value is (155,115,255). Sum of RGB (Red+Green+Blue) = 155+115+255=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B73FF is #648C00. Grayscale: #8E8E8E. Windows color (decimal): -6589441 or 16741275. OLE color: 16741275.
HSL color Cylindrical-coordinate representation of color #9B73FF: hue angle of 257.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B73FF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 115 | 255 | - |
| CMYK | 0.39 | 0.55 | 0 | 0 |
| HSL | 257.14º | 1% | 0.73% | - |
| HSV(B) | 257.14º | 0.55% | 1% | - |
| XYZ | 37.7 | 26.45 | 97.73 | - |
| YUV | 142.92 | 191.25 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 255 | 0.39 | 0.55 | 0 | 0 | 257.14 | 1 | 0.73 |
| Hex | 9B | 73 | FF | 27 | 37 | 0 | 0 | 101 | 64 | 49 |
| Octal | 233 | 163 | 377 | 47 | 67 | 0 | 0 | 401 | 144 | 111 |
| Binary | 10011011 | 1110011 | 11111111 | 100111 | 110111 | 0 | 0 | 100000001 | 1100100 | 1001001 |
Color Harmonies of #9B73FF
Complementary color
Monochromatic Colors of #9B73FF
Black with #9B73FF
Text Example
Text Example
White with #9B73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B73FF; }
p { color: rgb(155,115,255); }
H1.HeaderClassName
{
color: #9B73FF;
}
.AnyTagClassName
{
color: #9B73FF;
}
</style>
background-color css
<style>
a { background-color: #9B73FF; }
a { background-color: rgb(155,115,255); }
div.DivClassName
{
background-color: #9B73FF;
}
.BgClassName
{
background-color: #9B73FF;
}
</style>
border-color css
<style>
span { border-color: #9B73FF; }
span { border-color: rgb(155,115,255); }
td.TdClassName
{
border-color: #9B73FF;
}
.TagClassName
{
border-color: #9B73FF;
}
</style>