Shades of Light Slate Blue #927FF5
Tints of Light Slate Blue #927FF5
RGB
CMYK
RGB Variations
Color information
#927FF5 (or 0x927FF5) is known color: Light Slate Blue. HEX triplet: 92, 7F and F5. RGB value is (146,127,245). Sum of RGB (Red+Green+Blue) = 146+127+245=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #927FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927FF5 is #6D800A. Grayscale: #919191. Windows color (decimal): -7176203 or 16088978. OLE color: 16088978.
HSL color Cylindrical-coordinate representation of color #927FF5: hue angle of 249.66º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927FF5 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 127 | 245 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.04 |
| HSL | 249.66º | 0.86% | 0.73% | - |
| HSV(B) | 249.66º | 0.48% | 0.96% | - |
| XYZ | 35.92 | 27.88 | 89.87 | - |
| YUV | 146.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 245 | 0.40 | 0.48 | 0 | 0.04 | 249.66 | 0.86 | 0.73 |
| Hex | 92 | 7F | F5 | 28 | 30 | 0 | 4 | FA | 56 | 49 |
| Octal | 222 | 177 | 365 | 50 | 60 | 0 | 4 | 372 | 126 | 111 |
| Binary | 10010010 | 1111111 | 11110101 | 101000 | 110000 | 0 | 100 | 11111010 | 1010110 | 1001001 |
Color Harmonies of #927FF5
Complementary color
Monochromatic Colors of #927FF5
Black with #927FF5
Text Example
Text Example
White with #927FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FF5; }
p { color: rgb(146,127,245); }
H1.HeaderClassName
{
color: #927FF5;
}
.AnyTagClassName
{
color: #927FF5;
}
</style>
background-color css
<style>
a { background-color: #927FF5; }
a { background-color: rgb(146,127,245); }
div.DivClassName
{
background-color: #927FF5;
}
.BgClassName
{
background-color: #927FF5;
}
</style>
border-color css
<style>
span { border-color: #927FF5; }
span { border-color: rgb(146,127,245); }
td.TdClassName
{
border-color: #927FF5;
}
.TagClassName
{
border-color: #927FF5;
}
</style>