Shades of Light Slate Blue #965FFB
Tints of Light Slate Blue #965FFB
RGB
CMYK
RGB Variations
Color information
#965FFB (or 0x965FFB) is known color: Light Slate Blue. HEX triplet: 96, 5F and FB. RGB value is (150,95,251). Sum of RGB (Red+Green+Blue) = 150+95+251=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #965FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965FFB is #69A004. Grayscale: #808080. Windows color (decimal): -6922245 or 16474006. OLE color: 16474006.
HSL color Cylindrical-coordinate representation of color #965FFB: hue angle of 261.15º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965FFB is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 95 | 251 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.02 |
| HSL | 261.15º | 0.95% | 0.68% | - |
| HSV(B) | 261.15º | 0.62% | 0.98% | - |
| XYZ | 34.08 | 21.63 | 93.65 | - |
| YUV | 129.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 251 | 0.40 | 0.62 | 0 | 0.02 | 261.15 | 0.95 | 0.68 |
| Hex | 96 | 5F | FB | 28 | 3E | 0 | 2 | 105 | 5F | 44 |
| Octal | 226 | 137 | 373 | 50 | 76 | 0 | 2 | 405 | 137 | 104 |
| Binary | 10010110 | 1011111 | 11111011 | 101000 | 111110 | 0 | 10 | 100000101 | 1011111 | 1000100 |
Color Harmonies of #965FFB
Complementary color
Monochromatic Colors of #965FFB
Black with #965FFB
Text Example
Text Example
White with #965FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FFB; }
p { color: rgb(150,95,251); }
H1.HeaderClassName
{
color: #965FFB;
}
.AnyTagClassName
{
color: #965FFB;
}
</style>
background-color css
<style>
a { background-color: #965FFB; }
a { background-color: rgb(150,95,251); }
div.DivClassName
{
background-color: #965FFB;
}
.BgClassName
{
background-color: #965FFB;
}
</style>
border-color css
<style>
span { border-color: #965FFB; }
span { border-color: rgb(150,95,251); }
td.TdClassName
{
border-color: #965FFB;
}
.TagClassName
{
border-color: #965FFB;
}
</style>