Shades of Light Slate Blue #978DF5
Tints of Light Slate Blue #978DF5
RGB
CMYK
RGB Variations
Color information
#978DF5 (or 0x978DF5) is known color: Light Slate Blue. HEX triplet: 97, 8D and F5. RGB value is (151,141,245). Sum of RGB (Red+Green+Blue) = 151+141+245=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #978DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978DF5 is #68720A. Grayscale: #9B9B9B. Windows color (decimal): -6844939 or 16092567. OLE color: 16092567.
HSL color Cylindrical-coordinate representation of color #978DF5: hue angle of 245.77º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978DF5 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 141 | 245 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.04 |
| HSL | 245.77º | 0.84% | 0.76% | - |
| HSV(B) | 245.77º | 0.42% | 0.96% | - |
| XYZ | 38.77 | 32.22 | 90.56 | - |
| YUV | 155.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 245 | 0.38 | 0.42 | 0 | 0.04 | 245.77 | 0.84 | 0.76 |
| Hex | 97 | 8D | F5 | 26 | 2A | 0 | 4 | F6 | 54 | 4C |
| Octal | 227 | 215 | 365 | 46 | 52 | 0 | 4 | 366 | 124 | 114 |
| Binary | 10010111 | 10001101 | 11110101 | 100110 | 101010 | 0 | 100 | 11110110 | 1010100 | 1001100 |
Color Harmonies of #978DF5
Complementary color
Monochromatic Colors of #978DF5
Black with #978DF5
Text Example
Text Example
White with #978DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978DF5; }
p { color: rgb(151,141,245); }
H1.HeaderClassName
{
color: #978DF5;
}
.AnyTagClassName
{
color: #978DF5;
}
</style>
background-color css
<style>
a { background-color: #978DF5; }
a { background-color: rgb(151,141,245); }
div.DivClassName
{
background-color: #978DF5;
}
.BgClassName
{
background-color: #978DF5;
}
</style>
border-color css
<style>
span { border-color: #978DF5; }
span { border-color: rgb(151,141,245); }
td.TdClassName
{
border-color: #978DF5;
}
.TagClassName
{
border-color: #978DF5;
}
</style>