Shades of Light Slate Blue #978AFF
Tints of Light Slate Blue #978AFF
RGB
CMYK
RGB Variations
Color information
#978AFF (or 0x978AFF) is known color: Light Slate Blue. HEX triplet: 97, 8A and FF. RGB value is (151,138,255). Sum of RGB (Red+Green+Blue) = 151+138+255=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #978AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFF is #687500. Grayscale: #9A9A9A. Windows color (decimal): -6845697 or 16747159. OLE color: 16747159.
HSL color Cylindrical-coordinate representation of color #978AFF: hue angle of 246.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #978AFF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 138 | 255 | - |
| CMYK | 0.41 | 0.46 | 0 | 0 |
| HSL | 246.67º | 1% | 0.77% | - |
| HSV(B) | 246.67º | 0.46% | 1% | - |
| XYZ | 39.9 | 31.98 | 98.68 | - |
| YUV | 155.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 255 | 0.41 | 0.46 | 0 | 0 | 246.67 | 1 | 0.77 |
| Hex | 97 | 8A | FF | 29 | 2E | 0 | 0 | F7 | 64 | 4D |
| Octal | 227 | 212 | 377 | 51 | 56 | 0 | 0 | 367 | 144 | 115 |
| Binary | 10010111 | 10001010 | 11111111 | 101001 | 101110 | 0 | 0 | 11110111 | 1100100 | 1001101 |
Color Harmonies of #978AFF
Complementary color
Monochromatic Colors of #978AFF
Black with #978AFF
Text Example
Text Example
White with #978AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AFF; }
p { color: rgb(151,138,255); }
H1.HeaderClassName
{
color: #978AFF;
}
.AnyTagClassName
{
color: #978AFF;
}
</style>
background-color css
<style>
a { background-color: #978AFF; }
a { background-color: rgb(151,138,255); }
div.DivClassName
{
background-color: #978AFF;
}
.BgClassName
{
background-color: #978AFF;
}
</style>
border-color css
<style>
span { border-color: #978AFF; }
span { border-color: rgb(151,138,255); }
td.TdClassName
{
border-color: #978AFF;
}
.TagClassName
{
border-color: #978AFF;
}
</style>