Shades of Light Slate Blue #926DFC
Tints of Light Slate Blue #926DFC
RGB
CMYK
RGB Variations
Color information
#926DFC (or 0x926DFC) is known color: Light Slate Blue. HEX triplet: 92, 6D and FC. RGB value is (146,109,252). Sum of RGB (Red+Green+Blue) = 146+109+252=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #926DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926DFC is #6D9203. Grayscale: #878787. Windows color (decimal): -7180804 or 16543122. OLE color: 16543122.
HSL color Cylindrical-coordinate representation of color #926DFC: hue angle of 255.52º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #926DFC is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 109 | 252 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.01 |
| HSL | 255.52º | 0.96% | 0.71% | - |
| HSV(B) | 255.52º | 0.57% | 0.99% | - |
| XYZ | 34.89 | 24.08 | 94.9 | - |
| YUV | 136.37 | 193.26 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 252 | 0.42 | 0.57 | 0 | 0.01 | 255.52 | 0.96 | 0.71 |
| Hex | 92 | 6D | FC | 2A | 39 | 0 | 1 | 100 | 60 | 47 |
| Octal | 222 | 155 | 374 | 52 | 71 | 0 | 1 | 400 | 140 | 107 |
| Binary | 10010010 | 1101101 | 11111100 | 101010 | 111001 | 0 | 1 | 100000000 | 1100000 | 1000111 |
Color Harmonies of #926DFC
Complementary color
Monochromatic Colors of #926DFC
Black with #926DFC
Text Example
Text Example
White with #926DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DFC; }
p { color: rgb(146,109,252); }
H1.HeaderClassName
{
color: #926DFC;
}
.AnyTagClassName
{
color: #926DFC;
}
</style>
background-color css
<style>
a { background-color: #926DFC; }
a { background-color: rgb(146,109,252); }
div.DivClassName
{
background-color: #926DFC;
}
.BgClassName
{
background-color: #926DFC;
}
</style>
border-color css
<style>
span { border-color: #926DFC; }
span { border-color: rgb(146,109,252); }
td.TdClassName
{
border-color: #926DFC;
}
.TagClassName
{
border-color: #926DFC;
}
</style>