Shades of Light Slate Blue #9B68FA
Tints of Light Slate Blue #9B68FA
RGB
CMYK
RGB Variations
Color information
#9B68FA (or 0x9B68FA) is known color: Light Slate Blue. HEX triplet: 9B, 68 and FA. RGB value is (155,104,250). Sum of RGB (Red+Green+Blue) = 155+104+250=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B68FA is #649705. Grayscale: #878787. Windows color (decimal): -6592262 or 16410779. OLE color: 16410779.
HSL color Cylindrical-coordinate representation of color #9B68FA: hue angle of 260.96º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B68FA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 104 | 250 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.02 |
| HSL | 260.96º | 0.94% | 0.69% | - |
| HSV(B) | 260.96º | 0.58% | 0.98% | - |
| XYZ | 35.72 | 23.77 | 93.15 | - |
| YUV | 135.89 | 192.4 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 250 | 0.38 | 0.58 | 0 | 0.02 | 260.96 | 0.94 | 0.69 |
| Hex | 9B | 68 | FA | 26 | 3A | 0 | 2 | 105 | 5E | 45 |
| Octal | 233 | 150 | 372 | 46 | 72 | 0 | 2 | 405 | 136 | 105 |
| Binary | 10011011 | 1101000 | 11111010 | 100110 | 111010 | 0 | 10 | 100000101 | 1011110 | 1000101 |
Color Harmonies of #9B68FA
Complementary color
Monochromatic Colors of #9B68FA
Black with #9B68FA
Text Example
Text Example
White with #9B68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B68FA; }
p { color: rgb(155,104,250); }
H1.HeaderClassName
{
color: #9B68FA;
}
.AnyTagClassName
{
color: #9B68FA;
}
</style>
background-color css
<style>
a { background-color: #9B68FA; }
a { background-color: rgb(155,104,250); }
div.DivClassName
{
background-color: #9B68FA;
}
.BgClassName
{
background-color: #9B68FA;
}
</style>
border-color css
<style>
span { border-color: #9B68FA; }
span { border-color: rgb(155,104,250); }
td.TdClassName
{
border-color: #9B68FA;
}
.TagClassName
{
border-color: #9B68FA;
}
</style>