Shades of Light Slate Blue #9B71F9
Tints of Light Slate Blue #9B71F9
RGB
CMYK
RGB Variations
Color information
#9B71F9 (or 0x9B71F9) is known color: Light Slate Blue. HEX triplet: 9B, 71 and F9. RGB value is (155,113,249). Sum of RGB (Red+Green+Blue) = 155+113+249=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #9B71F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B71F9 is #648E06. Grayscale: #8C8C8C. Windows color (decimal): -6589959 or 16347547. OLE color: 16347547.
HSL color Cylindrical-coordinate representation of color #9B71F9: hue angle of 258.53º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B71F9 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 113 | 249 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.02 |
| HSL | 258.53º | 0.92% | 0.71% | - |
| HSV(B) | 258.53º | 0.55% | 0.98% | - |
| XYZ | 36.52 | 25.62 | 92.64 | - |
| YUV | 141.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 249 | 0.38 | 0.55 | 0 | 0.02 | 258.53 | 0.92 | 0.71 |
| Hex | 9B | 71 | F9 | 26 | 37 | 0 | 2 | 103 | 5C | 47 |
| Octal | 233 | 161 | 371 | 46 | 67 | 0 | 2 | 403 | 134 | 107 |
| Binary | 10011011 | 1110001 | 11111001 | 100110 | 110111 | 0 | 10 | 100000011 | 1011100 | 1000111 |
Color Harmonies of #9B71F9
Complementary color
Monochromatic Colors of #9B71F9
Black with #9B71F9
Text Example
Text Example
White with #9B71F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B71F9; }
p { color: rgb(155,113,249); }
H1.HeaderClassName
{
color: #9B71F9;
}
.AnyTagClassName
{
color: #9B71F9;
}
</style>
background-color css
<style>
a { background-color: #9B71F9; }
a { background-color: rgb(155,113,249); }
div.DivClassName
{
background-color: #9B71F9;
}
.BgClassName
{
background-color: #9B71F9;
}
</style>
border-color css
<style>
span { border-color: #9B71F9; }
span { border-color: rgb(155,113,249); }
td.TdClassName
{
border-color: #9B71F9;
}
.TagClassName
{
border-color: #9B71F9;
}
</style>