Shades of Light Slate Blue #998DF3
Tints of Light Slate Blue #998DF3
RGB
CMYK
RGB Variations
Color information
#998DF3 (or 0x998DF3) is known color: Light Slate Blue. HEX triplet: 99, 8D and F3. RGB value is (153,141,243). Sum of RGB (Red+Green+Blue) = 153+141+243=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #998DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998DF3 is #66720C. Grayscale: #9B9B9B. Windows color (decimal): -6713869 or 15961497. OLE color: 15961497.
HSL color Cylindrical-coordinate representation of color #998DF3: hue angle of 247.06º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #998DF3 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 141 | 243 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.05 |
| HSL | 247.06º | 0.81% | 0.75% | - |
| HSV(B) | 247.06º | 0.42% | 0.95% | - |
| XYZ | 38.84 | 32.29 | 88.98 | - |
| YUV | 156.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 243 | 0.37 | 0.42 | 0 | 0.05 | 247.06 | 0.81 | 0.75 |
| Hex | 99 | 8D | F3 | 25 | 2A | 0 | 5 | F7 | 51 | 4B |
| Octal | 231 | 215 | 363 | 45 | 52 | 0 | 5 | 367 | 121 | 113 |
| Binary | 10011001 | 10001101 | 11110011 | 100101 | 101010 | 0 | 101 | 11110111 | 1010001 | 1001011 |
Color Harmonies of #998DF3
Complementary color
Monochromatic Colors of #998DF3
Black with #998DF3
Text Example
Text Example
White with #998DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DF3; }
p { color: rgb(153,141,243); }
H1.HeaderClassName
{
color: #998DF3;
}
.AnyTagClassName
{
color: #998DF3;
}
</style>
background-color css
<style>
a { background-color: #998DF3; }
a { background-color: rgb(153,141,243); }
div.DivClassName
{
background-color: #998DF3;
}
.BgClassName
{
background-color: #998DF3;
}
</style>
border-color css
<style>
span { border-color: #998DF3; }
span { border-color: rgb(153,141,243); }
td.TdClassName
{
border-color: #998DF3;
}
.TagClassName
{
border-color: #998DF3;
}
</style>