Shades of Light Slate Blue #928AFE
Tints of Light Slate Blue #928AFE
RGB
CMYK
RGB Variations
Color information
#928AFE (or 0x928AFE) is known color: Light Slate Blue. HEX triplet: 92, 8A and FE. RGB value is (146,138,254). Sum of RGB (Red+Green+Blue) = 146+138+254=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #928AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928AFE is #6D7501. Grayscale: #999999. Windows color (decimal): -7173378 or 16681618. OLE color: 16681618.
HSL color Cylindrical-coordinate representation of color #928AFE: hue angle of 244.14º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #928AFE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 138 | 254 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.00 |
| HSL | 244.14º | 0.98% | 0.77% | - |
| HSV(B) | 244.14º | 0.46% | 1% | - |
| XYZ | 38.83 | 31.44 | 97.79 | - |
| YUV | 153.62 | 184.65 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 254 | 0.43 | 0.46 | 0 | 0.00 | 244.14 | 0.98 | 0.77 |
| Hex | 92 | 8A | FE | 2B | 2E | 0 | 0 | F4 | 62 | 4D |
| Octal | 222 | 212 | 376 | 53 | 56 | 0 | 0 | 364 | 142 | 115 |
| Binary | 10010010 | 10001010 | 11111110 | 101011 | 101110 | 0 | 0 | 11110100 | 1100010 | 1001101 |
Color Harmonies of #928AFE
Complementary color
Monochromatic Colors of #928AFE
Black with #928AFE
Text Example
Text Example
White with #928AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AFE; }
p { color: rgb(146,138,254); }
H1.HeaderClassName
{
color: #928AFE;
}
.AnyTagClassName
{
color: #928AFE;
}
</style>
background-color css
<style>
a { background-color: #928AFE; }
a { background-color: rgb(146,138,254); }
div.DivClassName
{
background-color: #928AFE;
}
.BgClassName
{
background-color: #928AFE;
}
</style>
border-color css
<style>
span { border-color: #928AFE; }
span { border-color: rgb(146,138,254); }
td.TdClassName
{
border-color: #928AFE;
}
.TagClassName
{
border-color: #928AFE;
}
</style>