Shades of Light Slate Blue #9A82FE
Tints of Light Slate Blue #9A82FE
RGB
CMYK
RGB Variations
Color information
#9A82FE (or 0x9A82FE) is known color: Light Slate Blue. HEX triplet: 9A, 82 and FE. RGB value is (154,130,254). Sum of RGB (Red+Green+Blue) = 154+130+254=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A82FE is #657D01. Grayscale: #969696. Windows color (decimal): -6651138 or 16679578. OLE color: 16679578.
HSL color Cylindrical-coordinate representation of color #9A82FE: hue angle of 251.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A82FE is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 130 | 254 | - |
| CMYK | 0.39 | 0.49 | 0 | 0.00 |
| HSL | 251.61º | 0.98% | 0.75% | - |
| HSV(B) | 251.61º | 0.49% | 1% | - |
| XYZ | 39.2 | 29.99 | 97.49 | - |
| YUV | 151.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 254 | 0.39 | 0.49 | 0 | 0.00 | 251.61 | 0.98 | 0.75 |
| Hex | 9A | 82 | FE | 27 | 31 | 0 | 0 | FC | 62 | 4B |
| Octal | 232 | 202 | 376 | 47 | 61 | 0 | 0 | 374 | 142 | 113 |
| Binary | 10011010 | 10000010 | 11111110 | 100111 | 110001 | 0 | 0 | 11111100 | 1100010 | 1001011 |
Color Harmonies of #9A82FE
Complementary color
Monochromatic Colors of #9A82FE
Black with #9A82FE
Text Example
Text Example
White with #9A82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A82FE; }
p { color: rgb(154,130,254); }
H1.HeaderClassName
{
color: #9A82FE;
}
.AnyTagClassName
{
color: #9A82FE;
}
</style>
background-color css
<style>
a { background-color: #9A82FE; }
a { background-color: rgb(154,130,254); }
div.DivClassName
{
background-color: #9A82FE;
}
.BgClassName
{
background-color: #9A82FE;
}
</style>
border-color css
<style>
span { border-color: #9A82FE; }
span { border-color: rgb(154,130,254); }
td.TdClassName
{
border-color: #9A82FE;
}
.TagClassName
{
border-color: #9A82FE;
}
</style>