Shades of Light Slate Blue #9A83FE
Tints of Light Slate Blue #9A83FE
RGB
CMYK
RGB Variations
Color information
#9A83FE (or 0x9A83FE) is known color: Light Slate Blue. HEX triplet: 9A, 83 and FE. RGB value is (154,131,254). Sum of RGB (Red+Green+Blue) = 154+131+254=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83FE is #657C01. Grayscale: #979797. Windows color (decimal): -6650882 or 16679834. OLE color: 16679834.
HSL color Cylindrical-coordinate representation of color #9A83FE: hue angle of 251.22º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A83FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 131 | 254 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.00 |
| HSL | 251.22º | 0.98% | 0.75% | - |
| HSV(B) | 251.22º | 0.48% | 1% | - |
| XYZ | 39.33 | 30.26 | 97.53 | - |
| YUV | 151.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 254 | 0.39 | 0.48 | 0 | 0.00 | 251.22 | 0.98 | 0.75 |
| Hex | 9A | 83 | FE | 27 | 30 | 0 | 0 | FB | 62 | 4B |
| Octal | 232 | 203 | 376 | 47 | 60 | 0 | 0 | 373 | 142 | 113 |
| Binary | 10011010 | 10000011 | 11111110 | 100111 | 110000 | 0 | 0 | 11111011 | 1100010 | 1001011 |
Color Harmonies of #9A83FE
Complementary color
Monochromatic Colors of #9A83FE
Black with #9A83FE
Text Example
Text Example
White with #9A83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83FE; }
p { color: rgb(154,131,254); }
H1.HeaderClassName
{
color: #9A83FE;
}
.AnyTagClassName
{
color: #9A83FE;
}
</style>
background-color css
<style>
a { background-color: #9A83FE; }
a { background-color: rgb(154,131,254); }
div.DivClassName
{
background-color: #9A83FE;
}
.BgClassName
{
background-color: #9A83FE;
}
</style>
border-color css
<style>
span { border-color: #9A83FE; }
span { border-color: rgb(154,131,254); }
td.TdClassName
{
border-color: #9A83FE;
}
.TagClassName
{
border-color: #9A83FE;
}
</style>