Shades of Light Slate Blue #9158FE
Tints of Light Slate Blue #9158FE
RGB
CMYK
RGB Variations
Color information
#9158FE (or 0x9158FE) is known color: Light Slate Blue. HEX triplet: 91, 58 and FE. RGB value is (145,88,254). Sum of RGB (Red+Green+Blue) = 145+88+254=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #9158FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9158FE is #6EA701. Grayscale: #7B7B7B. Windows color (decimal): -7251714 or 16668817. OLE color: 16668817.
HSL color Cylindrical-coordinate representation of color #9158FE: hue angle of 260.6º 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 #9158FE is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 88 | 254 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.00 |
| HSL | 260.6º | 0.99% | 0.67% | - |
| HSV(B) | 260.6º | 0.65% | 1% | - |
| XYZ | 33.06 | 20.15 | 95.91 | - |
| YUV | 123.97 | 201.38 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 254 | 0.43 | 0.65 | 0 | 0.00 | 260.6 | 0.99 | 0.67 |
| Hex | 91 | 58 | FE | 2B | 41 | 0 | 0 | 105 | 63 | 43 |
| Octal | 221 | 130 | 376 | 53 | 101 | 0 | 0 | 405 | 143 | 103 |
| Binary | 10010001 | 1011000 | 11111110 | 101011 | 1000001 | 0 | 0 | 100000101 | 1100011 | 1000011 |
Color Harmonies of #9158FE
Complementary color
Monochromatic Colors of #9158FE
Black with #9158FE
Text Example
Text Example
White with #9158FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158FE; }
p { color: rgb(145,88,254); }
H1.HeaderClassName
{
color: #9158FE;
}
.AnyTagClassName
{
color: #9158FE;
}
</style>
background-color css
<style>
a { background-color: #9158FE; }
a { background-color: rgb(145,88,254); }
div.DivClassName
{
background-color: #9158FE;
}
.BgClassName
{
background-color: #9158FE;
}
</style>
border-color css
<style>
span { border-color: #9158FE; }
span { border-color: rgb(145,88,254); }
td.TdClassName
{
border-color: #9158FE;
}
.TagClassName
{
border-color: #9158FE;
}
</style>