Shades of Light Slate Blue #977EFB
Tints of Light Slate Blue #977EFB
RGB
CMYK
RGB Variations
Color information
#977EFB (or 0x977EFB) is known color: Light Slate Blue. HEX triplet: 97, 7E and FB. RGB value is (151,126,251). Sum of RGB (Red+Green+Blue) = 151+126+251=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #977EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EFB is #688104. Grayscale: #939393. Windows color (decimal): -6848773 or 16481943. OLE color: 16481943.
HSL color Cylindrical-coordinate representation of color #977EFB: hue angle of 252º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977EFB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 126 | 251 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.02 |
| HSL | 252º | 0.94% | 0.74% | - |
| HSV(B) | 252º | 0.5% | 0.98% | - |
| XYZ | 37.64 | 28.47 | 94.78 | - |
| YUV | 147.73 | 186.28 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 251 | 0.40 | 0.50 | 0 | 0.02 | 252 | 0.94 | 0.74 |
| Hex | 97 | 7E | FB | 28 | 32 | 0 | 2 | FC | 5E | 4A |
| Octal | 227 | 176 | 373 | 50 | 62 | 0 | 2 | 374 | 136 | 112 |
| Binary | 10010111 | 1111110 | 11111011 | 101000 | 110010 | 0 | 10 | 11111100 | 1011110 | 1001010 |
Color Harmonies of #977EFB
Complementary color
Monochromatic Colors of #977EFB
Black with #977EFB
Text Example
Text Example
White with #977EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977EFB; }
p { color: rgb(151,126,251); }
H1.HeaderClassName
{
color: #977EFB;
}
.AnyTagClassName
{
color: #977EFB;
}
</style>
background-color css
<style>
a { background-color: #977EFB; }
a { background-color: rgb(151,126,251); }
div.DivClassName
{
background-color: #977EFB;
}
.BgClassName
{
background-color: #977EFB;
}
</style>
border-color css
<style>
span { border-color: #977EFB; }
span { border-color: rgb(151,126,251); }
td.TdClassName
{
border-color: #977EFB;
}
.TagClassName
{
border-color: #977EFB;
}
</style>