Shades of Light Slate Blue #978BF3
Tints of Light Slate Blue #978BF3
RGB
CMYK
RGB Variations
Color information
#978BF3 (or 0x978BF3) is known color: Light Slate Blue. HEX triplet: 97, 8B and F3. RGB value is (151,139,243). Sum of RGB (Red+Green+Blue) = 151+139+243=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #978BF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BF3 is #68740C. Grayscale: #9A9A9A. Windows color (decimal): -6845453 or 15960983. OLE color: 15960983.
HSL color Cylindrical-coordinate representation of color #978BF3: hue angle of 246.92º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978BF3 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 139 | 243 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.05 |
| HSL | 246.92º | 0.81% | 0.75% | - |
| HSV(B) | 246.92º | 0.43% | 0.95% | - |
| XYZ | 38.17 | 31.52 | 88.87 | - |
| YUV | 154.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 243 | 0.38 | 0.43 | 0 | 0.05 | 246.92 | 0.81 | 0.75 |
| Hex | 97 | 8B | F3 | 26 | 2B | 0 | 5 | F7 | 51 | 4B |
| Octal | 227 | 213 | 363 | 46 | 53 | 0 | 5 | 367 | 121 | 113 |
| Binary | 10010111 | 10001011 | 11110011 | 100110 | 101011 | 0 | 101 | 11110111 | 1010001 | 1001011 |
Color Harmonies of #978BF3
Complementary color
Monochromatic Colors of #978BF3
Black with #978BF3
Text Example
Text Example
White with #978BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BF3; }
p { color: rgb(151,139,243); }
H1.HeaderClassName
{
color: #978BF3;
}
.AnyTagClassName
{
color: #978BF3;
}
</style>
background-color css
<style>
a { background-color: #978BF3; }
a { background-color: rgb(151,139,243); }
div.DivClassName
{
background-color: #978BF3;
}
.BgClassName
{
background-color: #978BF3;
}
</style>
border-color css
<style>
span { border-color: #978BF3; }
span { border-color: rgb(151,139,243); }
td.TdClassName
{
border-color: #978BF3;
}
.TagClassName
{
border-color: #978BF3;
}
</style>