Shades of Light Slate Blue #937FFD
Tints of Light Slate Blue #937FFD
RGB
CMYK
RGB Variations
Color information
#937FFD (or 0x937FFD) is known color: Light Slate Blue. HEX triplet: 93, 7F and FD. RGB value is (147,127,253). Sum of RGB (Red+Green+Blue) = 147+127+253=527 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.89% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #937FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937FFD is #6C8002. Grayscale: #929292. Windows color (decimal): -7110659 or 16613267. OLE color: 16613267.
HSL color Cylindrical-coordinate representation of color #937FFD: hue angle of 249.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937FFD is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 127 | 253 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.01 |
| HSL | 249.52º | 0.97% | 0.75% | - |
| HSV(B) | 249.52º | 0.5% | 0.99% | - |
| XYZ | 37.35 | 28.47 | 96.46 | - |
| YUV | 147.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 253 | 0.42 | 0.50 | 0 | 0.01 | 249.52 | 0.97 | 0.75 |
| Hex | 93 | 7F | FD | 2A | 32 | 0 | 1 | FA | 61 | 4B |
| Octal | 223 | 177 | 375 | 52 | 62 | 0 | 1 | 372 | 141 | 113 |
| Binary | 10010011 | 1111111 | 11111101 | 101010 | 110010 | 0 | 1 | 11111010 | 1100001 | 1001011 |
Color Harmonies of #937FFD
Complementary color
Monochromatic Colors of #937FFD
Black with #937FFD
Text Example
Text Example
White with #937FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FFD; }
p { color: rgb(147,127,253); }
H1.HeaderClassName
{
color: #937FFD;
}
.AnyTagClassName
{
color: #937FFD;
}
</style>
background-color css
<style>
a { background-color: #937FFD; }
a { background-color: rgb(147,127,253); }
div.DivClassName
{
background-color: #937FFD;
}
.BgClassName
{
background-color: #937FFD;
}
</style>
border-color css
<style>
span { border-color: #937FFD; }
span { border-color: rgb(147,127,253); }
td.TdClassName
{
border-color: #937FFD;
}
.TagClassName
{
border-color: #937FFD;
}
</style>