Shades of Light Slate Blue #938FFF
Tints of Light Slate Blue #938FFF
RGB
CMYK
RGB Variations
Color information
#938FFF (or 0x938FFF) is known color: Light Slate Blue. HEX triplet: 93, 8F and FF. RGB value is (147,143,255). Sum of RGB (Red+Green+Blue) = 147+143+255=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #938FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938FFF is #6C7000. Grayscale: #9C9C9C. Windows color (decimal): -7106561 or 16748435. OLE color: 16748435.
HSL color Cylindrical-coordinate representation of color #938FFF: hue angle of 242.14º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938FFF is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 143 | 255 | - |
| CMYK | 0.42 | 0.44 | 0 | 0 |
| HSL | 242.14º | 1% | 0.78% | - |
| HSV(B) | 242.14º | 0.44% | 1% | - |
| XYZ | 39.91 | 33.07 | 98.89 | - |
| YUV | 156.96 | 183.33 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 255 | 0.42 | 0.44 | 0 | 0 | 242.14 | 1 | 0.78 |
| Hex | 93 | 8F | FF | 2A | 2C | 0 | 0 | F2 | 64 | 4E |
| Octal | 223 | 217 | 377 | 52 | 54 | 0 | 0 | 362 | 144 | 116 |
| Binary | 10010011 | 10001111 | 11111111 | 101010 | 101100 | 0 | 0 | 11110010 | 1100100 | 1001110 |
Color Harmonies of #938FFF
Complementary color
Monochromatic Colors of #938FFF
Black with #938FFF
Text Example
Text Example
White with #938FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FFF; }
p { color: rgb(147,143,255); }
H1.HeaderClassName
{
color: #938FFF;
}
.AnyTagClassName
{
color: #938FFF;
}
</style>
background-color css
<style>
a { background-color: #938FFF; }
a { background-color: rgb(147,143,255); }
div.DivClassName
{
background-color: #938FFF;
}
.BgClassName
{
background-color: #938FFF;
}
</style>
border-color css
<style>
span { border-color: #938FFF; }
span { border-color: rgb(147,143,255); }
td.TdClassName
{
border-color: #938FFF;
}
.TagClassName
{
border-color: #938FFF;
}
</style>