Shades of Light Slate Blue #937DFE
Tints of Light Slate Blue #937DFE
RGB
CMYK
RGB Variations
Color information
#937DFE (or 0x937DFE) is known color: Light Slate Blue. HEX triplet: 93, 7D and FE. RGB value is (147,125,254). Sum of RGB (Red+Green+Blue) = 147+125+254=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #937DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937DFE is #6C8201. Grayscale: #919191. Windows color (decimal): -7111170 or 16678291. OLE color: 16678291.
HSL color Cylindrical-coordinate representation of color #937DFE: hue angle of 250.23º 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 #937DFE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 125 | 254 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.00 |
| HSL | 250.23º | 0.98% | 0.74% | - |
| HSV(B) | 250.23º | 0.51% | 1% | - |
| XYZ | 37.26 | 28.03 | 97.21 | - |
| YUV | 146.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 254 | 0.42 | 0.51 | 0 | 0.00 | 250.23 | 0.98 | 0.74 |
| Hex | 93 | 7D | FE | 2A | 33 | 0 | 0 | FA | 62 | 4A |
| Octal | 223 | 175 | 376 | 52 | 63 | 0 | 0 | 372 | 142 | 112 |
| Binary | 10010011 | 1111101 | 11111110 | 101010 | 110011 | 0 | 0 | 11111010 | 1100010 | 1001010 |
Color Harmonies of #937DFE
Complementary color
Monochromatic Colors of #937DFE
Black with #937DFE
Text Example
Text Example
White with #937DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DFE; }
p { color: rgb(147,125,254); }
H1.HeaderClassName
{
color: #937DFE;
}
.AnyTagClassName
{
color: #937DFE;
}
</style>
background-color css
<style>
a { background-color: #937DFE; }
a { background-color: rgb(147,125,254); }
div.DivClassName
{
background-color: #937DFE;
}
.BgClassName
{
background-color: #937DFE;
}
</style>
border-color css
<style>
span { border-color: #937DFE; }
span { border-color: rgb(147,125,254); }
td.TdClassName
{
border-color: #937DFE;
}
.TagClassName
{
border-color: #937DFE;
}
</style>