Shades of Light Slate Blue #978FF6
Tints of Light Slate Blue #978FF6
RGB
CMYK
RGB Variations
Color information
#978FF6 (or 0x978FF6) is known color: Light Slate Blue. HEX triplet: 97, 8F and F6. RGB value is (151,143,246). Sum of RGB (Red+Green+Blue) = 151+143+246=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #978FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FF6 is #687009. Grayscale: #9C9C9C. Windows color (decimal): -6844426 or 16158615. OLE color: 16158615.
HSL color Cylindrical-coordinate representation of color #978FF6: hue angle of 244.66º degrees, saturation: 0.85, 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 #978FF6 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 143 | 246 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.04 |
| HSL | 244.66º | 0.85% | 0.76% | - |
| HSV(B) | 244.66º | 0.42% | 0.96% | - |
| XYZ | 39.22 | 32.88 | 91.47 | - |
| YUV | 157.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 246 | 0.39 | 0.42 | 0 | 0.04 | 244.66 | 0.85 | 0.76 |
| Hex | 97 | 8F | F6 | 27 | 2A | 0 | 4 | F5 | 55 | 4C |
| Octal | 227 | 217 | 366 | 47 | 52 | 0 | 4 | 365 | 125 | 114 |
| Binary | 10010111 | 10001111 | 11110110 | 100111 | 101010 | 0 | 100 | 11110101 | 1010101 | 1001100 |
Color Harmonies of #978FF6
Complementary color
Monochromatic Colors of #978FF6
Black with #978FF6
Text Example
Text Example
White with #978FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FF6; }
p { color: rgb(151,143,246); }
H1.HeaderClassName
{
color: #978FF6;
}
.AnyTagClassName
{
color: #978FF6;
}
</style>
background-color css
<style>
a { background-color: #978FF6; }
a { background-color: rgb(151,143,246); }
div.DivClassName
{
background-color: #978FF6;
}
.BgClassName
{
background-color: #978FF6;
}
</style>
border-color css
<style>
span { border-color: #978FF6; }
span { border-color: rgb(151,143,246); }
td.TdClassName
{
border-color: #978FF6;
}
.TagClassName
{
border-color: #978FF6;
}
</style>