Shades of Light Slate Blue #9B5FFC
Tints of Light Slate Blue #9B5FFC
RGB
CMYK
RGB Variations
Color information
#9B5FFC (or 0x9B5FFC) is known color: Light Slate Blue. HEX triplet: 9B, 5F and FC. RGB value is (155,95,252). Sum of RGB (Red+Green+Blue) = 155+95+252=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5FFC is #64A003. Grayscale: #828282. Windows color (decimal): -6594564 or 16539547. OLE color: 16539547.
HSL color Cylindrical-coordinate representation of color #9B5FFC: hue angle of 262.93º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B5FFC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 95 | 252 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.01 |
| HSL | 262.93º | 0.96% | 0.68% | - |
| HSV(B) | 262.93º | 0.62% | 0.99% | - |
| XYZ | 35.18 | 22.18 | 94.52 | - |
| YUV | 130.84 | 196.38 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 95 | 252 | 0.38 | 0.62 | 0 | 0.01 | 262.93 | 0.96 | 0.68 |
| Hex | 9B | 5F | FC | 26 | 3E | 0 | 1 | 107 | 60 | 44 |
| Octal | 233 | 137 | 374 | 46 | 76 | 0 | 1 | 407 | 140 | 104 |
| Binary | 10011011 | 1011111 | 11111100 | 100110 | 111110 | 0 | 1 | 100000111 | 1100000 | 1000100 |
Color Harmonies of #9B5FFC
Complementary color
Monochromatic Colors of #9B5FFC
Black with #9B5FFC
Text Example
Text Example
White with #9B5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5FFC; }
p { color: rgb(155,95,252); }
H1.HeaderClassName
{
color: #9B5FFC;
}
.AnyTagClassName
{
color: #9B5FFC;
}
</style>
background-color css
<style>
a { background-color: #9B5FFC; }
a { background-color: rgb(155,95,252); }
div.DivClassName
{
background-color: #9B5FFC;
}
.BgClassName
{
background-color: #9B5FFC;
}
</style>
border-color css
<style>
span { border-color: #9B5FFC; }
span { border-color: rgb(155,95,252); }
td.TdClassName
{
border-color: #9B5FFC;
}
.TagClassName
{
border-color: #9B5FFC;
}
</style>