Shades of Light Slate Blue #936AF5
Tints of Light Slate Blue #936AF5
RGB
CMYK
RGB Variations
Color information
#936AF5 (or 0x936AF5) is known color: Light Slate Blue. HEX triplet: 93, 6A and F5. RGB value is (147,106,245). Sum of RGB (Red+Green+Blue) = 147+106+245=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #936AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936AF5 is #6C950A. Grayscale: #858585. Windows color (decimal): -7116043 or 16083603. OLE color: 16083603.
HSL color Cylindrical-coordinate representation of color #936AF5: hue angle of 257.7º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #936AF5 is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 106 | 245 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.04 |
| HSL | 257.7º | 0.87% | 0.69% | - |
| HSV(B) | 257.7º | 0.57% | 0.96% | - |
| XYZ | 33.67 | 23.1 | 89.07 | - |
| YUV | 134.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 245 | 0.4 | 0.57 | 0 | 0.04 | 257.7 | 0.87 | 0.69 |
| Hex | 93 | 6A | F5 | 28 | 39 | 0 | 4 | 102 | 57 | 45 |
| Octal | 223 | 152 | 365 | 50 | 71 | 0 | 4 | 402 | 127 | 105 |
| Binary | 10010011 | 1101010 | 11110101 | 101000 | 111001 | 0 | 100 | 100000010 | 1010111 | 1000101 |
Color Harmonies of #936AF5
Complementary color
Monochromatic Colors of #936AF5
Black with #936AF5
Text Example
Text Example
White with #936AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936AF5; }
p { color: rgb(147,106,245); }
H1.HeaderClassName
{
color: #936AF5;
}
.AnyTagClassName
{
color: #936AF5;
}
</style>
background-color css
<style>
a { background-color: #936AF5; }
a { background-color: rgb(147,106,245); }
div.DivClassName
{
background-color: #936AF5;
}
.BgClassName
{
background-color: #936AF5;
}
</style>
border-color css
<style>
span { border-color: #936AF5; }
span { border-color: rgb(147,106,245); }
td.TdClassName
{
border-color: #936AF5;
}
.TagClassName
{
border-color: #936AF5;
}
</style>