Shades of Light Slate Blue #9B4FFE
Tints of Light Slate Blue #9B4FFE
RGB
CMYK
RGB Variations
Color information
#9B4FFE (or 0x9B4FFE) is known color: Light Slate Blue. HEX triplet: 9B, 4F and FE. RGB value is (155,79,254). Sum of RGB (Red+Green+Blue) = 155+79+254=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B4FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FFE is #64B001. Grayscale: #797979. Windows color (decimal): -6598658 or 16666523. OLE color: 16666523.
HSL color Cylindrical-coordinate representation of color #9B4FFE: hue angle of 266.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B4FFE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 79 | 254 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.00 |
| HSL | 266.06º | 0.99% | 0.65% | - |
| HSV(B) | 266.06º | 0.69% | 1% | - |
| XYZ | 34.2 | 19.72 | 95.77 | - |
| YUV | 121.67 | 202.68 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 254 | 0.39 | 0.69 | 0 | 0.00 | 266.06 | 0.99 | 0.65 |
| Hex | 9B | 4F | FE | 27 | 45 | 0 | 0 | 10A | 63 | 41 |
| Octal | 233 | 117 | 376 | 47 | 105 | 0 | 0 | 412 | 143 | 101 |
| Binary | 10011011 | 1001111 | 11111110 | 100111 | 1000101 | 0 | 0 | 100001010 | 1100011 | 1000001 |
Color Harmonies of #9B4FFE
Complementary color
Monochromatic Colors of #9B4FFE
Black with #9B4FFE
Text Example
Text Example
White with #9B4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FFE; }
p { color: rgb(155,79,254); }
H1.HeaderClassName
{
color: #9B4FFE;
}
.AnyTagClassName
{
color: #9B4FFE;
}
</style>
background-color css
<style>
a { background-color: #9B4FFE; }
a { background-color: rgb(155,79,254); }
div.DivClassName
{
background-color: #9B4FFE;
}
.BgClassName
{
background-color: #9B4FFE;
}
</style>
border-color css
<style>
span { border-color: #9B4FFE; }
span { border-color: rgb(155,79,254); }
td.TdClassName
{
border-color: #9B4FFE;
}
.TagClassName
{
border-color: #9B4FFE;
}
</style>