Shades of Light Slate Blue #928DFB
Tints of Light Slate Blue #928DFB
RGB
CMYK
RGB Variations
Color information
#928DFB (or 0x928DFB) is known color: Light Slate Blue. HEX triplet: 92, 8D and FB. RGB value is (146,141,251). Sum of RGB (Red+Green+Blue) = 146+141+251=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #928DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928DFB is #6D7204. Grayscale: #9A9A9A. Windows color (decimal): -7172613 or 16485778. OLE color: 16485778.
HSL color Cylindrical-coordinate representation of color #928DFB: hue angle of 242.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928DFB is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 141 | 251 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.02 |
| HSL | 242.73º | 0.93% | 0.77% | - |
| HSV(B) | 242.73º | 0.44% | 0.98% | - |
| XYZ | 38.79 | 32.13 | 95.42 | - |
| YUV | 155.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 251 | 0.42 | 0.44 | 0 | 0.02 | 242.73 | 0.93 | 0.77 |
| Hex | 92 | 8D | FB | 2A | 2C | 0 | 2 | F3 | 5D | 4D |
| Octal | 222 | 215 | 373 | 52 | 54 | 0 | 2 | 363 | 135 | 115 |
| Binary | 10010010 | 10001101 | 11111011 | 101010 | 101100 | 0 | 10 | 11110011 | 1011101 | 1001101 |
Color Harmonies of #928DFB
Complementary color
Monochromatic Colors of #928DFB
Black with #928DFB
Text Example
Text Example
White with #928DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DFB; }
p { color: rgb(146,141,251); }
H1.HeaderClassName
{
color: #928DFB;
}
.AnyTagClassName
{
color: #928DFB;
}
</style>
background-color css
<style>
a { background-color: #928DFB; }
a { background-color: rgb(146,141,251); }
div.DivClassName
{
background-color: #928DFB;
}
.BgClassName
{
background-color: #928DFB;
}
</style>
border-color css
<style>
span { border-color: #928DFB; }
span { border-color: rgb(146,141,251); }
td.TdClassName
{
border-color: #928DFB;
}
.TagClassName
{
border-color: #928DFB;
}
</style>