Shades of Light Slate Blue #927EFD
Tints of Light Slate Blue #927EFD
RGB
CMYK
RGB Variations
Color information
#927EFD (or 0x927EFD) is known color: Light Slate Blue. HEX triplet: 92, 7E and FD. RGB value is (146,126,253). Sum of RGB (Red+Green+Blue) = 146+126+253=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #927EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927EFD is #6D8102. Grayscale: #919191. Windows color (decimal): -7176451 or 16613010. OLE color: 16613010.
HSL color Cylindrical-coordinate representation of color #927EFD: hue angle of 249.45º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927EFD is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 126 | 253 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.01 |
| HSL | 249.45º | 0.97% | 0.74% | - |
| HSV(B) | 249.45º | 0.5% | 0.99% | - |
| XYZ | 37.04 | 28.12 | 96.4 | - |
| YUV | 146.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 253 | 0.42 | 0.50 | 0 | 0.01 | 249.45 | 0.97 | 0.74 |
| Hex | 92 | 7E | FD | 2A | 32 | 0 | 1 | F9 | 61 | 4A |
| Octal | 222 | 176 | 375 | 52 | 62 | 0 | 1 | 371 | 141 | 112 |
| Binary | 10010010 | 1111110 | 11111101 | 101010 | 110010 | 0 | 1 | 11111001 | 1100001 | 1001010 |
Color Harmonies of #927EFD
Complementary color
Monochromatic Colors of #927EFD
Black with #927EFD
Text Example
Text Example
White with #927EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EFD; }
p { color: rgb(146,126,253); }
H1.HeaderClassName
{
color: #927EFD;
}
.AnyTagClassName
{
color: #927EFD;
}
</style>
background-color css
<style>
a { background-color: #927EFD; }
a { background-color: rgb(146,126,253); }
div.DivClassName
{
background-color: #927EFD;
}
.BgClassName
{
background-color: #927EFD;
}
</style>
border-color css
<style>
span { border-color: #927EFD; }
span { border-color: rgb(146,126,253); }
td.TdClassName
{
border-color: #927EFD;
}
.TagClassName
{
border-color: #927EFD;
}
</style>