Shades of Light Slate Blue #924EFC
Tints of Light Slate Blue #924EFC
RGB
CMYK
RGB Variations
Color information
#924EFC (or 0x924EFC) is known color: Light Slate Blue. HEX triplet: 92, 4E and FC. RGB value is (146,78,252). Sum of RGB (Red+Green+Blue) = 146+78+252=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #924EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EFC is #6DB103. Grayscale: #757575. Windows color (decimal): -7188740 or 16535186. OLE color: 16535186.
HSL color Cylindrical-coordinate representation of color #924EFC: hue angle of 263.45º 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 #924EFC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 78 | 252 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.01 |
| HSL | 263.45º | 0.97% | 0.65% | - |
| HSV(B) | 263.45º | 0.69% | 0.99% | - |
| XYZ | 32.15 | 18.59 | 93.99 | - |
| YUV | 118.17 | 203.53 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 252 | 0.42 | 0.69 | 0 | 0.01 | 263.45 | 0.97 | 0.65 |
| Hex | 92 | 4E | FC | 2A | 45 | 0 | 1 | 107 | 61 | 41 |
| Octal | 222 | 116 | 374 | 52 | 105 | 0 | 1 | 407 | 141 | 101 |
| Binary | 10010010 | 1001110 | 11111100 | 101010 | 1000101 | 0 | 1 | 100000111 | 1100001 | 1000001 |
Color Harmonies of #924EFC
Complementary color
Monochromatic Colors of #924EFC
Black with #924EFC
Text Example
Text Example
White with #924EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EFC; }
p { color: rgb(146,78,252); }
H1.HeaderClassName
{
color: #924EFC;
}
.AnyTagClassName
{
color: #924EFC;
}
</style>
background-color css
<style>
a { background-color: #924EFC; }
a { background-color: rgb(146,78,252); }
div.DivClassName
{
background-color: #924EFC;
}
.BgClassName
{
background-color: #924EFC;
}
</style>
border-color css
<style>
span { border-color: #924EFC; }
span { border-color: rgb(146,78,252); }
td.TdClassName
{
border-color: #924EFC;
}
.TagClassName
{
border-color: #924EFC;
}
</style>