Shades of Light Slate Blue #925DFE
Tints of Light Slate Blue #925DFE
RGB
CMYK
RGB Variations
Color information
#925DFE (or 0x925DFE) is known color: Light Slate Blue. HEX triplet: 92, 5D and FE. RGB value is (146,93,254). Sum of RGB (Red+Green+Blue) = 146+93+254=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #925DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925DFE is #6DA201. Grayscale: #7E7E7E. Windows color (decimal): -7184898 or 16670098. OLE color: 16670098.
HSL color Cylindrical-coordinate representation of color #925DFE: hue angle of 259.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #925DFE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 93 | 254 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.00 |
| HSL | 259.75º | 0.99% | 0.68% | - |
| HSV(B) | 259.75º | 0.63% | 1% | - |
| XYZ | 33.66 | 21.1 | 96.06 | - |
| YUV | 127.2 | 199.56 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 254 | 0.43 | 0.63 | 0 | 0.00 | 259.75 | 0.99 | 0.68 |
| Hex | 92 | 5D | FE | 2B | 3F | 0 | 0 | 104 | 63 | 44 |
| Octal | 222 | 135 | 376 | 53 | 77 | 0 | 0 | 404 | 143 | 104 |
| Binary | 10010010 | 1011101 | 11111110 | 101011 | 111111 | 0 | 0 | 100000100 | 1100011 | 1000100 |
Color Harmonies of #925DFE
Complementary color
Monochromatic Colors of #925DFE
Black with #925DFE
Text Example
Text Example
White with #925DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DFE; }
p { color: rgb(146,93,254); }
H1.HeaderClassName
{
color: #925DFE;
}
.AnyTagClassName
{
color: #925DFE;
}
</style>
background-color css
<style>
a { background-color: #925DFE; }
a { background-color: rgb(146,93,254); }
div.DivClassName
{
background-color: #925DFE;
}
.BgClassName
{
background-color: #925DFE;
}
</style>
border-color css
<style>
span { border-color: #925DFE; }
span { border-color: rgb(146,93,254); }
td.TdClassName
{
border-color: #925DFE;
}
.TagClassName
{
border-color: #925DFE;
}
</style>