Shades of Light Slate Blue #937AF3
Tints of Light Slate Blue #937AF3
RGB
CMYK
RGB Variations
Color information
#937AF3 (or 0x937AF3) is known color: Light Slate Blue. HEX triplet: 93, 7A and F3. RGB value is (147,122,243). Sum of RGB (Red+Green+Blue) = 147+122+243=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #937AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AF3 is #6C850C. Grayscale: #8E8E8E. Windows color (decimal): -7111949 or 15956627. OLE color: 15956627.
HSL color Cylindrical-coordinate representation of color #937AF3: hue angle of 252.4º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937AF3 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 122 | 243 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.05 |
| HSL | 252.4º | 0.83% | 0.72% | - |
| HSV(B) | 252.4º | 0.5% | 0.95% | - |
| XYZ | 35.17 | 26.59 | 88.07 | - |
| YUV | 143.27 | 184.28 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 243 | 0.40 | 0.50 | 0 | 0.05 | 252.4 | 0.83 | 0.72 |
| Hex | 93 | 7A | F3 | 28 | 32 | 0 | 5 | FC | 53 | 48 |
| Octal | 223 | 172 | 363 | 50 | 62 | 0 | 5 | 374 | 123 | 110 |
| Binary | 10010011 | 1111010 | 11110011 | 101000 | 110010 | 0 | 101 | 11111100 | 1010011 | 1001000 |
Color Harmonies of #937AF3
Complementary color
Monochromatic Colors of #937AF3
Black with #937AF3
Text Example
Text Example
White with #937AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AF3; }
p { color: rgb(147,122,243); }
H1.HeaderClassName
{
color: #937AF3;
}
.AnyTagClassName
{
color: #937AF3;
}
</style>
background-color css
<style>
a { background-color: #937AF3; }
a { background-color: rgb(147,122,243); }
div.DivClassName
{
background-color: #937AF3;
}
.BgClassName
{
background-color: #937AF3;
}
</style>
border-color css
<style>
span { border-color: #937AF3; }
span { border-color: rgb(147,122,243); }
td.TdClassName
{
border-color: #937AF3;
}
.TagClassName
{
border-color: #937AF3;
}
</style>