Shades of Light Slate Blue #978FFD
Tints of Light Slate Blue #978FFD
RGB
CMYK
RGB Variations
Color information
#978FFD (or 0x978FFD) is known color: Light Slate Blue. HEX triplet: 97, 8F and FD. RGB value is (151,143,253). Sum of RGB (Red+Green+Blue) = 151+143+253=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #978FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FFD is #687002. Grayscale: #9D9D9D. Windows color (decimal): -6844419 or 16617367. OLE color: 16617367.
HSL color Cylindrical-coordinate representation of color #978FFD: hue angle of 244.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978FFD is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 143 | 253 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.01 |
| HSL | 244.36º | 0.96% | 0.78% | - |
| HSV(B) | 244.36º | 0.43% | 0.99% | - |
| XYZ | 40.31 | 33.32 | 97.23 | - |
| YUV | 157.93 | 181.65 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 253 | 0.40 | 0.43 | 0 | 0.01 | 244.36 | 0.96 | 0.78 |
| Hex | 97 | 8F | FD | 28 | 2B | 0 | 1 | F4 | 60 | 4E |
| Octal | 227 | 217 | 375 | 50 | 53 | 0 | 1 | 364 | 140 | 116 |
| Binary | 10010111 | 10001111 | 11111101 | 101000 | 101011 | 0 | 1 | 11110100 | 1100000 | 1001110 |
Color Harmonies of #978FFD
Complementary color
Monochromatic Colors of #978FFD
Black with #978FFD
Text Example
Text Example
White with #978FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FFD; }
p { color: rgb(151,143,253); }
H1.HeaderClassName
{
color: #978FFD;
}
.AnyTagClassName
{
color: #978FFD;
}
</style>
background-color css
<style>
a { background-color: #978FFD; }
a { background-color: rgb(151,143,253); }
div.DivClassName
{
background-color: #978FFD;
}
.BgClassName
{
background-color: #978FFD;
}
</style>
border-color css
<style>
span { border-color: #978FFD; }
span { border-color: rgb(151,143,253); }
td.TdClassName
{
border-color: #978FFD;
}
.TagClassName
{
border-color: #978FFD;
}
</style>