Shades of Light Slate Blue #9982F6
Tints of Light Slate Blue #9982F6
RGB
CMYK
RGB Variations
Color information
#9982F6 (or 0x9982F6) is known color: Light Slate Blue. HEX triplet: 99, 82 and F6. RGB value is (153,130,246). Sum of RGB (Red+Green+Blue) = 153+130+246=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #9982F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982F6 is #667D09. Grayscale: #959595. Windows color (decimal): -6716682 or 16155289. OLE color: 16155289.
HSL color Cylindrical-coordinate representation of color #9982F6: hue angle of 251.9º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9982F6 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 130 | 246 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.04 |
| HSL | 251.9º | 0.87% | 0.74% | - |
| HSV(B) | 251.9º | 0.47% | 0.96% | - |
| XYZ | 37.75 | 29.39 | 90.87 | - |
| YUV | 150.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 246 | 0.38 | 0.47 | 0 | 0.04 | 251.9 | 0.87 | 0.74 |
| Hex | 99 | 82 | F6 | 26 | 2F | 0 | 4 | FC | 57 | 4A |
| Octal | 231 | 202 | 366 | 46 | 57 | 0 | 4 | 374 | 127 | 112 |
| Binary | 10011001 | 10000010 | 11110110 | 100110 | 101111 | 0 | 100 | 11111100 | 1010111 | 1001010 |
Color Harmonies of #9982F6
Complementary color
Monochromatic Colors of #9982F6
Black with #9982F6
Text Example
Text Example
White with #9982F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982F6; }
p { color: rgb(153,130,246); }
H1.HeaderClassName
{
color: #9982F6;
}
.AnyTagClassName
{
color: #9982F6;
}
</style>
background-color css
<style>
a { background-color: #9982F6; }
a { background-color: rgb(153,130,246); }
div.DivClassName
{
background-color: #9982F6;
}
.BgClassName
{
background-color: #9982F6;
}
</style>
border-color css
<style>
span { border-color: #9982F6; }
span { border-color: rgb(153,130,246); }
td.TdClassName
{
border-color: #9982F6;
}
.TagClassName
{
border-color: #9982F6;
}
</style>