Shades of Light Slate Blue #927DFE
Tints of Light Slate Blue #927DFE
RGB
CMYK
RGB Variations
Color information
#927DFE (or 0x927DFE) is known color: Light Slate Blue. HEX triplet: 92, 7D and FE. RGB value is (146,125,254). Sum of RGB (Red+Green+Blue) = 146+125+254=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #927DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DFE is #6D8201. Grayscale: #919191. Windows color (decimal): -7176706 or 16678290. OLE color: 16678290.
HSL color Cylindrical-coordinate representation of color #927DFE: hue angle of 249.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #927DFE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 125 | 254 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.00 |
| HSL | 249.77º | 0.98% | 0.74% | - |
| HSV(B) | 249.77º | 0.51% | 1% | - |
| XYZ | 37.08 | 27.93 | 97.2 | - |
| YUV | 145.99 | 188.96 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 254 | 0.43 | 0.51 | 0 | 0.00 | 249.77 | 0.98 | 0.74 |
| Hex | 92 | 7D | FE | 2B | 33 | 0 | 0 | FA | 62 | 4A |
| Octal | 222 | 175 | 376 | 53 | 63 | 0 | 0 | 372 | 142 | 112 |
| Binary | 10010010 | 1111101 | 11111110 | 101011 | 110011 | 0 | 0 | 11111010 | 1100010 | 1001010 |
Color Harmonies of #927DFE
Complementary color
Monochromatic Colors of #927DFE
Black with #927DFE
Text Example
Text Example
White with #927DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DFE; }
p { color: rgb(146,125,254); }
H1.HeaderClassName
{
color: #927DFE;
}
.AnyTagClassName
{
color: #927DFE;
}
</style>
background-color css
<style>
a { background-color: #927DFE; }
a { background-color: rgb(146,125,254); }
div.DivClassName
{
background-color: #927DFE;
}
.BgClassName
{
background-color: #927DFE;
}
</style>
border-color css
<style>
span { border-color: #927DFE; }
span { border-color: rgb(146,125,254); }
td.TdClassName
{
border-color: #927DFE;
}
.TagClassName
{
border-color: #927DFE;
}
</style>