Shades of Light Slate Blue #936FF3
Tints of Light Slate Blue #936FF3
RGB
CMYK
RGB Variations
Color information
#936FF3 (or 0x936FF3) is known color: Light Slate Blue. HEX triplet: 93, 6F and F3. RGB value is (147,111,243). Sum of RGB (Red+Green+Blue) = 147+111+243=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #936FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936FF3 is #6C900C. Grayscale: #888888. Windows color (decimal): -7114765 or 15953811. OLE color: 15953811.
HSL color Cylindrical-coordinate representation of color #936FF3: hue angle of 256.36º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936FF3 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 111 | 243 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.05 |
| HSL | 256.36º | 0.85% | 0.69% | - |
| HSV(B) | 256.36º | 0.54% | 0.95% | - |
| XYZ | 33.89 | 24.04 | 87.65 | - |
| YUV | 136.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 243 | 0.40 | 0.54 | 0 | 0.05 | 256.36 | 0.85 | 0.69 |
| Hex | 93 | 6F | F3 | 28 | 36 | 0 | 5 | 100 | 55 | 45 |
| Octal | 223 | 157 | 363 | 50 | 66 | 0 | 5 | 400 | 125 | 105 |
| Binary | 10010011 | 1101111 | 11110011 | 101000 | 110110 | 0 | 101 | 100000000 | 1010101 | 1000101 |
Color Harmonies of #936FF3
Complementary color
Monochromatic Colors of #936FF3
Black with #936FF3
Text Example
Text Example
White with #936FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936FF3; }
p { color: rgb(147,111,243); }
H1.HeaderClassName
{
color: #936FF3;
}
.AnyTagClassName
{
color: #936FF3;
}
</style>
background-color css
<style>
a { background-color: #936FF3; }
a { background-color: rgb(147,111,243); }
div.DivClassName
{
background-color: #936FF3;
}
.BgClassName
{
background-color: #936FF3;
}
</style>
border-color css
<style>
span { border-color: #936FF3; }
span { border-color: rgb(147,111,243); }
td.TdClassName
{
border-color: #936FF3;
}
.TagClassName
{
border-color: #936FF3;
}
</style>