Shades of Light Slate Blue #924FFC
Tints of Light Slate Blue #924FFC
RGB
CMYK
RGB Variations
Color information
#924FFC (or 0x924FFC) is known color: Light Slate Blue. HEX triplet: 92, 4F and FC. RGB value is (146,79,252). Sum of RGB (Red+Green+Blue) = 146+79+252=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #924FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924FFC is #6DB003. Grayscale: #767676. Windows color (decimal): -7188484 or 16535442. OLE color: 16535442.
HSL color Cylindrical-coordinate representation of color #924FFC: hue angle of 263.24º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #924FFC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 79 | 252 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.01 |
| HSL | 263.24º | 0.97% | 0.65% | - |
| HSV(B) | 263.24º | 0.69% | 0.99% | - |
| XYZ | 32.22 | 18.73 | 94.01 | - |
| YUV | 118.76 | 203.2 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 252 | 0.42 | 0.69 | 0 | 0.01 | 263.24 | 0.97 | 0.65 |
| Hex | 92 | 4F | FC | 2A | 45 | 0 | 1 | 107 | 61 | 41 |
| Octal | 222 | 117 | 374 | 52 | 105 | 0 | 1 | 407 | 141 | 101 |
| Binary | 10010010 | 1001111 | 11111100 | 101010 | 1000101 | 0 | 1 | 100000111 | 1100001 | 1000001 |
Color Harmonies of #924FFC
Complementary color
Monochromatic Colors of #924FFC
Black with #924FFC
Text Example
Text Example
White with #924FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FFC; }
p { color: rgb(146,79,252); }
H1.HeaderClassName
{
color: #924FFC;
}
.AnyTagClassName
{
color: #924FFC;
}
</style>
background-color css
<style>
a { background-color: #924FFC; }
a { background-color: rgb(146,79,252); }
div.DivClassName
{
background-color: #924FFC;
}
.BgClassName
{
background-color: #924FFC;
}
</style>
border-color css
<style>
span { border-color: #924FFC; }
span { border-color: rgb(146,79,252); }
td.TdClassName
{
border-color: #924FFC;
}
.TagClassName
{
border-color: #924FFC;
}
</style>