Shades of Light Slate Blue #9982FF
Tints of Light Slate Blue #9982FF
RGB
CMYK
RGB Variations
Color information
#9982FF (or 0x9982FF) is known color: Light Slate Blue. HEX triplet: 99, 82 and FF. RGB value is (153,130,255). Sum of RGB (Red+Green+Blue) = 153+130+255=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9982FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982FF is #667D00. Grayscale: #969696. Windows color (decimal): -6716673 or 16745113. OLE color: 16745113.
HSL color Cylindrical-coordinate representation of color #9982FF: hue angle of 251.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9982FF is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 130 | 255 | - |
| CMYK | 0.4 | 0.49 | 0 | 0 |
| HSL | 251.04º | 1% | 0.75% | - |
| HSV(B) | 251.04º | 0.49% | 1% | - |
| XYZ | 39.17 | 29.96 | 98.33 | - |
| YUV | 151.13 | 186.62 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 255 | 0.4 | 0.49 | 0 | 0 | 251.04 | 1 | 0.75 |
| Hex | 99 | 82 | FF | 28 | 31 | 0 | 0 | FB | 64 | 4B |
| Octal | 231 | 202 | 377 | 50 | 61 | 0 | 0 | 373 | 144 | 113 |
| Binary | 10011001 | 10000010 | 11111111 | 101000 | 110001 | 0 | 0 | 11111011 | 1100100 | 1001011 |
Color Harmonies of #9982FF
Complementary color
Monochromatic Colors of #9982FF
Black with #9982FF
Text Example
Text Example
White with #9982FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9982FF; }
p { color: rgb(153,130,255); }
H1.HeaderClassName
{
color: #9982FF;
}
.AnyTagClassName
{
color: #9982FF;
}
</style>
background-color css
<style>
a { background-color: #9982FF; }
a { background-color: rgb(153,130,255); }
div.DivClassName
{
background-color: #9982FF;
}
.BgClassName
{
background-color: #9982FF;
}
</style>
border-color css
<style>
span { border-color: #9982FF; }
span { border-color: rgb(153,130,255); }
td.TdClassName
{
border-color: #9982FF;
}
.TagClassName
{
border-color: #9982FF;
}
</style>