Shades of Light Slate Blue #9D84F7
Tints of Light Slate Blue #9D84F7
RGB
CMYK
RGB Variations
Color information
#9D84F7 (or 0x9D84F7) is known color: Light Slate Blue. HEX triplet: 9D, 84 and F7. RGB value is (157,132,247). Sum of RGB (Red+Green+Blue) = 157+132+247=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D84F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D84F7 is #627B08. Grayscale: #989898. Windows color (decimal): -6454025 or 16221341. OLE color: 16221341.
HSL color Cylindrical-coordinate representation of color #9D84F7: hue angle of 253.04º 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 #9D84F7 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 132 | 247 | - |
| CMYK | 0.36 | 0.47 | 0 | 0.03 |
| HSL | 253.04º | 0.88% | 0.74% | - |
| HSV(B) | 253.04º | 0.47% | 0.97% | - |
| XYZ | 38.94 | 30.39 | 91.81 | - |
| YUV | 152.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 247 | 0.36 | 0.47 | 0 | 0.03 | 253.04 | 0.88 | 0.74 |
| Hex | 9D | 84 | F7 | 24 | 2F | 0 | 3 | FD | 58 | 4A |
| Octal | 235 | 204 | 367 | 44 | 57 | 0 | 3 | 375 | 130 | 112 |
| Binary | 10011101 | 10000100 | 11110111 | 100100 | 101111 | 0 | 11 | 11111101 | 1011000 | 1001010 |
Color Harmonies of #9D84F7
Complementary color
Monochromatic Colors of #9D84F7
Black with #9D84F7
Text Example
Text Example
White with #9D84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84F7; }
p { color: rgb(157,132,247); }
H1.HeaderClassName
{
color: #9D84F7;
}
.AnyTagClassName
{
color: #9D84F7;
}
</style>
background-color css
<style>
a { background-color: #9D84F7; }
a { background-color: rgb(157,132,247); }
div.DivClassName
{
background-color: #9D84F7;
}
.BgClassName
{
background-color: #9D84F7;
}
</style>
border-color css
<style>
span { border-color: #9D84F7; }
span { border-color: rgb(157,132,247); }
td.TdClassName
{
border-color: #9D84F7;
}
.TagClassName
{
border-color: #9D84F7;
}
</style>