Shades of Light Slate Blue #936CFF
Tints of Light Slate Blue #936CFF
RGB
CMYK
RGB Variations
Color information
#936CFF (or 0x936CFF) is known color: Light Slate Blue. HEX triplet: 93, 6C and FF. RGB value is (147,108,255). Sum of RGB (Red+Green+Blue) = 147+108+255=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #936CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936CFF is #6C9300. Grayscale: #878787. Windows color (decimal): -7115521 or 16739475. OLE color: 16739475.
HSL color Cylindrical-coordinate representation of color #936CFF: hue angle of 255.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #936CFF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 108 | 255 | - |
| CMYK | 0.42 | 0.58 | 0 | 0 |
| HSL | 255.92º | 1% | 0.71% | - |
| HSV(B) | 255.92º | 0.58% | 1% | - |
| XYZ | 35.45 | 24.15 | 97.4 | - |
| YUV | 136.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 255 | 0.42 | 0.58 | 0 | 0 | 255.92 | 1 | 0.71 |
| Hex | 93 | 6C | FF | 2A | 3A | 0 | 0 | 100 | 64 | 47 |
| Octal | 223 | 154 | 377 | 52 | 72 | 0 | 0 | 400 | 144 | 107 |
| Binary | 10010011 | 1101100 | 11111111 | 101010 | 111010 | 0 | 0 | 100000000 | 1100100 | 1000111 |
Color Harmonies of #936CFF
Complementary color
Monochromatic Colors of #936CFF
Black with #936CFF
Text Example
Text Example
White with #936CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CFF; }
p { color: rgb(147,108,255); }
H1.HeaderClassName
{
color: #936CFF;
}
.AnyTagClassName
{
color: #936CFF;
}
</style>
background-color css
<style>
a { background-color: #936CFF; }
a { background-color: rgb(147,108,255); }
div.DivClassName
{
background-color: #936CFF;
}
.BgClassName
{
background-color: #936CFF;
}
</style>
border-color css
<style>
span { border-color: #936CFF; }
span { border-color: rgb(147,108,255); }
td.TdClassName
{
border-color: #936CFF;
}
.TagClassName
{
border-color: #936CFF;
}
</style>