Shades of Light Slate Blue #978DF3
Tints of Light Slate Blue #978DF3
RGB
CMYK
RGB Variations
Color information
#978DF3 (or 0x978DF3) is known color: Light Slate Blue. HEX triplet: 97, 8D and F3. RGB value is (151,141,243). Sum of RGB (Red+Green+Blue) = 151+141+243=535 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.22% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #978DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DF3 is #68720C. Grayscale: #9B9B9B. Windows color (decimal): -6844941 or 15961495. OLE color: 15961495.
HSL color Cylindrical-coordinate representation of color #978DF3: hue angle of 245.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978DF3 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 141 | 243 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.05 |
| HSL | 245.88º | 0.81% | 0.75% | - |
| HSV(B) | 245.88º | 0.42% | 0.95% | - |
| XYZ | 38.47 | 32.1 | 88.96 | - |
| YUV | 155.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 243 | 0.38 | 0.42 | 0 | 0.05 | 245.88 | 0.81 | 0.75 |
| Hex | 97 | 8D | F3 | 26 | 2A | 0 | 5 | F6 | 51 | 4B |
| Octal | 227 | 215 | 363 | 46 | 52 | 0 | 5 | 366 | 121 | 113 |
| Binary | 10010111 | 10001101 | 11110011 | 100110 | 101010 | 0 | 101 | 11110110 | 1010001 | 1001011 |
Color Harmonies of #978DF3
Complementary color
Monochromatic Colors of #978DF3
Black with #978DF3
Text Example
Text Example
White with #978DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DF3; }
p { color: rgb(151,141,243); }
H1.HeaderClassName
{
color: #978DF3;
}
.AnyTagClassName
{
color: #978DF3;
}
</style>
background-color css
<style>
a { background-color: #978DF3; }
a { background-color: rgb(151,141,243); }
div.DivClassName
{
background-color: #978DF3;
}
.BgClassName
{
background-color: #978DF3;
}
</style>
border-color css
<style>
span { border-color: #978DF3; }
span { border-color: rgb(151,141,243); }
td.TdClassName
{
border-color: #978DF3;
}
.TagClassName
{
border-color: #978DF3;
}
</style>