Shades of Light Slate Blue #9785F6
Tints of Light Slate Blue #9785F6
RGB
CMYK
RGB Variations
Color information
#9785F6 (or 0x9785F6) is known color: Light Slate Blue. HEX triplet: 97, 85 and F6. RGB value is (151,133,246). Sum of RGB (Red+Green+Blue) = 151+133+246=530 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.49% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #9785F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9785F6 is #687A09. Grayscale: #969696. Windows color (decimal): -6846986 or 16156055. OLE color: 16156055.
HSL color Cylindrical-coordinate representation of color #9785F6: hue angle of 249.56º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9785F6 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 133 | 246 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.04 |
| HSL | 249.56º | 0.86% | 0.74% | - |
| HSV(B) | 249.56º | 0.46% | 0.96% | - |
| XYZ | 37.78 | 30.01 | 90.99 | - |
| YUV | 151.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 246 | 0.39 | 0.46 | 0 | 0.04 | 249.56 | 0.86 | 0.74 |
| Hex | 97 | 85 | F6 | 27 | 2E | 0 | 4 | FA | 56 | 4A |
| Octal | 227 | 205 | 366 | 47 | 56 | 0 | 4 | 372 | 126 | 112 |
| Binary | 10010111 | 10000101 | 11110110 | 100111 | 101110 | 0 | 100 | 11111010 | 1010110 | 1001010 |
Color Harmonies of #9785F6
Complementary color
Monochromatic Colors of #9785F6
Black with #9785F6
Text Example
Text Example
White with #9785F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785F6; }
p { color: rgb(151,133,246); }
H1.HeaderClassName
{
color: #9785F6;
}
.AnyTagClassName
{
color: #9785F6;
}
</style>
background-color css
<style>
a { background-color: #9785F6; }
a { background-color: rgb(151,133,246); }
div.DivClassName
{
background-color: #9785F6;
}
.BgClassName
{
background-color: #9785F6;
}
</style>
border-color css
<style>
span { border-color: #9785F6; }
span { border-color: rgb(151,133,246); }
td.TdClassName
{
border-color: #9785F6;
}
.TagClassName
{
border-color: #9785F6;
}
</style>