Shades of Light Slate Blue #927FFF
Tints of Light Slate Blue #927FFF
RGB
CMYK
RGB Variations
Color information
#927FFF (or 0x927FFF) is known color: Light Slate Blue. HEX triplet: 92, 7F and FF. RGB value is (146,127,255). Sum of RGB (Red+Green+Blue) = 146+127+255=528 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.65% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #927FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FFF is #6D8000. Grayscale: #929292. Windows color (decimal): -7176193 or 16744338. OLE color: 16744338.
HSL color Cylindrical-coordinate representation of color #927FFF: hue angle of 248.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927FFF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 127 | 255 | - |
| CMYK | 0.43 | 0.50 | 0 | 0 |
| HSL | 248.91º | 1% | 0.75% | - |
| HSV(B) | 248.91º | 0.5% | 1% | - |
| XYZ | 37.49 | 28.51 | 98.13 | - |
| YUV | 147.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 255 | 0.43 | 0.50 | 0 | 0 | 248.91 | 1 | 0.75 |
| Hex | 92 | 7F | FF | 2B | 32 | 0 | 0 | F9 | 64 | 4B |
| Octal | 222 | 177 | 377 | 53 | 62 | 0 | 0 | 371 | 144 | 113 |
| Binary | 10010010 | 1111111 | 11111111 | 101011 | 110010 | 0 | 0 | 11111001 | 1100100 | 1001011 |
Color Harmonies of #927FFF
Complementary color
Monochromatic Colors of #927FFF
Black with #927FFF
Text Example
Text Example
White with #927FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FFF; }
p { color: rgb(146,127,255); }
H1.HeaderClassName
{
color: #927FFF;
}
.AnyTagClassName
{
color: #927FFF;
}
</style>
background-color css
<style>
a { background-color: #927FFF; }
a { background-color: rgb(146,127,255); }
div.DivClassName
{
background-color: #927FFF;
}
.BgClassName
{
background-color: #927FFF;
}
</style>
border-color css
<style>
span { border-color: #927FFF; }
span { border-color: rgb(146,127,255); }
td.TdClassName
{
border-color: #927FFF;
}
.TagClassName
{
border-color: #927FFF;
}
</style>