Shades of Light Slate Blue #9665FC
Tints of Light Slate Blue #9665FC
RGB
CMYK
RGB Variations
Color information
#9665FC (or 0x9665FC) is known color: Light Slate Blue. HEX triplet: 96, 65 and FC. RGB value is (150,101,252). Sum of RGB (Red+Green+Blue) = 150+101+252=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #9665FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665FC is #699A03. Grayscale: #848484. Windows color (decimal): -6920708 or 16541078. OLE color: 16541078.
HSL color Cylindrical-coordinate representation of color #9665FC: hue angle of 259.47º degrees, saturation: 0.96, 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 #9665FC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 101 | 252 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.01 |
| HSL | 259.47º | 0.96% | 0.69% | - |
| HSV(B) | 259.47º | 0.6% | 0.99% | - |
| XYZ | 34.8 | 22.82 | 94.67 | - |
| YUV | 132.87 | 195.23 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 252 | 0.40 | 0.60 | 0 | 0.01 | 259.47 | 0.96 | 0.69 |
| Hex | 96 | 65 | FC | 28 | 3C | 0 | 1 | 103 | 60 | 45 |
| Octal | 226 | 145 | 374 | 50 | 74 | 0 | 1 | 403 | 140 | 105 |
| Binary | 10010110 | 1100101 | 11111100 | 101000 | 111100 | 0 | 1 | 100000011 | 1100000 | 1000101 |
Color Harmonies of #9665FC
Complementary color
Monochromatic Colors of #9665FC
Black with #9665FC
Text Example
Text Example
White with #9665FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665FC; }
p { color: rgb(150,101,252); }
H1.HeaderClassName
{
color: #9665FC;
}
.AnyTagClassName
{
color: #9665FC;
}
</style>
background-color css
<style>
a { background-color: #9665FC; }
a { background-color: rgb(150,101,252); }
div.DivClassName
{
background-color: #9665FC;
}
.BgClassName
{
background-color: #9665FC;
}
</style>
border-color css
<style>
span { border-color: #9665FC; }
span { border-color: rgb(150,101,252); }
td.TdClassName
{
border-color: #9665FC;
}
.TagClassName
{
border-color: #9665FC;
}
</style>