Shades of Light Slate Blue #978BF2
Tints of Light Slate Blue #978BF2
RGB
CMYK
RGB Variations
Color information
#978BF2 (or 0x978BF2) is known color: Light Slate Blue. HEX triplet: 97, 8B and F2. RGB value is (151,139,242). Sum of RGB (Red+Green+Blue) = 151+139+242=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #978BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BF2 is #68740D. Grayscale: #999999. Windows color (decimal): -6845454 or 15895447. OLE color: 15895447.
HSL color Cylindrical-coordinate representation of color #978BF2: hue angle of 246.99º degrees, saturation: 0.8, 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 #978BF2 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 139 | 242 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.05 |
| HSL | 246.99º | 0.8% | 0.75% | - |
| HSV(B) | 246.99º | 0.43% | 0.95% | - |
| XYZ | 38.02 | 31.46 | 88.07 | - |
| YUV | 154.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 242 | 0.38 | 0.43 | 0 | 0.05 | 246.99 | 0.8 | 0.75 |
| Hex | 97 | 8B | F2 | 26 | 2B | 0 | 5 | F7 | 50 | 4B |
| Octal | 227 | 213 | 362 | 46 | 53 | 0 | 5 | 367 | 120 | 113 |
| Binary | 10010111 | 10001011 | 11110010 | 100110 | 101011 | 0 | 101 | 11110111 | 1010000 | 1001011 |
Color Harmonies of #978BF2
Complementary color
Monochromatic Colors of #978BF2
Black with #978BF2
Text Example
Text Example
White with #978BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BF2; }
p { color: rgb(151,139,242); }
H1.HeaderClassName
{
color: #978BF2;
}
.AnyTagClassName
{
color: #978BF2;
}
</style>
background-color css
<style>
a { background-color: #978BF2; }
a { background-color: rgb(151,139,242); }
div.DivClassName
{
background-color: #978BF2;
}
.BgClassName
{
background-color: #978BF2;
}
</style>
border-color css
<style>
span { border-color: #978BF2; }
span { border-color: rgb(151,139,242); }
td.TdClassName
{
border-color: #978BF2;
}
.TagClassName
{
border-color: #978BF2;
}
</style>