Shades of Light Slate Blue #978FFC
Tints of Light Slate Blue #978FFC
RGB
CMYK
RGB Variations
Color information
#978FFC (or 0x978FFC) is known color: Light Slate Blue. HEX triplet: 97, 8F and FC. RGB value is (151,143,252). Sum of RGB (Red+Green+Blue) = 151+143+252=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #978FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978FFC is #687003. Grayscale: #9D9D9D. Windows color (decimal): -6844420 or 16551831. OLE color: 16551831.
HSL color Cylindrical-coordinate representation of color #978FFC: hue angle of 244.4º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978FFC is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 143 | 252 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.01 |
| HSL | 244.4º | 0.95% | 0.77% | - |
| HSV(B) | 244.4º | 0.43% | 0.99% | - |
| XYZ | 40.16 | 33.25 | 96.4 | - |
| YUV | 157.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 252 | 0.40 | 0.43 | 0 | 0.01 | 244.4 | 0.95 | 0.77 |
| Hex | 97 | 8F | FC | 28 | 2B | 0 | 1 | F4 | 5F | 4D |
| Octal | 227 | 217 | 374 | 50 | 53 | 0 | 1 | 364 | 137 | 115 |
| Binary | 10010111 | 10001111 | 11111100 | 101000 | 101011 | 0 | 1 | 11110100 | 1011111 | 1001101 |
Color Harmonies of #978FFC
Complementary color
Monochromatic Colors of #978FFC
Black with #978FFC
Text Example
Text Example
White with #978FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978FFC; }
p { color: rgb(151,143,252); }
H1.HeaderClassName
{
color: #978FFC;
}
.AnyTagClassName
{
color: #978FFC;
}
</style>
background-color css
<style>
a { background-color: #978FFC; }
a { background-color: rgb(151,143,252); }
div.DivClassName
{
background-color: #978FFC;
}
.BgClassName
{
background-color: #978FFC;
}
</style>
border-color css
<style>
span { border-color: #978FFC; }
span { border-color: rgb(151,143,252); }
td.TdClassName
{
border-color: #978FFC;
}
.TagClassName
{
border-color: #978FFC;
}
</style>