Shades of Light Slate Blue #965EFB
Tints of Light Slate Blue #965EFB
RGB
CMYK
RGB Variations
Color information
#965EFB (or 0x965EFB) is known color: Light Slate Blue. HEX triplet: 96, 5E and FB. RGB value is (150,94,251). Sum of RGB (Red+Green+Blue) = 150+94+251=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #965EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965EFB is #69A104. Grayscale: #808080. Windows color (decimal): -6922501 or 16473750. OLE color: 16473750.
HSL color Cylindrical-coordinate representation of color #965EFB: hue angle of 261.4º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965EFB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 94 | 251 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.02 |
| HSL | 261.4º | 0.95% | 0.68% | - |
| HSV(B) | 261.4º | 0.63% | 0.98% | - |
| XYZ | 33.99 | 21.45 | 93.62 | - |
| YUV | 128.64 | 197.05 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 251 | 0.40 | 0.63 | 0 | 0.02 | 261.4 | 0.95 | 0.68 |
| Hex | 96 | 5E | FB | 28 | 3F | 0 | 2 | 105 | 5F | 44 |
| Octal | 226 | 136 | 373 | 50 | 77 | 0 | 2 | 405 | 137 | 104 |
| Binary | 10010110 | 1011110 | 11111011 | 101000 | 111111 | 0 | 10 | 100000101 | 1011111 | 1000100 |
Color Harmonies of #965EFB
Complementary color
Monochromatic Colors of #965EFB
Black with #965EFB
Text Example
Text Example
White with #965EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965EFB; }
p { color: rgb(150,94,251); }
H1.HeaderClassName
{
color: #965EFB;
}
.AnyTagClassName
{
color: #965EFB;
}
</style>
background-color css
<style>
a { background-color: #965EFB; }
a { background-color: rgb(150,94,251); }
div.DivClassName
{
background-color: #965EFB;
}
.BgClassName
{
background-color: #965EFB;
}
</style>
border-color css
<style>
span { border-color: #965EFB; }
span { border-color: rgb(150,94,251); }
td.TdClassName
{
border-color: #965EFB;
}
.TagClassName
{
border-color: #965EFB;
}
</style>