Shades of Light Slate Blue #9794FF
Tints of Light Slate Blue #9794FF
RGB
CMYK
RGB Variations
Color information
#9794FF (or 0x9794FF) is known color: Light Slate Blue. HEX triplet: 97, 94 and FF. RGB value is (151,148,255). Sum of RGB (Red+Green+Blue) = 151+148+255=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9794FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9794FF is #686B00. Grayscale: #A0A0A0. Windows color (decimal): -6843137 or 16749719. OLE color: 16749719.
HSL color Cylindrical-coordinate representation of color #9794FF: hue angle of 241.68º 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 #9794FF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 148 | 255 | - |
| CMYK | 0.41 | 0.42 | 0 | 0 |
| HSL | 241.68º | 1% | 0.79% | - |
| HSV(B) | 241.68º | 0.42% | 1% | - |
| XYZ | 41.4 | 34.98 | 99.18 | - |
| YUV | 161.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 255 | 0.41 | 0.42 | 0 | 0 | 241.68 | 1 | 0.79 |
| Hex | 97 | 94 | FF | 29 | 2A | 0 | 0 | F2 | 64 | 4F |
| Octal | 227 | 224 | 377 | 51 | 52 | 0 | 0 | 362 | 144 | 117 |
| Binary | 10010111 | 10010100 | 11111111 | 101001 | 101010 | 0 | 0 | 11110010 | 1100100 | 1001111 |
Color Harmonies of #9794FF
Complementary color
Monochromatic Colors of #9794FF
Black with #9794FF
Text Example
Text Example
White with #9794FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9794FF; }
p { color: rgb(151,148,255); }
H1.HeaderClassName
{
color: #9794FF;
}
.AnyTagClassName
{
color: #9794FF;
}
</style>
background-color css
<style>
a { background-color: #9794FF; }
a { background-color: rgb(151,148,255); }
div.DivClassName
{
background-color: #9794FF;
}
.BgClassName
{
background-color: #9794FF;
}
</style>
border-color css
<style>
span { border-color: #9794FF; }
span { border-color: rgb(151,148,255); }
td.TdClassName
{
border-color: #9794FF;
}
.TagClassName
{
border-color: #9794FF;
}
</style>