Shades of Light Slate Blue #937FF5
Tints of Light Slate Blue #937FF5
RGB
CMYK
RGB Variations
Color information
#937FF5 (or 0x937FF5) is known color: Light Slate Blue. HEX triplet: 93, 7F and F5. RGB value is (147,127,245). Sum of RGB (Red+Green+Blue) = 147+127+245=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #937FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937FF5 is #6C800A. Grayscale: #919191. Windows color (decimal): -7110667 or 16088979. OLE color: 16088979.
HSL color Cylindrical-coordinate representation of color #937FF5: hue angle of 250.17º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #937FF5 is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 127 | 245 | - |
| CMYK | 0.4 | 0.48 | 0 | 0.04 |
| HSL | 250.17º | 0.86% | 0.73% | - |
| HSV(B) | 250.17º | 0.48% | 0.96% | - |
| XYZ | 36.1 | 27.97 | 89.88 | - |
| YUV | 146.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 245 | 0.4 | 0.48 | 0 | 0.04 | 250.17 | 0.86 | 0.73 |
| Hex | 93 | 7F | F5 | 28 | 30 | 0 | 4 | FA | 56 | 49 |
| Octal | 223 | 177 | 365 | 50 | 60 | 0 | 4 | 372 | 126 | 111 |
| Binary | 10010011 | 1111111 | 11110101 | 101000 | 110000 | 0 | 100 | 11111010 | 1010110 | 1001001 |
Color Harmonies of #937FF5
Complementary color
Monochromatic Colors of #937FF5
Black with #937FF5
Text Example
Text Example
White with #937FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FF5; }
p { color: rgb(147,127,245); }
H1.HeaderClassName
{
color: #937FF5;
}
.AnyTagClassName
{
color: #937FF5;
}
</style>
background-color css
<style>
a { background-color: #937FF5; }
a { background-color: rgb(147,127,245); }
div.DivClassName
{
background-color: #937FF5;
}
.BgClassName
{
background-color: #937FF5;
}
</style>
border-color css
<style>
span { border-color: #937FF5; }
span { border-color: rgb(147,127,245); }
td.TdClassName
{
border-color: #937FF5;
}
.TagClassName
{
border-color: #937FF5;
}
</style>