Shades of Light Slate Blue #9A83FF
Tints of Light Slate Blue #9A83FF
RGB
CMYK
RGB Variations
Color information
#9A83FF (or 0x9A83FF) is known color: Light Slate Blue. HEX triplet: 9A, 83 and FF. RGB value is (154,131,255). Sum of RGB (Red+Green+Blue) = 154+131+255=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A83FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83FF is #657C00. Grayscale: #979797. Windows color (decimal): -6650881 or 16745370. OLE color: 16745370.
HSL color Cylindrical-coordinate representation of color #9A83FF: hue angle of 251.13º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A83FF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 131 | 255 | - |
| CMYK | 0.40 | 0.49 | 0 | 0 |
| HSL | 251.13º | 1% | 0.76% | - |
| HSV(B) | 251.13º | 0.49% | 1% | - |
| XYZ | 39.49 | 30.32 | 98.38 | - |
| YUV | 152.01 | 186.12 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 255 | 0.40 | 0.49 | 0 | 0 | 251.13 | 1 | 0.76 |
| Hex | 9A | 83 | FF | 28 | 31 | 0 | 0 | FB | 64 | 4C |
| Octal | 232 | 203 | 377 | 50 | 61 | 0 | 0 | 373 | 144 | 114 |
| Binary | 10011010 | 10000011 | 11111111 | 101000 | 110001 | 0 | 0 | 11111011 | 1100100 | 1001100 |
Color Harmonies of #9A83FF
Complementary color
Monochromatic Colors of #9A83FF
Black with #9A83FF
Text Example
Text Example
White with #9A83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83FF; }
p { color: rgb(154,131,255); }
H1.HeaderClassName
{
color: #9A83FF;
}
.AnyTagClassName
{
color: #9A83FF;
}
</style>
background-color css
<style>
a { background-color: #9A83FF; }
a { background-color: rgb(154,131,255); }
div.DivClassName
{
background-color: #9A83FF;
}
.BgClassName
{
background-color: #9A83FF;
}
</style>
border-color css
<style>
span { border-color: #9A83FF; }
span { border-color: rgb(154,131,255); }
td.TdClassName
{
border-color: #9A83FF;
}
.TagClassName
{
border-color: #9A83FF;
}
</style>