Shades of Light Slate Blue #926CF4
Tints of Light Slate Blue #926CF4
RGB
CMYK
RGB Variations
Color information
#926CF4 (or 0x926CF4) is known color: Light Slate Blue. HEX triplet: 92, 6C and F4. RGB value is (146,108,244). Sum of RGB (Red+Green+Blue) = 146+108+244=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #926CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CF4 is #6D930B. Grayscale: #868686. Windows color (decimal): -7181068 or 16018578. OLE color: 16018578.
HSL color Cylindrical-coordinate representation of color #926CF4: hue angle of 256.76º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #926CF4 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 108 | 244 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.04 |
| HSL | 256.76º | 0.86% | 0.69% | - |
| HSV(B) | 256.76º | 0.56% | 0.96% | - |
| XYZ | 33.55 | 23.37 | 88.33 | - |
| YUV | 134.87 | 189.59 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 244 | 0.40 | 0.56 | 0 | 0.04 | 256.76 | 0.86 | 0.69 |
| Hex | 92 | 6C | F4 | 28 | 38 | 0 | 4 | 101 | 56 | 45 |
| Octal | 222 | 154 | 364 | 50 | 70 | 0 | 4 | 401 | 126 | 105 |
| Binary | 10010010 | 1101100 | 11110100 | 101000 | 111000 | 0 | 100 | 100000001 | 1010110 | 1000101 |
Color Harmonies of #926CF4
Complementary color
Monochromatic Colors of #926CF4
Black with #926CF4
Text Example
Text Example
White with #926CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CF4; }
p { color: rgb(146,108,244); }
H1.HeaderClassName
{
color: #926CF4;
}
.AnyTagClassName
{
color: #926CF4;
}
</style>
background-color css
<style>
a { background-color: #926CF4; }
a { background-color: rgb(146,108,244); }
div.DivClassName
{
background-color: #926CF4;
}
.BgClassName
{
background-color: #926CF4;
}
</style>
border-color css
<style>
span { border-color: #926CF4; }
span { border-color: rgb(146,108,244); }
td.TdClassName
{
border-color: #926CF4;
}
.TagClassName
{
border-color: #926CF4;
}
</style>