Shades of Light Slate Blue #924CFE
Tints of Light Slate Blue #924CFE
RGB
CMYK
RGB Variations
Color information
#924CFE (or 0x924CFE) is known color: Light Slate Blue. HEX triplet: 92, 4C and FE. RGB value is (146,76,254). Sum of RGB (Red+Green+Blue) = 146+76+254=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #924CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #924CFE is #6DB301. Grayscale: #747474. Windows color (decimal): -7189250 or 16665746. OLE color: 16665746.
HSL color Cylindrical-coordinate representation of color #924CFE: hue angle of 263.6º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #924CFE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 76 | 254 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.00 |
| HSL | 263.6º | 0.99% | 0.65% | - |
| HSV(B) | 263.6º | 0.7% | 1% | - |
| XYZ | 32.33 | 18.44 | 95.62 | - |
| YUV | 117.22 | 205.19 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 254 | 0.43 | 0.70 | 0 | 0.00 | 263.6 | 0.99 | 0.65 |
| Hex | 92 | 4C | FE | 2B | 46 | 0 | 0 | 108 | 63 | 41 |
| Octal | 222 | 114 | 376 | 53 | 106 | 0 | 0 | 410 | 143 | 101 |
| Binary | 10010010 | 1001100 | 11111110 | 101011 | 1000110 | 0 | 0 | 100001000 | 1100011 | 1000001 |
Color Harmonies of #924CFE
Complementary color
Monochromatic Colors of #924CFE
Black with #924CFE
Text Example
Text Example
White with #924CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CFE; }
p { color: rgb(146,76,254); }
H1.HeaderClassName
{
color: #924CFE;
}
.AnyTagClassName
{
color: #924CFE;
}
</style>
background-color css
<style>
a { background-color: #924CFE; }
a { background-color: rgb(146,76,254); }
div.DivClassName
{
background-color: #924CFE;
}
.BgClassName
{
background-color: #924CFE;
}
</style>
border-color css
<style>
span { border-color: #924CFE; }
span { border-color: rgb(146,76,254); }
td.TdClassName
{
border-color: #924CFE;
}
.TagClassName
{
border-color: #924CFE;
}
</style>