Shades of Light Slate Blue #935FF6
Tints of Light Slate Blue #935FF6
RGB
CMYK
RGB Variations
Color information
#935FF6 (or 0x935FF6) is known color: Light Slate Blue. HEX triplet: 93, 5F and F6. RGB value is (147,95,246). Sum of RGB (Red+Green+Blue) = 147+95+246=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #935FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935FF6 is #6CA009. Grayscale: #7F7F7F. Windows color (decimal): -7118858 or 16146323. OLE color: 16146323.
HSL color Cylindrical-coordinate representation of color #935FF6: hue angle of 260.66º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #935FF6 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 95 | 246 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.04 |
| HSL | 260.66º | 0.89% | 0.67% | - |
| HSV(B) | 260.66º | 0.61% | 0.96% | - |
| XYZ | 32.76 | 21.04 | 89.52 | - |
| YUV | 127.76 | 194.73 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 95 | 246 | 0.40 | 0.61 | 0 | 0.04 | 260.66 | 0.89 | 0.67 |
| Hex | 93 | 5F | F6 | 28 | 3D | 0 | 4 | 105 | 59 | 43 |
| Octal | 223 | 137 | 366 | 50 | 75 | 0 | 4 | 405 | 131 | 103 |
| Binary | 10010011 | 1011111 | 11110110 | 101000 | 111101 | 0 | 100 | 100000101 | 1011001 | 1000011 |
Color Harmonies of #935FF6
Complementary color
Monochromatic Colors of #935FF6
Black with #935FF6
Text Example
Text Example
White with #935FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935FF6; }
p { color: rgb(147,95,246); }
H1.HeaderClassName
{
color: #935FF6;
}
.AnyTagClassName
{
color: #935FF6;
}
</style>
background-color css
<style>
a { background-color: #935FF6; }
a { background-color: rgb(147,95,246); }
div.DivClassName
{
background-color: #935FF6;
}
.BgClassName
{
background-color: #935FF6;
}
</style>
border-color css
<style>
span { border-color: #935FF6; }
span { border-color: rgb(147,95,246); }
td.TdClassName
{
border-color: #935FF6;
}
.TagClassName
{
border-color: #935FF6;
}
</style>