Shades of Light Slate Blue #9D84FA
Tints of Light Slate Blue #9D84FA
RGB
CMYK
RGB Variations
Color information
#9D84FA (or 0x9D84FA) is known color: Light Slate Blue. HEX triplet: 9D, 84 and FA. RGB value is (157,132,250). Sum of RGB (Red+Green+Blue) = 157+132+250=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D84FA is #627B05. Grayscale: #989898. Windows color (decimal): -6454022 or 16417949. OLE color: 16417949.
HSL color Cylindrical-coordinate representation of color #9D84FA: hue angle of 252.71º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D84FA is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 132 | 250 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.02 |
| HSL | 252.71º | 0.92% | 0.75% | - |
| HSV(B) | 252.71º | 0.47% | 0.98% | - |
| XYZ | 39.41 | 30.57 | 94.27 | - |
| YUV | 152.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 250 | 0.37 | 0.47 | 0 | 0.02 | 252.71 | 0.92 | 0.75 |
| Hex | 9D | 84 | FA | 25 | 2F | 0 | 2 | FD | 5C | 4B |
| Octal | 235 | 204 | 372 | 45 | 57 | 0 | 2 | 375 | 134 | 113 |
| Binary | 10011101 | 10000100 | 11111010 | 100101 | 101111 | 0 | 10 | 11111101 | 1011100 | 1001011 |
Color Harmonies of #9D84FA
Complementary color
Monochromatic Colors of #9D84FA
Black with #9D84FA
Text Example
Text Example
White with #9D84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D84FA; }
p { color: rgb(157,132,250); }
H1.HeaderClassName
{
color: #9D84FA;
}
.AnyTagClassName
{
color: #9D84FA;
}
</style>
background-color css
<style>
a { background-color: #9D84FA; }
a { background-color: rgb(157,132,250); }
div.DivClassName
{
background-color: #9D84FA;
}
.BgClassName
{
background-color: #9D84FA;
}
</style>
border-color css
<style>
span { border-color: #9D84FA; }
span { border-color: rgb(157,132,250); }
td.TdClassName
{
border-color: #9D84FA;
}
.TagClassName
{
border-color: #9D84FA;
}
</style>