Shades of Light Slate Blue #9B68FC
Tints of Light Slate Blue #9B68FC
RGB
CMYK
RGB Variations
Color information
#9B68FC (or 0x9B68FC) is known color: Light Slate Blue. HEX triplet: 9B, 68 and FC. RGB value is (155,104,252). Sum of RGB (Red+Green+Blue) = 155+104+252=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B68FC is #649703. Grayscale: #878787. Windows color (decimal): -6592260 or 16541851. OLE color: 16541851.
HSL color Cylindrical-coordinate representation of color #9B68FC: hue angle of 260.68º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B68FC is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 104 | 252 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.01 |
| HSL | 260.68º | 0.96% | 0.7% | - |
| HSV(B) | 260.68º | 0.59% | 0.99% | - |
| XYZ | 36.04 | 23.9 | 94.81 | - |
| YUV | 136.12 | 193.4 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 252 | 0.38 | 0.59 | 0 | 0.01 | 260.68 | 0.96 | 0.7 |
| Hex | 9B | 68 | FC | 26 | 3B | 0 | 1 | 105 | 60 | 46 |
| Octal | 233 | 150 | 374 | 46 | 73 | 0 | 1 | 405 | 140 | 106 |
| Binary | 10011011 | 1101000 | 11111100 | 100110 | 111011 | 0 | 1 | 100000101 | 1100000 | 1000110 |
Color Harmonies of #9B68FC
Complementary color
Monochromatic Colors of #9B68FC
Black with #9B68FC
Text Example
Text Example
White with #9B68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B68FC; }
p { color: rgb(155,104,252); }
H1.HeaderClassName
{
color: #9B68FC;
}
.AnyTagClassName
{
color: #9B68FC;
}
</style>
background-color css
<style>
a { background-color: #9B68FC; }
a { background-color: rgb(155,104,252); }
div.DivClassName
{
background-color: #9B68FC;
}
.BgClassName
{
background-color: #9B68FC;
}
</style>
border-color css
<style>
span { border-color: #9B68FC; }
span { border-color: rgb(155,104,252); }
td.TdClassName
{
border-color: #9B68FC;
}
.TagClassName
{
border-color: #9B68FC;
}
</style>