Shades of Light Slate Blue #9156FE
Tints of Light Slate Blue #9156FE
RGB
CMYK
RGB Variations
Color information
#9156FE (or 0x9156FE) is known color: Light Slate Blue. HEX triplet: 91, 56 and FE. RGB value is (145,86,254). Sum of RGB (Red+Green+Blue) = 145+86+254=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #9156FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9156FE is #6EA901. Grayscale: #7A7A7A. Windows color (decimal): -7252226 or 16668305. OLE color: 16668305.
HSL color Cylindrical-coordinate representation of color #9156FE: hue angle of 261.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9156FE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 86 | 254 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.00 |
| HSL | 261.07º | 0.99% | 0.67% | - |
| HSV(B) | 261.07º | 0.66% | 1% | - |
| XYZ | 32.89 | 19.83 | 95.86 | - |
| YUV | 122.79 | 202.05 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 254 | 0.43 | 0.66 | 0 | 0.00 | 261.07 | 0.99 | 0.67 |
| Hex | 91 | 56 | FE | 2B | 42 | 0 | 0 | 105 | 63 | 43 |
| Octal | 221 | 126 | 376 | 53 | 102 | 0 | 0 | 405 | 143 | 103 |
| Binary | 10010001 | 1010110 | 11111110 | 101011 | 1000010 | 0 | 0 | 100000101 | 1100011 | 1000011 |
Color Harmonies of #9156FE
Complementary color
Monochromatic Colors of #9156FE
Black with #9156FE
Text Example
Text Example
White with #9156FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9156FE; }
p { color: rgb(145,86,254); }
H1.HeaderClassName
{
color: #9156FE;
}
.AnyTagClassName
{
color: #9156FE;
}
</style>
background-color css
<style>
a { background-color: #9156FE; }
a { background-color: rgb(145,86,254); }
div.DivClassName
{
background-color: #9156FE;
}
.BgClassName
{
background-color: #9156FE;
}
</style>
border-color css
<style>
span { border-color: #9156FE; }
span { border-color: rgb(145,86,254); }
td.TdClassName
{
border-color: #9156FE;
}
.TagClassName
{
border-color: #9156FE;
}
</style>