Shades of Light Slate Blue #9793FF
Tints of Light Slate Blue #9793FF
RGB
CMYK
RGB Variations
Color information
#9793FF (or 0x9793FF) is known color: Light Slate Blue. HEX triplet: 97, 93 and FF. RGB value is (151,147,255). Sum of RGB (Red+Green+Blue) = 151+147+255=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9793FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9793FF is #686C00. Grayscale: #A0A0A0. Windows color (decimal): -6843393 or 16749463. OLE color: 16749463.
HSL color Cylindrical-coordinate representation of color #9793FF: hue angle of 242.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9793FF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 147 | 255 | - |
| CMYK | 0.41 | 0.42 | 0 | 0 |
| HSL | 242.22º | 1% | 0.79% | - |
| HSV(B) | 242.22º | 0.42% | 1% | - |
| XYZ | 41.25 | 34.67 | 99.13 | - |
| YUV | 160.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 255 | 0.41 | 0.42 | 0 | 0 | 242.22 | 1 | 0.79 |
| Hex | 97 | 93 | FF | 29 | 2A | 0 | 0 | F2 | 64 | 4F |
| Octal | 227 | 223 | 377 | 51 | 52 | 0 | 0 | 362 | 144 | 117 |
| Binary | 10010111 | 10010011 | 11111111 | 101001 | 101010 | 0 | 0 | 11110010 | 1100100 | 1001111 |
Color Harmonies of #9793FF
Complementary color
Monochromatic Colors of #9793FF
Black with #9793FF
Text Example
Text Example
White with #9793FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9793FF; }
p { color: rgb(151,147,255); }
H1.HeaderClassName
{
color: #9793FF;
}
.AnyTagClassName
{
color: #9793FF;
}
</style>
background-color css
<style>
a { background-color: #9793FF; }
a { background-color: rgb(151,147,255); }
div.DivClassName
{
background-color: #9793FF;
}
.BgClassName
{
background-color: #9793FF;
}
</style>
border-color css
<style>
span { border-color: #9793FF; }
span { border-color: rgb(151,147,255); }
td.TdClassName
{
border-color: #9793FF;
}
.TagClassName
{
border-color: #9793FF;
}
</style>