Shades of Light Slate Blue #928EFF
Tints of Light Slate Blue #928EFF
RGB
CMYK
RGB Variations
Color information
#928EFF (or 0x928EFF) is known color: Light Slate Blue. HEX triplet: 92, 8E and FF. RGB value is (146,142,255). Sum of RGB (Red+Green+Blue) = 146+142+255=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #928EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928EFF is #6D7100. Grayscale: #9B9B9B. Windows color (decimal): -7172353 or 16748178. OLE color: 16748178.
HSL color Cylindrical-coordinate representation of color #928EFF: hue angle of 242.12º 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 #928EFF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 142 | 255 | - |
| CMYK | 0.43 | 0.44 | 0 | 0 |
| HSL | 242.12º | 1% | 0.78% | - |
| HSV(B) | 242.12º | 0.44% | 1% | - |
| XYZ | 39.58 | 32.68 | 98.83 | - |
| YUV | 156.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 255 | 0.43 | 0.44 | 0 | 0 | 242.12 | 1 | 0.78 |
| Hex | 92 | 8E | FF | 2B | 2C | 0 | 0 | F2 | 64 | 4E |
| Octal | 222 | 216 | 377 | 53 | 54 | 0 | 0 | 362 | 144 | 116 |
| Binary | 10010010 | 10001110 | 11111111 | 101011 | 101100 | 0 | 0 | 11110010 | 1100100 | 1001110 |
Color Harmonies of #928EFF
Complementary color
Monochromatic Colors of #928EFF
Black with #928EFF
Text Example
Text Example
White with #928EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EFF; }
p { color: rgb(146,142,255); }
H1.HeaderClassName
{
color: #928EFF;
}
.AnyTagClassName
{
color: #928EFF;
}
</style>
background-color css
<style>
a { background-color: #928EFF; }
a { background-color: rgb(146,142,255); }
div.DivClassName
{
background-color: #928EFF;
}
.BgClassName
{
background-color: #928EFF;
}
</style>
border-color css
<style>
span { border-color: #928EFF; }
span { border-color: rgb(146,142,255); }
td.TdClassName
{
border-color: #928EFF;
}
.TagClassName
{
border-color: #928EFF;
}
</style>