Shades of Light Slate Blue #9665FD
Tints of Light Slate Blue #9665FD
RGB
CMYK
RGB Variations
Color information
#9665FD (or 0x9665FD) is known color: Light Slate Blue. HEX triplet: 96, 65 and FD. RGB value is (150,101,253). Sum of RGB (Red+Green+Blue) = 150+101+253=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #9665FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665FD is #699A02. Grayscale: #848484. Windows color (decimal): -6920707 or 16606614. OLE color: 16606614.
HSL color Cylindrical-coordinate representation of color #9665FD: hue angle of 259.34º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9665FD is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 101 | 253 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.01 |
| HSL | 259.34º | 0.97% | 0.69% | - |
| HSV(B) | 259.34º | 0.6% | 0.99% | - |
| XYZ | 34.96 | 22.88 | 95.5 | - |
| YUV | 132.98 | 195.73 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 253 | 0.41 | 0.60 | 0 | 0.01 | 259.34 | 0.97 | 0.69 |
| Hex | 96 | 65 | FD | 29 | 3C | 0 | 1 | 103 | 61 | 45 |
| Octal | 226 | 145 | 375 | 51 | 74 | 0 | 1 | 403 | 141 | 105 |
| Binary | 10010110 | 1100101 | 11111101 | 101001 | 111100 | 0 | 1 | 100000011 | 1100001 | 1000101 |
Color Harmonies of #9665FD
Complementary color
Monochromatic Colors of #9665FD
Black with #9665FD
Text Example
Text Example
White with #9665FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665FD; }
p { color: rgb(150,101,253); }
H1.HeaderClassName
{
color: #9665FD;
}
.AnyTagClassName
{
color: #9665FD;
}
</style>
background-color css
<style>
a { background-color: #9665FD; }
a { background-color: rgb(150,101,253); }
div.DivClassName
{
background-color: #9665FD;
}
.BgClassName
{
background-color: #9665FD;
}
</style>
border-color css
<style>
span { border-color: #9665FD; }
span { border-color: rgb(150,101,253); }
td.TdClassName
{
border-color: #9665FD;
}
.TagClassName
{
border-color: #9665FD;
}
</style>