Shades of Light Slate Blue #928DF9
Tints of Light Slate Blue #928DF9
RGB
CMYK
RGB Variations
Color information
#928DF9 (or 0x928DF9) is known color: Light Slate Blue. HEX triplet: 92, 8D and F9. RGB value is (146,141,249). Sum of RGB (Red+Green+Blue) = 146+141+249=536 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.24% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #928DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DF9 is #6D7206. Grayscale: #9A9A9A. Windows color (decimal): -7172615 or 16354706. OLE color: 16354706.
HSL color Cylindrical-coordinate representation of color #928DF9: hue angle of 242.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #928DF9 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 141 | 249 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.02 |
| HSL | 242.78º | 0.9% | 0.76% | - |
| HSV(B) | 242.78º | 0.43% | 0.98% | - |
| XYZ | 38.48 | 32 | 93.77 | - |
| YUV | 154.81 | 181.16 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 249 | 0.41 | 0.43 | 0 | 0.02 | 242.78 | 0.9 | 0.76 |
| Hex | 92 | 8D | F9 | 29 | 2B | 0 | 2 | F3 | 5A | 4C |
| Octal | 222 | 215 | 371 | 51 | 53 | 0 | 2 | 363 | 132 | 114 |
| Binary | 10010010 | 10001101 | 11111001 | 101001 | 101011 | 0 | 10 | 11110011 | 1011010 | 1001100 |
Color Harmonies of #928DF9
Complementary color
Monochromatic Colors of #928DF9
Black with #928DF9
Text Example
Text Example
White with #928DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DF9; }
p { color: rgb(146,141,249); }
H1.HeaderClassName
{
color: #928DF9;
}
.AnyTagClassName
{
color: #928DF9;
}
</style>
background-color css
<style>
a { background-color: #928DF9; }
a { background-color: rgb(146,141,249); }
div.DivClassName
{
background-color: #928DF9;
}
.BgClassName
{
background-color: #928DF9;
}
</style>
border-color css
<style>
span { border-color: #928DF9; }
span { border-color: rgb(146,141,249); }
td.TdClassName
{
border-color: #928DF9;
}
.TagClassName
{
border-color: #928DF9;
}
</style>