Shades of Light Slate Blue #9A84F7
Tints of Light Slate Blue #9A84F7
RGB
CMYK
RGB Variations
Color information
#9A84F7 (or 0x9A84F7) is known color: Light Slate Blue. HEX triplet: 9A, 84 and F7. RGB value is (154,132,247). Sum of RGB (Red+Green+Blue) = 154+132+247=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A84F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84F7 is #657B08. Grayscale: #979797. Windows color (decimal): -6650633 or 16221338. OLE color: 16221338.
HSL color Cylindrical-coordinate representation of color #9A84F7: hue angle of 251.48º 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 #9A84F7 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 132 | 247 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.03 |
| HSL | 251.48º | 0.88% | 0.74% | - |
| HSV(B) | 251.48º | 0.47% | 0.97% | - |
| XYZ | 38.37 | 30.09 | 91.78 | - |
| YUV | 151.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 247 | 0.38 | 0.47 | 0 | 0.03 | 251.48 | 0.88 | 0.74 |
| Hex | 9A | 84 | F7 | 26 | 2F | 0 | 3 | FB | 58 | 4A |
| Octal | 232 | 204 | 367 | 46 | 57 | 0 | 3 | 373 | 130 | 112 |
| Binary | 10011010 | 10000100 | 11110111 | 100110 | 101111 | 0 | 11 | 11111011 | 1011000 | 1001010 |
Color Harmonies of #9A84F7
Complementary color
Monochromatic Colors of #9A84F7
Black with #9A84F7
Text Example
Text Example
White with #9A84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84F7; }
p { color: rgb(154,132,247); }
H1.HeaderClassName
{
color: #9A84F7;
}
.AnyTagClassName
{
color: #9A84F7;
}
</style>
background-color css
<style>
a { background-color: #9A84F7; }
a { background-color: rgb(154,132,247); }
div.DivClassName
{
background-color: #9A84F7;
}
.BgClassName
{
background-color: #9A84F7;
}
</style>
border-color css
<style>
span { border-color: #9A84F7; }
span { border-color: rgb(154,132,247); }
td.TdClassName
{
border-color: #9A84F7;
}
.TagClassName
{
border-color: #9A84F7;
}
</style>