Shades of Light Slate Blue #935DFB
Tints of Light Slate Blue #935DFB
RGB
CMYK
RGB Variations
Color information
#935DFB (or 0x935DFB) is known color: Light Slate Blue. HEX triplet: 93, 5D and FB. RGB value is (147,93,251). Sum of RGB (Red+Green+Blue) = 147+93+251=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #935DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #935DFB is #6CA204. Grayscale: #7E7E7E. Windows color (decimal): -7119365 or 16473491. OLE color: 16473491.
HSL color Cylindrical-coordinate representation of color #935DFB: hue angle of 260.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #935DFB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 93 | 251 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.02 |
| HSL | 260.51º | 0.95% | 0.67% | - |
| HSV(B) | 260.51º | 0.63% | 0.98% | - |
| XYZ | 33.36 | 21 | 93.56 | - |
| YUV | 127.16 | 197.89 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 251 | 0.41 | 0.63 | 0 | 0.02 | 260.51 | 0.95 | 0.67 |
| Hex | 93 | 5D | FB | 29 | 3F | 0 | 2 | 105 | 5F | 43 |
| Octal | 223 | 135 | 373 | 51 | 77 | 0 | 2 | 405 | 137 | 103 |
| Binary | 10010011 | 1011101 | 11111011 | 101001 | 111111 | 0 | 10 | 100000101 | 1011111 | 1000011 |
Color Harmonies of #935DFB
Complementary color
Monochromatic Colors of #935DFB
Black with #935DFB
Text Example
Text Example
White with #935DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935DFB; }
p { color: rgb(147,93,251); }
H1.HeaderClassName
{
color: #935DFB;
}
.AnyTagClassName
{
color: #935DFB;
}
</style>
background-color css
<style>
a { background-color: #935DFB; }
a { background-color: rgb(147,93,251); }
div.DivClassName
{
background-color: #935DFB;
}
.BgClassName
{
background-color: #935DFB;
}
</style>
border-color css
<style>
span { border-color: #935DFB; }
span { border-color: rgb(147,93,251); }
td.TdClassName
{
border-color: #935DFB;
}
.TagClassName
{
border-color: #935DFB;
}
</style>