Shades of Light Slate Blue #9690FF
Tints of Light Slate Blue #9690FF
RGB
CMYK
RGB Variations
Color information
#9690FF (or 0x9690FF) is known color: Light Slate Blue. HEX triplet: 96, 90 and FF. RGB value is (150,144,255). Sum of RGB (Red+Green+Blue) = 150+144+255=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9690FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9690FF is #696F00. Grayscale: #9E9E9E. Windows color (decimal): -6909697 or 16748694. OLE color: 16748694.
HSL color Cylindrical-coordinate representation of color #9690FF: hue angle of 243.24º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9690FF is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 144 | 255 | - |
| CMYK | 0.41 | 0.44 | 0 | 0 |
| HSL | 243.24º | 1% | 0.78% | - |
| HSV(B) | 243.24º | 0.44% | 1% | - |
| XYZ | 40.6 | 33.65 | 98.96 | - |
| YUV | 158.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 255 | 0.41 | 0.44 | 0 | 0 | 243.24 | 1 | 0.78 |
| Hex | 96 | 90 | FF | 29 | 2C | 0 | 0 | F3 | 64 | 4E |
| Octal | 226 | 220 | 377 | 51 | 54 | 0 | 0 | 363 | 144 | 116 |
| Binary | 10010110 | 10010000 | 11111111 | 101001 | 101100 | 0 | 0 | 11110011 | 1100100 | 1001110 |
Color Harmonies of #9690FF
Complementary color
Monochromatic Colors of #9690FF
Black with #9690FF
Text Example
Text Example
White with #9690FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9690FF; }
p { color: rgb(150,144,255); }
H1.HeaderClassName
{
color: #9690FF;
}
.AnyTagClassName
{
color: #9690FF;
}
</style>
background-color css
<style>
a { background-color: #9690FF; }
a { background-color: rgb(150,144,255); }
div.DivClassName
{
background-color: #9690FF;
}
.BgClassName
{
background-color: #9690FF;
}
</style>
border-color css
<style>
span { border-color: #9690FF; }
span { border-color: rgb(150,144,255); }
td.TdClassName
{
border-color: #9690FF;
}
.TagClassName
{
border-color: #9690FF;
}
</style>