Shades of Light Slate Blue #9A83F7
Tints of Light Slate Blue #9A83F7
RGB
CMYK
RGB Variations
Color information
#9A83F7 (or 0x9A83F7) is known color: Light Slate Blue. HEX triplet: 9A, 83 and F7. RGB value is (154,131,247). Sum of RGB (Red+Green+Blue) = 154+131+247=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 247 (96.88% from 255 or 46.43% from 532); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A83F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83F7 is #657C08. Grayscale: #969696. Windows color (decimal): -6650889 or 16221082. OLE color: 16221082.
HSL color Cylindrical-coordinate representation of color #9A83F7: hue angle of 251.9º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A83F7 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 131 | 247 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.03 |
| HSL | 251.9º | 0.88% | 0.74% | - |
| HSV(B) | 251.9º | 0.47% | 0.97% | - |
| XYZ | 38.23 | 29.82 | 91.74 | - |
| YUV | 151.1 | 182.12 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 247 | 0.38 | 0.47 | 0 | 0.03 | 251.9 | 0.88 | 0.74 |
| Hex | 9A | 83 | F7 | 26 | 2F | 0 | 3 | FC | 58 | 4A |
| Octal | 232 | 203 | 367 | 46 | 57 | 0 | 3 | 374 | 130 | 112 |
| Binary | 10011010 | 10000011 | 11110111 | 100110 | 101111 | 0 | 11 | 11111100 | 1011000 | 1001010 |
Color Harmonies of #9A83F7
Complementary color
Monochromatic Colors of #9A83F7
Black with #9A83F7
Text Example
Text Example
White with #9A83F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83F7; }
p { color: rgb(154,131,247); }
H1.HeaderClassName
{
color: #9A83F7;
}
.AnyTagClassName
{
color: #9A83F7;
}
</style>
background-color css
<style>
a { background-color: #9A83F7; }
a { background-color: rgb(154,131,247); }
div.DivClassName
{
background-color: #9A83F7;
}
.BgClassName
{
background-color: #9A83F7;
}
</style>
border-color css
<style>
span { border-color: #9A83F7; }
span { border-color: rgb(154,131,247); }
td.TdClassName
{
border-color: #9A83F7;
}
.TagClassName
{
border-color: #9A83F7;
}
</style>