Shades of Light Slate Blue #9B81F7
Tints of Light Slate Blue #9B81F7
RGB
CMYK
RGB Variations
Color information
#9B81F7 (or 0x9B81F7) is known color: Light Slate Blue. HEX triplet: 9B, 81 and F7. RGB value is (155,129,247). Sum of RGB (Red+Green+Blue) = 155+129+247=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #9B81F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B81F7 is #647E08. Grayscale: #959595. Windows color (decimal): -6585865 or 16220571. OLE color: 16220571.
HSL color Cylindrical-coordinate representation of color #9B81F7: hue angle of 253.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B81F7 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 129 | 247 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.03 |
| HSL | 253.22º | 0.88% | 0.74% | - |
| HSV(B) | 253.22º | 0.48% | 0.97% | - |
| XYZ | 38.16 | 29.38 | 91.66 | - |
| YUV | 150.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 247 | 0.37 | 0.48 | 0 | 0.03 | 253.22 | 0.88 | 0.74 |
| Hex | 9B | 81 | F7 | 25 | 30 | 0 | 3 | FD | 58 | 4A |
| Octal | 233 | 201 | 367 | 45 | 60 | 0 | 3 | 375 | 130 | 112 |
| Binary | 10011011 | 10000001 | 11110111 | 100101 | 110000 | 0 | 11 | 11111101 | 1011000 | 1001010 |
Color Harmonies of #9B81F7
Complementary color
Monochromatic Colors of #9B81F7
Black with #9B81F7
Text Example
Text Example
White with #9B81F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B81F7; }
p { color: rgb(155,129,247); }
H1.HeaderClassName
{
color: #9B81F7;
}
.AnyTagClassName
{
color: #9B81F7;
}
</style>
background-color css
<style>
a { background-color: #9B81F7; }
a { background-color: rgb(155,129,247); }
div.DivClassName
{
background-color: #9B81F7;
}
.BgClassName
{
background-color: #9B81F7;
}
</style>
border-color css
<style>
span { border-color: #9B81F7; }
span { border-color: rgb(155,129,247); }
td.TdClassName
{
border-color: #9B81F7;
}
.TagClassName
{
border-color: #9B81F7;
}
</style>