Shades of Light Slate Blue #938AF6
Tints of Light Slate Blue #938AF6
RGB
CMYK
RGB Variations
Color information
#938AF6 (or 0x938AF6) is known color: Light Slate Blue. HEX triplet: 93, 8A and F6. RGB value is (147,138,246). Sum of RGB (Red+Green+Blue) = 147+138+246=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #938AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938AF6 is #6C7509. Grayscale: #989898. Windows color (decimal): -7107850 or 16157331. OLE color: 16157331.
HSL color Cylindrical-coordinate representation of color #938AF6: hue angle of 245º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938AF6 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 138 | 246 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.04 |
| HSL | 245º | 0.86% | 0.75% | - |
| HSV(B) | 245º | 0.44% | 0.96% | - |
| XYZ | 37.76 | 31.03 | 91.19 | - |
| YUV | 153 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 246 | 0.40 | 0.44 | 0 | 0.04 | 245 | 0.86 | 0.75 |
| Hex | 93 | 8A | F6 | 28 | 2C | 0 | 4 | F5 | 56 | 4B |
| Octal | 223 | 212 | 366 | 50 | 54 | 0 | 4 | 365 | 126 | 113 |
| Binary | 10010011 | 10001010 | 11110110 | 101000 | 101100 | 0 | 100 | 11110101 | 1010110 | 1001011 |
Color Harmonies of #938AF6
Complementary color
Monochromatic Colors of #938AF6
Black with #938AF6
Text Example
Text Example
White with #938AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AF6; }
p { color: rgb(147,138,246); }
H1.HeaderClassName
{
color: #938AF6;
}
.AnyTagClassName
{
color: #938AF6;
}
</style>
background-color css
<style>
a { background-color: #938AF6; }
a { background-color: rgb(147,138,246); }
div.DivClassName
{
background-color: #938AF6;
}
.BgClassName
{
background-color: #938AF6;
}
</style>
border-color css
<style>
span { border-color: #938AF6; }
span { border-color: rgb(147,138,246); }
td.TdClassName
{
border-color: #938AF6;
}
.TagClassName
{
border-color: #938AF6;
}
</style>