Shades of Light Slate Blue #997EFB
Tints of Light Slate Blue #997EFB
RGB
CMYK
RGB Variations
Color information
#997EFB (or 0x997EFB) is known color: Light Slate Blue. HEX triplet: 99, 7E and FB. RGB value is (153,126,251). Sum of RGB (Red+Green+Blue) = 153+126+251=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #997EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997EFB is #668104. Grayscale: #939393. Windows color (decimal): -6717701 or 16481945. OLE color: 16481945.
HSL color Cylindrical-coordinate representation of color #997EFB: hue angle of 252.96º 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 #997EFB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 126 | 251 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.02 |
| HSL | 252.96º | 0.94% | 0.74% | - |
| HSV(B) | 252.96º | 0.5% | 0.98% | - |
| XYZ | 38.01 | 28.66 | 94.8 | - |
| YUV | 148.32 | 185.95 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 251 | 0.39 | 0.50 | 0 | 0.02 | 252.96 | 0.94 | 0.74 |
| Hex | 99 | 7E | FB | 27 | 32 | 0 | 2 | FD | 5E | 4A |
| Octal | 231 | 176 | 373 | 47 | 62 | 0 | 2 | 375 | 136 | 112 |
| Binary | 10011001 | 1111110 | 11111011 | 100111 | 110010 | 0 | 10 | 11111101 | 1011110 | 1001010 |
Color Harmonies of #997EFB
Complementary color
Monochromatic Colors of #997EFB
Black with #997EFB
Text Example
Text Example
White with #997EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997EFB; }
p { color: rgb(153,126,251); }
H1.HeaderClassName
{
color: #997EFB;
}
.AnyTagClassName
{
color: #997EFB;
}
</style>
background-color css
<style>
a { background-color: #997EFB; }
a { background-color: rgb(153,126,251); }
div.DivClassName
{
background-color: #997EFB;
}
.BgClassName
{
background-color: #997EFB;
}
</style>
border-color css
<style>
span { border-color: #997EFB; }
span { border-color: rgb(153,126,251); }
td.TdClassName
{
border-color: #997EFB;
}
.TagClassName
{
border-color: #997EFB;
}
</style>