Shades of Light Slate Blue #965CFD
Tints of Light Slate Blue #965CFD
RGB
CMYK
RGB Variations
Color information
#965CFD (or 0x965CFD) is known color: Light Slate Blue. HEX triplet: 96, 5C and FD. RGB value is (150,92,253). Sum of RGB (Red+Green+Blue) = 150+92+253=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #965CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CFD is #69A302. Grayscale: #7F7F7F. Windows color (decimal): -6923011 or 16604310. OLE color: 16604310.
HSL color Cylindrical-coordinate representation of color #965CFD: hue angle of 261.61º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965CFD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 92 | 253 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.01 |
| HSL | 261.61º | 0.98% | 0.68% | - |
| HSV(B) | 261.61º | 0.64% | 0.99% | - |
| XYZ | 34.13 | 21.23 | 95.23 | - |
| YUV | 127.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 253 | 0.41 | 0.64 | 0 | 0.01 | 261.61 | 0.98 | 0.68 |
| Hex | 96 | 5C | FD | 29 | 40 | 0 | 1 | 106 | 62 | 44 |
| Octal | 226 | 134 | 375 | 51 | 100 | 0 | 1 | 406 | 142 | 104 |
| Binary | 10010110 | 1011100 | 11111101 | 101001 | 1000000 | 0 | 1 | 100000110 | 1100010 | 1000100 |
Color Harmonies of #965CFD
Complementary color
Monochromatic Colors of #965CFD
Black with #965CFD
Text Example
Text Example
White with #965CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CFD; }
p { color: rgb(150,92,253); }
H1.HeaderClassName
{
color: #965CFD;
}
.AnyTagClassName
{
color: #965CFD;
}
</style>
background-color css
<style>
a { background-color: #965CFD; }
a { background-color: rgb(150,92,253); }
div.DivClassName
{
background-color: #965CFD;
}
.BgClassName
{
background-color: #965CFD;
}
</style>
border-color css
<style>
span { border-color: #965CFD; }
span { border-color: rgb(150,92,253); }
td.TdClassName
{
border-color: #965CFD;
}
.TagClassName
{
border-color: #965CFD;
}
</style>