Shades of Light Slate Blue #9159FE
Tints of Light Slate Blue #9159FE
RGB
CMYK
RGB Variations
Color information
#9159FE (or 0x9159FE) is known color: Light Slate Blue. HEX triplet: 91, 59 and FE. RGB value is (145,89,254). Sum of RGB (Red+Green+Blue) = 145+89+254=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 89 (35.16% from 255 or 18.24% 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 #9159FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9159FE is #6EA601. Grayscale: #7B7B7B. Windows color (decimal): -7251458 or 16669073. OLE color: 16669073.
HSL color Cylindrical-coordinate representation of color #9159FE: hue angle of 260.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9159FE is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 89 | 254 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.00 |
| HSL | 260.36º | 0.99% | 0.67% | - |
| HSV(B) | 260.36º | 0.65% | 1% | - |
| XYZ | 33.14 | 20.32 | 95.94 | - |
| YUV | 124.55 | 201.05 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 254 | 0.43 | 0.65 | 0 | 0.00 | 260.36 | 0.99 | 0.67 |
| Hex | 91 | 59 | FE | 2B | 41 | 0 | 0 | 104 | 63 | 43 |
| Octal | 221 | 131 | 376 | 53 | 101 | 0 | 0 | 404 | 143 | 103 |
| Binary | 10010001 | 1011001 | 11111110 | 101011 | 1000001 | 0 | 0 | 100000100 | 1100011 | 1000011 |
Color Harmonies of #9159FE
Complementary color
Monochromatic Colors of #9159FE
Black with #9159FE
Text Example
Text Example
White with #9159FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159FE; }
p { color: rgb(145,89,254); }
H1.HeaderClassName
{
color: #9159FE;
}
.AnyTagClassName
{
color: #9159FE;
}
</style>
background-color css
<style>
a { background-color: #9159FE; }
a { background-color: rgb(145,89,254); }
div.DivClassName
{
background-color: #9159FE;
}
.BgClassName
{
background-color: #9159FE;
}
</style>
border-color css
<style>
span { border-color: #9159FE; }
span { border-color: rgb(145,89,254); }
td.TdClassName
{
border-color: #9159FE;
}
.TagClassName
{
border-color: #9159FE;
}
</style>