Shades of Light Slate Blue #937AF5
Tints of Light Slate Blue #937AF5
RGB
CMYK
RGB Variations
Color information
#937AF5 (or 0x937AF5) is known color: Light Slate Blue. HEX triplet: 93, 7A and F5. RGB value is (147,122,245). Sum of RGB (Red+Green+Blue) = 147+122+245=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 122 (48.05% from 255 or 23.74% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #937AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AF5 is #6C850A. Grayscale: #8F8F8F. Windows color (decimal): -7111947 or 16087699. OLE color: 16087699.
HSL color Cylindrical-coordinate representation of color #937AF5: hue angle of 252.2º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937AF5 is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 122 | 245 | - |
| CMYK | 0.4 | 0.50 | 0 | 0.04 |
| HSL | 252.2º | 0.86% | 0.72% | - |
| HSV(B) | 252.2º | 0.5% | 0.96% | - |
| XYZ | 35.47 | 26.71 | 89.67 | - |
| YUV | 143.5 | 185.28 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 245 | 0.4 | 0.50 | 0 | 0.04 | 252.2 | 0.86 | 0.72 |
| Hex | 93 | 7A | F5 | 28 | 32 | 0 | 4 | FC | 56 | 48 |
| Octal | 223 | 172 | 365 | 50 | 62 | 0 | 4 | 374 | 126 | 110 |
| Binary | 10010011 | 1111010 | 11110101 | 101000 | 110010 | 0 | 100 | 11111100 | 1010110 | 1001000 |
Color Harmonies of #937AF5
Complementary color
Monochromatic Colors of #937AF5
Black with #937AF5
Text Example
Text Example
White with #937AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AF5; }
p { color: rgb(147,122,245); }
H1.HeaderClassName
{
color: #937AF5;
}
.AnyTagClassName
{
color: #937AF5;
}
</style>
background-color css
<style>
a { background-color: #937AF5; }
a { background-color: rgb(147,122,245); }
div.DivClassName
{
background-color: #937AF5;
}
.BgClassName
{
background-color: #937AF5;
}
</style>
border-color css
<style>
span { border-color: #937AF5; }
span { border-color: rgb(147,122,245); }
td.TdClassName
{
border-color: #937AF5;
}
.TagClassName
{
border-color: #937AF5;
}
</style>