Shades of Light Slate Blue #926EF3
Tints of Light Slate Blue #926EF3
RGB
CMYK
RGB Variations
Color information
#926EF3 (or 0x926EF3) is known color: Light Slate Blue. HEX triplet: 92, 6E and F3. RGB value is (146,110,243). Sum of RGB (Red+Green+Blue) = 146+110+243=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #926EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EF3 is #6D910C. Grayscale: #878787. Windows color (decimal): -7180557 or 15953554. OLE color: 15953554.
HSL color Cylindrical-coordinate representation of color #926EF3: hue angle of 256.24º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #926EF3 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 110 | 243 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.05 |
| HSL | 256.24º | 0.85% | 0.69% | - |
| HSV(B) | 256.24º | 0.55% | 0.95% | - |
| XYZ | 33.61 | 23.73 | 87.6 | - |
| YUV | 135.93 | 188.43 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 243 | 0.40 | 0.55 | 0 | 0.05 | 256.24 | 0.85 | 0.69 |
| Hex | 92 | 6E | F3 | 28 | 37 | 0 | 5 | 100 | 55 | 45 |
| Octal | 222 | 156 | 363 | 50 | 67 | 0 | 5 | 400 | 125 | 105 |
| Binary | 10010010 | 1101110 | 11110011 | 101000 | 110111 | 0 | 101 | 100000000 | 1010101 | 1000101 |
Color Harmonies of #926EF3
Complementary color
Monochromatic Colors of #926EF3
Black with #926EF3
Text Example
Text Example
White with #926EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EF3; }
p { color: rgb(146,110,243); }
H1.HeaderClassName
{
color: #926EF3;
}
.AnyTagClassName
{
color: #926EF3;
}
</style>
background-color css
<style>
a { background-color: #926EF3; }
a { background-color: rgb(146,110,243); }
div.DivClassName
{
background-color: #926EF3;
}
.BgClassName
{
background-color: #926EF3;
}
</style>
border-color css
<style>
span { border-color: #926EF3; }
span { border-color: rgb(146,110,243); }
td.TdClassName
{
border-color: #926EF3;
}
.TagClassName
{
border-color: #926EF3;
}
</style>