Shades of Light Slate Blue #937AF1
Tints of Light Slate Blue #937AF1
RGB
CMYK
RGB Variations
Color information
#937AF1 (or 0x937AF1) is known color: Light Slate Blue. HEX triplet: 93, 7A and F1. RGB value is (147,122,241). Sum of RGB (Red+Green+Blue) = 147+122+241=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #937AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AF1 is #6C850E. Grayscale: #8E8E8E. Windows color (decimal): -7111951 or 15825555. OLE color: 15825555.
HSL color Cylindrical-coordinate representation of color #937AF1: hue angle of 252.61º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #937AF1 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 122 | 241 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.05 |
| HSL | 252.61º | 0.81% | 0.71% | - |
| HSV(B) | 252.61º | 0.49% | 0.95% | - |
| XYZ | 34.87 | 26.47 | 86.49 | - |
| YUV | 143.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 241 | 0.39 | 0.49 | 0 | 0.05 | 252.61 | 0.81 | 0.71 |
| Hex | 93 | 7A | F1 | 27 | 31 | 0 | 5 | FD | 51 | 47 |
| Octal | 223 | 172 | 361 | 47 | 61 | 0 | 5 | 375 | 121 | 107 |
| Binary | 10010011 | 1111010 | 11110001 | 100111 | 110001 | 0 | 101 | 11111101 | 1010001 | 1000111 |
Color Harmonies of #937AF1
Complementary color
Monochromatic Colors of #937AF1
Black with #937AF1
Text Example
Text Example
White with #937AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AF1; }
p { color: rgb(147,122,241); }
H1.HeaderClassName
{
color: #937AF1;
}
.AnyTagClassName
{
color: #937AF1;
}
</style>
background-color css
<style>
a { background-color: #937AF1; }
a { background-color: rgb(147,122,241); }
div.DivClassName
{
background-color: #937AF1;
}
.BgClassName
{
background-color: #937AF1;
}
</style>
border-color css
<style>
span { border-color: #937AF1; }
span { border-color: rgb(147,122,241); }
td.TdClassName
{
border-color: #937AF1;
}
.TagClassName
{
border-color: #937AF1;
}
</style>