Shades of Light Slate Blue #928FFF
Tints of Light Slate Blue #928FFF
RGB
CMYK
RGB Variations
Color information
#928FFF (or 0x928FFF) is known color: Light Slate Blue. HEX triplet: 92, 8F and FF. RGB value is (146,143,255). Sum of RGB (Red+Green+Blue) = 146+143+255=544 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.84% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #928FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FFF is #6D7000. Grayscale: #9C9C9C. Windows color (decimal): -7172097 or 16748434. OLE color: 16748434.
HSL color Cylindrical-coordinate representation of color #928FFF: hue angle of 241.61º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928FFF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 143 | 255 | - |
| CMYK | 0.43 | 0.44 | 0 | 0 |
| HSL | 241.61º | 1% | 0.78% | - |
| HSV(B) | 241.61º | 0.44% | 1% | - |
| XYZ | 39.73 | 32.98 | 98.88 | - |
| YUV | 156.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 255 | 0.43 | 0.44 | 0 | 0 | 241.61 | 1 | 0.78 |
| Hex | 92 | 8F | FF | 2B | 2C | 0 | 0 | F2 | 64 | 4E |
| Octal | 222 | 217 | 377 | 53 | 54 | 0 | 0 | 362 | 144 | 116 |
| Binary | 10010010 | 10001111 | 11111111 | 101011 | 101100 | 0 | 0 | 11110010 | 1100100 | 1001110 |
Color Harmonies of #928FFF
Complementary color
Monochromatic Colors of #928FFF
Black with #928FFF
Text Example
Text Example
White with #928FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FFF; }
p { color: rgb(146,143,255); }
H1.HeaderClassName
{
color: #928FFF;
}
.AnyTagClassName
{
color: #928FFF;
}
</style>
background-color css
<style>
a { background-color: #928FFF; }
a { background-color: rgb(146,143,255); }
div.DivClassName
{
background-color: #928FFF;
}
.BgClassName
{
background-color: #928FFF;
}
</style>
border-color css
<style>
span { border-color: #928FFF; }
span { border-color: rgb(146,143,255); }
td.TdClassName
{
border-color: #928FFF;
}
.TagClassName
{
border-color: #928FFF;
}
</style>