Shades of Light Slate Blue #978BEE
Tints of Light Slate Blue #978BEE
RGB
CMYK
RGB Variations
Color information
#978BEE (or 0x978BEE) is known color: Light Slate Blue. HEX triplet: 97, 8B and EE. RGB value is (151,139,238). Sum of RGB (Red+Green+Blue) = 151+139+238=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #978BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BEE is #687411. Grayscale: #999999. Windows color (decimal): -6845458 or 15633303. OLE color: 15633303.
HSL color Cylindrical-coordinate representation of color #978BEE: hue angle of 247.27º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978BEE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 139 | 238 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.07 |
| HSL | 247.27º | 0.74% | 0.74% | - |
| HSV(B) | 247.27º | 0.42% | 0.93% | - |
| XYZ | 37.43 | 31.22 | 84.94 | - |
| YUV | 153.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 238 | 0.37 | 0.42 | 0 | 0.07 | 247.27 | 0.74 | 0.74 |
| Hex | 97 | 8B | EE | 25 | 2A | 0 | 7 | F7 | 4A | 4A |
| Octal | 227 | 213 | 356 | 45 | 52 | 0 | 7 | 367 | 112 | 112 |
| Binary | 10010111 | 10001011 | 11101110 | 100101 | 101010 | 0 | 111 | 11110111 | 1001010 | 1001010 |
Color Harmonies of #978BEE
Complementary color
Monochromatic Colors of #978BEE
Black with #978BEE
Text Example
Text Example
White with #978BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978BEE; }
p { color: rgb(151,139,238); }
H1.HeaderClassName
{
color: #978BEE;
}
.AnyTagClassName
{
color: #978BEE;
}
</style>
background-color css
<style>
a { background-color: #978BEE; }
a { background-color: rgb(151,139,238); }
div.DivClassName
{
background-color: #978BEE;
}
.BgClassName
{
background-color: #978BEE;
}
</style>
border-color css
<style>
span { border-color: #978BEE; }
span { border-color: rgb(151,139,238); }
td.TdClassName
{
border-color: #978BEE;
}
.TagClassName
{
border-color: #978BEE;
}
</style>