Shades of Light Slate Blue #978AFB
Tints of Light Slate Blue #978AFB
RGB
CMYK
RGB Variations
Color information
#978AFB (or 0x978AFB) is known color: Light Slate Blue. HEX triplet: 97, 8A and FB. RGB value is (151,138,251). Sum of RGB (Red+Green+Blue) = 151+138+251=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #978AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AFB is #687504. Grayscale: #9A9A9A. Windows color (decimal): -6845701 or 16485015. OLE color: 16485015.
HSL color Cylindrical-coordinate representation of color #978AFB: hue angle of 246.9º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #978AFB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 138 | 251 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.02 |
| HSL | 246.9º | 0.93% | 0.76% | - |
| HSV(B) | 246.9º | 0.45% | 0.98% | - |
| XYZ | 39.26 | 31.72 | 95.32 | - |
| YUV | 154.77 | 182.31 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 251 | 0.40 | 0.45 | 0 | 0.02 | 246.9 | 0.93 | 0.76 |
| Hex | 97 | 8A | FB | 28 | 2D | 0 | 2 | F7 | 5D | 4C |
| Octal | 227 | 212 | 373 | 50 | 55 | 0 | 2 | 367 | 135 | 114 |
| Binary | 10010111 | 10001010 | 11111011 | 101000 | 101101 | 0 | 10 | 11110111 | 1011101 | 1001100 |
Color Harmonies of #978AFB
Complementary color
Monochromatic Colors of #978AFB
Black with #978AFB
Text Example
Text Example
White with #978AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AFB; }
p { color: rgb(151,138,251); }
H1.HeaderClassName
{
color: #978AFB;
}
.AnyTagClassName
{
color: #978AFB;
}
</style>
background-color css
<style>
a { background-color: #978AFB; }
a { background-color: rgb(151,138,251); }
div.DivClassName
{
background-color: #978AFB;
}
.BgClassName
{
background-color: #978AFB;
}
</style>
border-color css
<style>
span { border-color: #978AFB; }
span { border-color: rgb(151,138,251); }
td.TdClassName
{
border-color: #978AFB;
}
.TagClassName
{
border-color: #978AFB;
}
</style>