Shades of Light Slate Blue #9157FE
Tints of Light Slate Blue #9157FE
RGB
CMYK
RGB Variations
Color information
#9157FE (or 0x9157FE) is known color: Light Slate Blue. HEX triplet: 91, 57 and FE. RGB value is (145,87,254). Sum of RGB (Red+Green+Blue) = 145+87+254=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9157FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9157FE is #6EA801. Grayscale: #7A7A7A. Windows color (decimal): -7251970 or 16668561. OLE color: 16668561.
HSL color Cylindrical-coordinate representation of color #9157FE: hue angle of 260.84º 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 #9157FE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 87 | 254 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.00 |
| HSL | 260.84º | 0.99% | 0.67% | - |
| HSV(B) | 260.84º | 0.66% | 1% | - |
| XYZ | 32.97 | 19.99 | 95.89 | - |
| YUV | 123.38 | 201.72 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 254 | 0.43 | 0.66 | 0 | 0.00 | 260.84 | 0.99 | 0.67 |
| Hex | 91 | 57 | FE | 2B | 42 | 0 | 0 | 105 | 63 | 43 |
| Octal | 221 | 127 | 376 | 53 | 102 | 0 | 0 | 405 | 143 | 103 |
| Binary | 10010001 | 1010111 | 11111110 | 101011 | 1000010 | 0 | 0 | 100000101 | 1100011 | 1000011 |
Color Harmonies of #9157FE
Complementary color
Monochromatic Colors of #9157FE
Black with #9157FE
Text Example
Text Example
White with #9157FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9157FE; }
p { color: rgb(145,87,254); }
H1.HeaderClassName
{
color: #9157FE;
}
.AnyTagClassName
{
color: #9157FE;
}
</style>
background-color css
<style>
a { background-color: #9157FE; }
a { background-color: rgb(145,87,254); }
div.DivClassName
{
background-color: #9157FE;
}
.BgClassName
{
background-color: #9157FE;
}
</style>
border-color css
<style>
span { border-color: #9157FE; }
span { border-color: rgb(145,87,254); }
td.TdClassName
{
border-color: #9157FE;
}
.TagClassName
{
border-color: #9157FE;
}
</style>