Shades of Light Slate Blue #9F94FF
Tints of Light Slate Blue #9F94FF
RGB
CMYK
RGB Variations
Color information
#9F94FF (or 0x9F94FF) is known color: Light Slate Blue. HEX triplet: 9F, 94 and FF. RGB value is (159,148,255). Sum of RGB (Red+Green+Blue) = 159+148+255=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F94FF is #606B00. Grayscale: #A3A3A3. Windows color (decimal): -6318849 or 16749727. OLE color: 16749727.
HSL color Cylindrical-coordinate representation of color #9F94FF: hue angle of 246.17º 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 #9F94FF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 148 | 255 | - |
| CMYK | 0.38 | 0.42 | 0 | 0 |
| HSL | 246.17º | 1% | 0.79% | - |
| HSV(B) | 246.17º | 0.42% | 1% | - |
| XYZ | 42.94 | 35.77 | 99.25 | - |
| YUV | 163.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 255 | 0.38 | 0.42 | 0 | 0 | 246.17 | 1 | 0.79 |
| Hex | 9F | 94 | FF | 26 | 2A | 0 | 0 | F6 | 64 | 4F |
| Octal | 237 | 224 | 377 | 46 | 52 | 0 | 0 | 366 | 144 | 117 |
| Binary | 10011111 | 10010100 | 11111111 | 100110 | 101010 | 0 | 0 | 11110110 | 1100100 | 1001111 |
Color Harmonies of #9F94FF
Complementary color
Monochromatic Colors of #9F94FF
Black with #9F94FF
Text Example
Text Example
White with #9F94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94FF; }
p { color: rgb(159,148,255); }
H1.HeaderClassName
{
color: #9F94FF;
}
.AnyTagClassName
{
color: #9F94FF;
}
</style>
background-color css
<style>
a { background-color: #9F94FF; }
a { background-color: rgb(159,148,255); }
div.DivClassName
{
background-color: #9F94FF;
}
.BgClassName
{
background-color: #9F94FF;
}
</style>
border-color css
<style>
span { border-color: #9F94FF; }
span { border-color: rgb(159,148,255); }
td.TdClassName
{
border-color: #9F94FF;
}
.TagClassName
{
border-color: #9F94FF;
}
</style>