Shades of Light Slate Blue #988FF5
Tints of Light Slate Blue #988FF5
RGB
CMYK
RGB Variations
Color information
#988FF5 (or 0x988FF5) is known color: Light Slate Blue. HEX triplet: 98, 8F and F5. RGB value is (152,143,245). Sum of RGB (Red+Green+Blue) = 152+143+245=540 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.15% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 245 (96.09% from 255 or 45.37% from 540); Max value from RGB is 245 - color contains mainly: blue. Hex color #988FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FF5 is #67700A. Grayscale: #9C9C9C. Windows color (decimal): -6778891 or 16093080. OLE color: 16093080.
HSL color Cylindrical-coordinate representation of color #988FF5: hue angle of 245.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988FF5 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 143 | 245 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.04 |
| HSL | 245.29º | 0.84% | 0.76% | - |
| HSV(B) | 245.29º | 0.42% | 0.96% | - |
| XYZ | 39.25 | 32.91 | 90.67 | - |
| YUV | 157.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 245 | 0.38 | 0.42 | 0 | 0.04 | 245.29 | 0.84 | 0.76 |
| Hex | 98 | 8F | F5 | 26 | 2A | 0 | 4 | F5 | 54 | 4C |
| Octal | 230 | 217 | 365 | 46 | 52 | 0 | 4 | 365 | 124 | 114 |
| Binary | 10011000 | 10001111 | 11110101 | 100110 | 101010 | 0 | 100 | 11110101 | 1010100 | 1001100 |
Color Harmonies of #988FF5
Complementary color
Monochromatic Colors of #988FF5
Black with #988FF5
Text Example
Text Example
White with #988FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FF5; }
p { color: rgb(152,143,245); }
H1.HeaderClassName
{
color: #988FF5;
}
.AnyTagClassName
{
color: #988FF5;
}
</style>
background-color css
<style>
a { background-color: #988FF5; }
a { background-color: rgb(152,143,245); }
div.DivClassName
{
background-color: #988FF5;
}
.BgClassName
{
background-color: #988FF5;
}
</style>
border-color css
<style>
span { border-color: #988FF5; }
span { border-color: rgb(152,143,245); }
td.TdClassName
{
border-color: #988FF5;
}
.TagClassName
{
border-color: #988FF5;
}
</style>