Shades of Light Slate Blue #928FFE
Tints of Light Slate Blue #928FFE
RGB
CMYK
RGB Variations
Color information
#928FFE (or 0x928FFE) is known color: Light Slate Blue. HEX triplet: 92, 8F and FE. RGB value is (146,143,254). Sum of RGB (Red+Green+Blue) = 146+143+254=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #928FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #928FFE is #6D7001. Grayscale: #9C9C9C. Windows color (decimal): -7172098 or 16682898. OLE color: 16682898.
HSL color Cylindrical-coordinate representation of color #928FFE: hue angle of 241.62º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #928FFE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 143 | 254 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.00 |
| HSL | 241.62º | 0.98% | 0.78% | - |
| HSV(B) | 241.62º | 0.44% | 1% | - |
| XYZ | 39.57 | 32.91 | 98.03 | - |
| YUV | 156.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 254 | 0.43 | 0.44 | 0 | 0.00 | 241.62 | 0.98 | 0.78 |
| Hex | 92 | 8F | FE | 2B | 2C | 0 | 0 | F2 | 62 | 4E |
| Octal | 222 | 217 | 376 | 53 | 54 | 0 | 0 | 362 | 142 | 116 |
| Binary | 10010010 | 10001111 | 11111110 | 101011 | 101100 | 0 | 0 | 11110010 | 1100010 | 1001110 |
Color Harmonies of #928FFE
Complementary color
Monochromatic Colors of #928FFE
Black with #928FFE
Text Example
Text Example
White with #928FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FFE; }
p { color: rgb(146,143,254); }
H1.HeaderClassName
{
color: #928FFE;
}
.AnyTagClassName
{
color: #928FFE;
}
</style>
background-color css
<style>
a { background-color: #928FFE; }
a { background-color: rgb(146,143,254); }
div.DivClassName
{
background-color: #928FFE;
}
.BgClassName
{
background-color: #928FFE;
}
</style>
border-color css
<style>
span { border-color: #928FFE; }
span { border-color: rgb(146,143,254); }
td.TdClassName
{
border-color: #928FFE;
}
.TagClassName
{
border-color: #928FFE;
}
</style>