Shades of Light Slate Blue #9B76FF
Tints of Light Slate Blue #9B76FF
RGB
CMYK
RGB Variations
Color information
#9B76FF (or 0x9B76FF) is known color: Light Slate Blue. HEX triplet: 9B, 76 and FF. RGB value is (155,118,255). Sum of RGB (Red+Green+Blue) = 155+118+255=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B76FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B76FF is #648900. Grayscale: #909090. Windows color (decimal): -6588673 or 16742043. OLE color: 16742043.
HSL color Cylindrical-coordinate representation of color #9B76FF: hue angle of 256.2º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B76FF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 118 | 255 | - |
| CMYK | 0.39 | 0.54 | 0 | 0 |
| HSL | 256.2º | 1% | 0.73% | - |
| HSV(B) | 256.2º | 0.54% | 1% | - |
| XYZ | 38.05 | 27.15 | 97.84 | - |
| YUV | 144.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 118 | 255 | 0.39 | 0.54 | 0 | 0 | 256.2 | 1 | 0.73 |
| Hex | 9B | 76 | FF | 27 | 36 | 0 | 0 | 100 | 64 | 49 |
| Octal | 233 | 166 | 377 | 47 | 66 | 0 | 0 | 400 | 144 | 111 |
| Binary | 10011011 | 1110110 | 11111111 | 100111 | 110110 | 0 | 0 | 100000000 | 1100100 | 1001001 |
Color Harmonies of #9B76FF
Complementary color
Monochromatic Colors of #9B76FF
Black with #9B76FF
Text Example
Text Example
White with #9B76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B76FF; }
p { color: rgb(155,118,255); }
H1.HeaderClassName
{
color: #9B76FF;
}
.AnyTagClassName
{
color: #9B76FF;
}
</style>
background-color css
<style>
a { background-color: #9B76FF; }
a { background-color: rgb(155,118,255); }
div.DivClassName
{
background-color: #9B76FF;
}
.BgClassName
{
background-color: #9B76FF;
}
</style>
border-color css
<style>
span { border-color: #9B76FF; }
span { border-color: rgb(155,118,255); }
td.TdClassName
{
border-color: #9B76FF;
}
.TagClassName
{
border-color: #9B76FF;
}
</style>