Shades of Light Slate Blue #9B67FA
Tints of Light Slate Blue #9B67FA
RGB
CMYK
RGB Variations
Color information
#9B67FA (or 0x9B67FA) is known color: Light Slate Blue. HEX triplet: 9B, 67 and FA. RGB value is (155,103,250). Sum of RGB (Red+Green+Blue) = 155+103+250=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B67FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B67FA is #649805. Grayscale: #868686. Windows color (decimal): -6592518 or 16410523. OLE color: 16410523.
HSL color Cylindrical-coordinate representation of color #9B67FA: hue angle of 261.22º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B67FA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 103 | 250 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.02 |
| HSL | 261.22º | 0.94% | 0.69% | - |
| HSV(B) | 261.22º | 0.59% | 0.98% | - |
| XYZ | 35.62 | 23.57 | 93.11 | - |
| YUV | 135.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 250 | 0.38 | 0.59 | 0 | 0.02 | 261.22 | 0.94 | 0.69 |
| Hex | 9B | 67 | FA | 26 | 3B | 0 | 2 | 105 | 5E | 45 |
| Octal | 233 | 147 | 372 | 46 | 73 | 0 | 2 | 405 | 136 | 105 |
| Binary | 10011011 | 1100111 | 11111010 | 100110 | 111011 | 0 | 10 | 100000101 | 1011110 | 1000101 |
Color Harmonies of #9B67FA
Complementary color
Monochromatic Colors of #9B67FA
Black with #9B67FA
Text Example
Text Example
White with #9B67FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B67FA; }
p { color: rgb(155,103,250); }
H1.HeaderClassName
{
color: #9B67FA;
}
.AnyTagClassName
{
color: #9B67FA;
}
</style>
background-color css
<style>
a { background-color: #9B67FA; }
a { background-color: rgb(155,103,250); }
div.DivClassName
{
background-color: #9B67FA;
}
.BgClassName
{
background-color: #9B67FA;
}
</style>
border-color css
<style>
span { border-color: #9B67FA; }
span { border-color: rgb(155,103,250); }
td.TdClassName
{
border-color: #9B67FA;
}
.TagClassName
{
border-color: #9B67FA;
}
</style>