Shades of Light Slate Blue #978BFA
Tints of Light Slate Blue #978BFA
RGB
CMYK
RGB Variations
Color information
#978BFA (or 0x978BFA) is known color: Light Slate Blue. HEX triplet: 97, 8B and FA. RGB value is (151,139,250). Sum of RGB (Red+Green+Blue) = 151+139+250=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #978BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BFA is #687405. Grayscale: #9A9A9A. Windows color (decimal): -6845446 or 16419735. OLE color: 16419735.
HSL color Cylindrical-coordinate representation of color #978BFA: hue angle of 246.49º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #978BFA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 139 | 250 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.02 |
| HSL | 246.49º | 0.92% | 0.76% | - |
| HSV(B) | 246.49º | 0.44% | 0.98% | - |
| XYZ | 39.25 | 31.95 | 94.54 | - |
| YUV | 155.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 250 | 0.40 | 0.44 | 0 | 0.02 | 246.49 | 0.92 | 0.76 |
| Hex | 97 | 8B | FA | 28 | 2C | 0 | 2 | F6 | 5C | 4C |
| Octal | 227 | 213 | 372 | 50 | 54 | 0 | 2 | 366 | 134 | 114 |
| Binary | 10010111 | 10001011 | 11111010 | 101000 | 101100 | 0 | 10 | 11110110 | 1011100 | 1001100 |
Color Harmonies of #978BFA
Complementary color
Monochromatic Colors of #978BFA
Black with #978BFA
Text Example
Text Example
White with #978BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BFA; }
p { color: rgb(151,139,250); }
H1.HeaderClassName
{
color: #978BFA;
}
.AnyTagClassName
{
color: #978BFA;
}
</style>
background-color css
<style>
a { background-color: #978BFA; }
a { background-color: rgb(151,139,250); }
div.DivClassName
{
background-color: #978BFA;
}
.BgClassName
{
background-color: #978BFA;
}
</style>
border-color css
<style>
span { border-color: #978BFA; }
span { border-color: rgb(151,139,250); }
td.TdClassName
{
border-color: #978BFA;
}
.TagClassName
{
border-color: #978BFA;
}
</style>