Shades of Light Slate Blue #925CF6
Tints of Light Slate Blue #925CF6
RGB
CMYK
RGB Variations
Color information
#925CF6 (or 0x925CF6) is known color: Light Slate Blue. HEX triplet: 92, 5C and F6. RGB value is (146,92,246). Sum of RGB (Red+Green+Blue) = 146+92+246=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #925CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CF6 is #6DA309. Grayscale: #7D7D7D. Windows color (decimal): -7185162 or 16145554. OLE color: 16145554.
HSL color Cylindrical-coordinate representation of color #925CF6: hue angle of 261.04º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925CF6 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 92 | 246 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.04 |
| HSL | 261.04º | 0.9% | 0.66% | - |
| HSV(B) | 261.04º | 0.63% | 0.96% | - |
| XYZ | 32.32 | 20.42 | 89.43 | - |
| YUV | 125.7 | 195.89 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 246 | 0.41 | 0.63 | 0 | 0.04 | 261.04 | 0.9 | 0.66 |
| Hex | 92 | 5C | F6 | 29 | 3F | 0 | 4 | 105 | 5A | 42 |
| Octal | 222 | 134 | 366 | 51 | 77 | 0 | 4 | 405 | 132 | 102 |
| Binary | 10010010 | 1011100 | 11110110 | 101001 | 111111 | 0 | 100 | 100000101 | 1011010 | 1000010 |
Color Harmonies of #925CF6
Complementary color
Monochromatic Colors of #925CF6
Black with #925CF6
Text Example
Text Example
White with #925CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925CF6; }
p { color: rgb(146,92,246); }
H1.HeaderClassName
{
color: #925CF6;
}
.AnyTagClassName
{
color: #925CF6;
}
</style>
background-color css
<style>
a { background-color: #925CF6; }
a { background-color: rgb(146,92,246); }
div.DivClassName
{
background-color: #925CF6;
}
.BgClassName
{
background-color: #925CF6;
}
</style>
border-color css
<style>
span { border-color: #925CF6; }
span { border-color: rgb(146,92,246); }
td.TdClassName
{
border-color: #925CF6;
}
.TagClassName
{
border-color: #925CF6;
}
</style>