Shades of Light Slate Blue #937AF2
Tints of Light Slate Blue #937AF2
RGB
CMYK
RGB Variations
Color information
#937AF2 (or 0x937AF2) is known color: Light Slate Blue. HEX triplet: 93, 7A and F2. RGB value is (147,122,242). Sum of RGB (Red+Green+Blue) = 147+122+242=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #937AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #937AF2 is #6C850D. Grayscale: #8E8E8E. Windows color (decimal): -7111950 or 15891091. OLE color: 15891091.
HSL color Cylindrical-coordinate representation of color #937AF2: hue angle of 252.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #937AF2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 122 | 242 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.05 |
| HSL | 252.5º | 0.82% | 0.71% | - |
| HSV(B) | 252.5º | 0.5% | 0.95% | - |
| XYZ | 35.02 | 26.53 | 87.28 | - |
| YUV | 143.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 242 | 0.39 | 0.50 | 0 | 0.05 | 252.5 | 0.82 | 0.71 |
| Hex | 93 | 7A | F2 | 27 | 32 | 0 | 5 | FD | 52 | 47 |
| Octal | 223 | 172 | 362 | 47 | 62 | 0 | 5 | 375 | 122 | 107 |
| Binary | 10010011 | 1111010 | 11110010 | 100111 | 110010 | 0 | 101 | 11111101 | 1010010 | 1000111 |
Color Harmonies of #937AF2
Complementary color
Monochromatic Colors of #937AF2
Black with #937AF2
Text Example
Text Example
White with #937AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AF2; }
p { color: rgb(147,122,242); }
H1.HeaderClassName
{
color: #937AF2;
}
.AnyTagClassName
{
color: #937AF2;
}
</style>
background-color css
<style>
a { background-color: #937AF2; }
a { background-color: rgb(147,122,242); }
div.DivClassName
{
background-color: #937AF2;
}
.BgClassName
{
background-color: #937AF2;
}
</style>
border-color css
<style>
span { border-color: #937AF2; }
span { border-color: rgb(147,122,242); }
td.TdClassName
{
border-color: #937AF2;
}
.TagClassName
{
border-color: #937AF2;
}
</style>