Shades of Light Slate Blue #965BFC
Tints of Light Slate Blue #965BFC
RGB
CMYK
RGB Variations
Color information
#965BFC (or 0x965BFC) is known color: Light Slate Blue. HEX triplet: 96, 5B and FC. RGB value is (150,91,252). Sum of RGB (Red+Green+Blue) = 150+91+252=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #965BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965BFC is #69A403. Grayscale: #7E7E7E. Windows color (decimal): -6923268 or 16538518. OLE color: 16538518.
HSL color Cylindrical-coordinate representation of color #965BFC: hue angle of 261.99º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965BFC is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 91 | 252 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.01 |
| HSL | 261.99º | 0.96% | 0.67% | - |
| HSV(B) | 261.99º | 0.64% | 0.99% | - |
| XYZ | 33.89 | 20.99 | 94.36 | - |
| YUV | 127 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 252 | 0.40 | 0.64 | 0 | 0.01 | 261.99 | 0.96 | 0.67 |
| Hex | 96 | 5B | FC | 28 | 40 | 0 | 1 | 106 | 60 | 43 |
| Octal | 226 | 133 | 374 | 50 | 100 | 0 | 1 | 406 | 140 | 103 |
| Binary | 10010110 | 1011011 | 11111100 | 101000 | 1000000 | 0 | 1 | 100000110 | 1100000 | 1000011 |
Color Harmonies of #965BFC
Complementary color
Monochromatic Colors of #965BFC
Black with #965BFC
Text Example
Text Example
White with #965BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BFC; }
p { color: rgb(150,91,252); }
H1.HeaderClassName
{
color: #965BFC;
}
.AnyTagClassName
{
color: #965BFC;
}
</style>
background-color css
<style>
a { background-color: #965BFC; }
a { background-color: rgb(150,91,252); }
div.DivClassName
{
background-color: #965BFC;
}
.BgClassName
{
background-color: #965BFC;
}
</style>
border-color css
<style>
span { border-color: #965BFC; }
span { border-color: rgb(150,91,252); }
td.TdClassName
{
border-color: #965BFC;
}
.TagClassName
{
border-color: #965BFC;
}
</style>