Shades of Light Slate Blue #9B7BFF
Tints of Light Slate Blue #9B7BFF
RGB
CMYK
RGB Variations
Color information
#9B7BFF (or 0x9B7BFF) is known color: Light Slate Blue. HEX triplet: 9B, 7B and FF. RGB value is (155,123,255). Sum of RGB (Red+Green+Blue) = 155+123+255=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7BFF is #648400. Grayscale: #939393. Windows color (decimal): -6587393 or 16743323. OLE color: 16743323.
HSL color Cylindrical-coordinate representation of color #9B7BFF: hue angle of 254.55º 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 #9B7BFF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 123 | 255 | - |
| CMYK | 0.39 | 0.52 | 0 | 0 |
| HSL | 254.55º | 1% | 0.74% | - |
| HSV(B) | 254.55º | 0.52% | 1% | - |
| XYZ | 38.65 | 28.35 | 98.04 | - |
| YUV | 147.62 | 188.6 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 255 | 0.39 | 0.52 | 0 | 0 | 254.55 | 1 | 0.74 |
| Hex | 9B | 7B | FF | 27 | 34 | 0 | 0 | FF | 64 | 4A |
| Octal | 233 | 173 | 377 | 47 | 64 | 0 | 0 | 377 | 144 | 112 |
| Binary | 10011011 | 1111011 | 11111111 | 100111 | 110100 | 0 | 0 | 11111111 | 1100100 | 1001010 |
Color Harmonies of #9B7BFF
Complementary color
Monochromatic Colors of #9B7BFF
Black with #9B7BFF
Text Example
Text Example
White with #9B7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7BFF; }
p { color: rgb(155,123,255); }
H1.HeaderClassName
{
color: #9B7BFF;
}
.AnyTagClassName
{
color: #9B7BFF;
}
</style>
background-color css
<style>
a { background-color: #9B7BFF; }
a { background-color: rgb(155,123,255); }
div.DivClassName
{
background-color: #9B7BFF;
}
.BgClassName
{
background-color: #9B7BFF;
}
</style>
border-color css
<style>
span { border-color: #9B7BFF; }
span { border-color: rgb(155,123,255); }
td.TdClassName
{
border-color: #9B7BFF;
}
.TagClassName
{
border-color: #9B7BFF;
}
</style>