Shades of Light Slate Blue #926CF2
Tints of Light Slate Blue #926CF2
RGB
CMYK
RGB Variations
Color information
#926CF2 (or 0x926CF2) is known color: Light Slate Blue. HEX triplet: 92, 6C and F2. RGB value is (146,108,242). Sum of RGB (Red+Green+Blue) = 146+108+242=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #926CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926CF2 is #6D930D. Grayscale: #868686. Windows color (decimal): -7181070 or 15887506. OLE color: 15887506.
HSL color Cylindrical-coordinate representation of color #926CF2: hue angle of 257.01º degrees, saturation: 0.84, 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 #926CF2 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 108 | 242 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.05 |
| HSL | 257.01º | 0.84% | 0.69% | - |
| HSV(B) | 257.01º | 0.55% | 0.95% | - |
| XYZ | 33.24 | 23.25 | 86.74 | - |
| YUV | 134.64 | 188.59 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 242 | 0.40 | 0.55 | 0 | 0.05 | 257.01 | 0.84 | 0.69 |
| Hex | 92 | 6C | F2 | 28 | 37 | 0 | 5 | 101 | 54 | 45 |
| Octal | 222 | 154 | 362 | 50 | 67 | 0 | 5 | 401 | 124 | 105 |
| Binary | 10010010 | 1101100 | 11110010 | 101000 | 110111 | 0 | 101 | 100000001 | 1010100 | 1000101 |
Color Harmonies of #926CF2
Complementary color
Monochromatic Colors of #926CF2
Black with #926CF2
Text Example
Text Example
White with #926CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926CF2; }
p { color: rgb(146,108,242); }
H1.HeaderClassName
{
color: #926CF2;
}
.AnyTagClassName
{
color: #926CF2;
}
</style>
background-color css
<style>
a { background-color: #926CF2; }
a { background-color: rgb(146,108,242); }
div.DivClassName
{
background-color: #926CF2;
}
.BgClassName
{
background-color: #926CF2;
}
</style>
border-color css
<style>
span { border-color: #926CF2; }
span { border-color: rgb(146,108,242); }
td.TdClassName
{
border-color: #926CF2;
}
.TagClassName
{
border-color: #926CF2;
}
</style>