Shades of Light Slate Blue #936BFD
Tints of Light Slate Blue #936BFD
RGB
CMYK
RGB Variations
Color information
#936BFD (or 0x936BFD) is known color: Light Slate Blue. HEX triplet: 93, 6B and FD. RGB value is (147,107,253). Sum of RGB (Red+Green+Blue) = 147+107+253=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #936BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936BFD is #6C9402. Grayscale: #878787. Windows color (decimal): -7115779 or 16608147. OLE color: 16608147.
HSL color Cylindrical-coordinate representation of color #936BFD: hue angle of 256.44º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #936BFD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 107 | 253 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.01 |
| HSL | 256.44º | 0.97% | 0.71% | - |
| HSV(B) | 256.44º | 0.58% | 0.99% | - |
| XYZ | 35.02 | 23.81 | 95.68 | - |
| YUV | 135.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 253 | 0.42 | 0.58 | 0 | 0.01 | 256.44 | 0.97 | 0.71 |
| Hex | 93 | 6B | FD | 2A | 3A | 0 | 1 | 100 | 61 | 47 |
| Octal | 223 | 153 | 375 | 52 | 72 | 0 | 1 | 400 | 141 | 107 |
| Binary | 10010011 | 1101011 | 11111101 | 101010 | 111010 | 0 | 1 | 100000000 | 1100001 | 1000111 |
Color Harmonies of #936BFD
Complementary color
Monochromatic Colors of #936BFD
Black with #936BFD
Text Example
Text Example
White with #936BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BFD; }
p { color: rgb(147,107,253); }
H1.HeaderClassName
{
color: #936BFD;
}
.AnyTagClassName
{
color: #936BFD;
}
</style>
background-color css
<style>
a { background-color: #936BFD; }
a { background-color: rgb(147,107,253); }
div.DivClassName
{
background-color: #936BFD;
}
.BgClassName
{
background-color: #936BFD;
}
</style>
border-color css
<style>
span { border-color: #936BFD; }
span { border-color: rgb(147,107,253); }
td.TdClassName
{
border-color: #936BFD;
}
.TagClassName
{
border-color: #936BFD;
}
</style>