Shades of Light Slate Blue #9982F4
Tints of Light Slate Blue #9982F4
RGB
CMYK
RGB Variations
Color information
#9982F4 (or 0x9982F4) is known color: Light Slate Blue. HEX triplet: 99, 82 and F4. RGB value is (153,130,244). Sum of RGB (Red+Green+Blue) = 153+130+244=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #9982F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982F4 is #667D0B. Grayscale: #959595. Windows color (decimal): -6716684 or 16024217. OLE color: 16024217.
HSL color Cylindrical-coordinate representation of color #9982F4: hue angle of 252.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9982F4 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 130 | 244 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.04 |
| HSL | 252.11º | 0.84% | 0.73% | - |
| HSV(B) | 252.11º | 0.47% | 0.96% | - |
| XYZ | 37.45 | 29.27 | 89.26 | - |
| YUV | 149.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 244 | 0.37 | 0.47 | 0 | 0.04 | 252.11 | 0.84 | 0.73 |
| Hex | 99 | 82 | F4 | 25 | 2F | 0 | 4 | FC | 54 | 49 |
| Octal | 231 | 202 | 364 | 45 | 57 | 0 | 4 | 374 | 124 | 111 |
| Binary | 10011001 | 10000010 | 11110100 | 100101 | 101111 | 0 | 100 | 11111100 | 1010100 | 1001001 |
Color Harmonies of #9982F4
Complementary color
Monochromatic Colors of #9982F4
Black with #9982F4
Text Example
Text Example
White with #9982F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982F4; }
p { color: rgb(153,130,244); }
H1.HeaderClassName
{
color: #9982F4;
}
.AnyTagClassName
{
color: #9982F4;
}
</style>
background-color css
<style>
a { background-color: #9982F4; }
a { background-color: rgb(153,130,244); }
div.DivClassName
{
background-color: #9982F4;
}
.BgClassName
{
background-color: #9982F4;
}
</style>
border-color css
<style>
span { border-color: #9982F4; }
span { border-color: rgb(153,130,244); }
td.TdClassName
{
border-color: #9982F4;
}
.TagClassName
{
border-color: #9982F4;
}
</style>