Shades of Light Slate Blue #936BF9
Tints of Light Slate Blue #936BF9
RGB
CMYK
RGB Variations
Color information
#936BF9 (or 0x936BF9) is known color: Light Slate Blue. HEX triplet: 93, 6B and F9. RGB value is (147,107,249). Sum of RGB (Red+Green+Blue) = 147+107+249=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #936BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BF9 is #6C9406. Grayscale: #868686. Windows color (decimal): -7115783 or 16346003. OLE color: 16346003.
HSL color Cylindrical-coordinate representation of color #936BF9: hue angle of 256.9º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #936BF9 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 107 | 249 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.02 |
| HSL | 256.9º | 0.92% | 0.7% | - |
| HSV(B) | 256.9º | 0.57% | 0.98% | - |
| XYZ | 34.39 | 23.56 | 92.36 | - |
| YUV | 135.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 249 | 0.41 | 0.57 | 0 | 0.02 | 256.9 | 0.92 | 0.7 |
| Hex | 93 | 6B | F9 | 29 | 39 | 0 | 2 | 101 | 5C | 46 |
| Octal | 223 | 153 | 371 | 51 | 71 | 0 | 2 | 401 | 134 | 106 |
| Binary | 10010011 | 1101011 | 11111001 | 101001 | 111001 | 0 | 10 | 100000001 | 1011100 | 1000110 |
Color Harmonies of #936BF9
Complementary color
Monochromatic Colors of #936BF9
Black with #936BF9
Text Example
Text Example
White with #936BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BF9; }
p { color: rgb(147,107,249); }
H1.HeaderClassName
{
color: #936BF9;
}
.AnyTagClassName
{
color: #936BF9;
}
</style>
background-color css
<style>
a { background-color: #936BF9; }
a { background-color: rgb(147,107,249); }
div.DivClassName
{
background-color: #936BF9;
}
.BgClassName
{
background-color: #936BF9;
}
</style>
border-color css
<style>
span { border-color: #936BF9; }
span { border-color: rgb(147,107,249); }
td.TdClassName
{
border-color: #936BF9;
}
.TagClassName
{
border-color: #936BF9;
}
</style>