Shades of Light Slate Blue #997EFE
Tints of Light Slate Blue #997EFE
RGB
CMYK
RGB Variations
Color information
#997EFE (or 0x997EFE) is known color: Light Slate Blue. HEX triplet: 99, 7E and FE. RGB value is (153,126,254). Sum of RGB (Red+Green+Blue) = 153+126+254=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #997EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EFE is #668101. Grayscale: #949494. Windows color (decimal): -6717698 or 16678553. OLE color: 16678553.
HSL color Cylindrical-coordinate representation of color #997EFE: hue angle of 252.66º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #997EFE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 126 | 254 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.00 |
| HSL | 252.66º | 0.98% | 0.75% | - |
| HSV(B) | 252.66º | 0.5% | 1% | - |
| XYZ | 38.49 | 28.85 | 97.31 | - |
| YUV | 148.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 254 | 0.40 | 0.50 | 0 | 0.00 | 252.66 | 0.98 | 0.75 |
| Hex | 99 | 7E | FE | 28 | 32 | 0 | 0 | FD | 62 | 4B |
| Octal | 231 | 176 | 376 | 50 | 62 | 0 | 0 | 375 | 142 | 113 |
| Binary | 10011001 | 1111110 | 11111110 | 101000 | 110010 | 0 | 0 | 11111101 | 1100010 | 1001011 |
Color Harmonies of #997EFE
Complementary color
Monochromatic Colors of #997EFE
Black with #997EFE
Text Example
Text Example
White with #997EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EFE; }
p { color: rgb(153,126,254); }
H1.HeaderClassName
{
color: #997EFE;
}
.AnyTagClassName
{
color: #997EFE;
}
</style>
background-color css
<style>
a { background-color: #997EFE; }
a { background-color: rgb(153,126,254); }
div.DivClassName
{
background-color: #997EFE;
}
.BgClassName
{
background-color: #997EFE;
}
</style>
border-color css
<style>
span { border-color: #997EFE; }
span { border-color: rgb(153,126,254); }
td.TdClassName
{
border-color: #997EFE;
}
.TagClassName
{
border-color: #997EFE;
}
</style>