Shades of Light Slate Blue #9665FE
Tints of Light Slate Blue #9665FE
RGB
CMYK
RGB Variations
Color information
#9665FE (or 0x9665FE) is known color: Light Slate Blue. HEX triplet: 96, 65 and FE. RGB value is (150,101,254). Sum of RGB (Red+Green+Blue) = 150+101+254=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9665FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665FE is #699A01. Grayscale: #848484. Windows color (decimal): -6920706 or 16672150. OLE color: 16672150.
HSL color Cylindrical-coordinate representation of color #9665FE: hue angle of 259.22º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9665FE is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 101 | 254 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.00 |
| HSL | 259.22º | 0.99% | 0.7% | - |
| HSV(B) | 259.22º | 0.6% | 1% | - |
| XYZ | 35.12 | 22.95 | 96.34 | - |
| YUV | 133.09 | 196.23 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 254 | 0.41 | 0.60 | 0 | 0.00 | 259.22 | 0.99 | 0.7 |
| Hex | 96 | 65 | FE | 29 | 3C | 0 | 0 | 103 | 63 | 46 |
| Octal | 226 | 145 | 376 | 51 | 74 | 0 | 0 | 403 | 143 | 106 |
| Binary | 10010110 | 1100101 | 11111110 | 101001 | 111100 | 0 | 0 | 100000011 | 1100011 | 1000110 |
Color Harmonies of #9665FE
Complementary color
Monochromatic Colors of #9665FE
Black with #9665FE
Text Example
Text Example
White with #9665FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665FE; }
p { color: rgb(150,101,254); }
H1.HeaderClassName
{
color: #9665FE;
}
.AnyTagClassName
{
color: #9665FE;
}
</style>
background-color css
<style>
a { background-color: #9665FE; }
a { background-color: rgb(150,101,254); }
div.DivClassName
{
background-color: #9665FE;
}
.BgClassName
{
background-color: #9665FE;
}
</style>
border-color css
<style>
span { border-color: #9665FE; }
span { border-color: rgb(150,101,254); }
td.TdClassName
{
border-color: #9665FE;
}
.TagClassName
{
border-color: #9665FE;
}
</style>