Shades of Light Slate Blue #965DFB
Tints of Light Slate Blue #965DFB
RGB
CMYK
RGB Variations
Color information
#965DFB (or 0x965DFB) is known color: Light Slate Blue. HEX triplet: 96, 5D and FB. RGB value is (150,93,251). Sum of RGB (Red+Green+Blue) = 150+93+251=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #965DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965DFB is #69A204. Grayscale: #7F7F7F. Windows color (decimal): -6922757 or 16473494. OLE color: 16473494.
HSL color Cylindrical-coordinate representation of color #965DFB: hue angle of 261.65º 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 #965DFB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 93 | 251 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.02 |
| HSL | 261.65º | 0.95% | 0.67% | - |
| HSV(B) | 261.65º | 0.63% | 0.98% | - |
| XYZ | 33.9 | 21.28 | 93.59 | - |
| YUV | 128.06 | 197.38 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 251 | 0.40 | 0.63 | 0 | 0.02 | 261.65 | 0.95 | 0.67 |
| Hex | 96 | 5D | FB | 28 | 3F | 0 | 2 | 106 | 5F | 43 |
| Octal | 226 | 135 | 373 | 50 | 77 | 0 | 2 | 406 | 137 | 103 |
| Binary | 10010110 | 1011101 | 11111011 | 101000 | 111111 | 0 | 10 | 100000110 | 1011111 | 1000011 |
Color Harmonies of #965DFB
Complementary color
Monochromatic Colors of #965DFB
Black with #965DFB
Text Example
Text Example
White with #965DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DFB; }
p { color: rgb(150,93,251); }
H1.HeaderClassName
{
color: #965DFB;
}
.AnyTagClassName
{
color: #965DFB;
}
</style>
background-color css
<style>
a { background-color: #965DFB; }
a { background-color: rgb(150,93,251); }
div.DivClassName
{
background-color: #965DFB;
}
.BgClassName
{
background-color: #965DFB;
}
</style>
border-color css
<style>
span { border-color: #965DFB; }
span { border-color: rgb(150,93,251); }
td.TdClassName
{
border-color: #965DFB;
}
.TagClassName
{
border-color: #965DFB;
}
</style>