Shades of Light Slate Blue #997DFB
Tints of Light Slate Blue #997DFB
RGB
CMYK
RGB Variations
Color information
#997DFB (or 0x997DFB) is known color: Light Slate Blue. HEX triplet: 99, 7D and FB. RGB value is (153,125,251). Sum of RGB (Red+Green+Blue) = 153+125+251=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #997DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997DFB is #668204. Grayscale: #939393. Windows color (decimal): -6717957 or 16481689. OLE color: 16481689.
HSL color Cylindrical-coordinate representation of color #997DFB: hue angle of 253.33º 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 #997DFB is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 125 | 251 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.02 |
| HSL | 253.33º | 0.94% | 0.74% | - |
| HSV(B) | 253.33º | 0.5% | 0.98% | - |
| XYZ | 37.88 | 28.4 | 94.75 | - |
| YUV | 147.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 251 | 0.39 | 0.50 | 0 | 0.02 | 253.33 | 0.94 | 0.74 |
| Hex | 99 | 7D | FB | 27 | 32 | 0 | 2 | FD | 5E | 4A |
| Octal | 231 | 175 | 373 | 47 | 62 | 0 | 2 | 375 | 136 | 112 |
| Binary | 10011001 | 1111101 | 11111011 | 100111 | 110010 | 0 | 10 | 11111101 | 1011110 | 1001010 |
Color Harmonies of #997DFB
Complementary color
Monochromatic Colors of #997DFB
Black with #997DFB
Text Example
Text Example
White with #997DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997DFB; }
p { color: rgb(153,125,251); }
H1.HeaderClassName
{
color: #997DFB;
}
.AnyTagClassName
{
color: #997DFB;
}
</style>
background-color css
<style>
a { background-color: #997DFB; }
a { background-color: rgb(153,125,251); }
div.DivClassName
{
background-color: #997DFB;
}
.BgClassName
{
background-color: #997DFB;
}
</style>
border-color css
<style>
span { border-color: #997DFB; }
span { border-color: rgb(153,125,251); }
td.TdClassName
{
border-color: #997DFB;
}
.TagClassName
{
border-color: #997DFB;
}
</style>