Shades of Light Slate Blue #928DF4
Tints of Light Slate Blue #928DF4
RGB
CMYK
RGB Variations
Color information
#928DF4 (or 0x928DF4) is known color: Light Slate Blue. HEX triplet: 92, 8D and F4. RGB value is (146,141,244). Sum of RGB (Red+Green+Blue) = 146+141+244=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #928DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DF4 is #6D720B. Grayscale: #999999. Windows color (decimal): -7172620 or 16027026. OLE color: 16027026.
HSL color Cylindrical-coordinate representation of color #928DF4: hue angle of 242.91º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #928DF4 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 141 | 244 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.04 |
| HSL | 242.91º | 0.82% | 0.75% | - |
| HSV(B) | 242.91º | 0.42% | 0.96% | - |
| XYZ | 37.71 | 31.69 | 89.72 | - |
| YUV | 154.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 244 | 0.40 | 0.42 | 0 | 0.04 | 242.91 | 0.82 | 0.75 |
| Hex | 92 | 8D | F4 | 28 | 2A | 0 | 4 | F3 | 52 | 4B |
| Octal | 222 | 215 | 364 | 50 | 52 | 0 | 4 | 363 | 122 | 113 |
| Binary | 10010010 | 10001101 | 11110100 | 101000 | 101010 | 0 | 100 | 11110011 | 1010010 | 1001011 |
Color Harmonies of #928DF4
Complementary color
Monochromatic Colors of #928DF4
Black with #928DF4
Text Example
Text Example
White with #928DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DF4; }
p { color: rgb(146,141,244); }
H1.HeaderClassName
{
color: #928DF4;
}
.AnyTagClassName
{
color: #928DF4;
}
</style>
background-color css
<style>
a { background-color: #928DF4; }
a { background-color: rgb(146,141,244); }
div.DivClassName
{
background-color: #928DF4;
}
.BgClassName
{
background-color: #928DF4;
}
</style>
border-color css
<style>
span { border-color: #928DF4; }
span { border-color: rgb(146,141,244); }
td.TdClassName
{
border-color: #928DF4;
}
.TagClassName
{
border-color: #928DF4;
}
</style>