Shades of Light Slate Blue #9A84FC
Tints of Light Slate Blue #9A84FC
RGB
CMYK
RGB Variations
Color information
#9A84FC (or 0x9A84FC) is known color: Light Slate Blue. HEX triplet: 9A, 84 and FC. RGB value is (154,132,252). Sum of RGB (Red+Green+Blue) = 154+132+252=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A84FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84FC is #657B03. Grayscale: #979797. Windows color (decimal): -6650628 or 16549018. OLE color: 16549018.
HSL color Cylindrical-coordinate representation of color #9A84FC: hue angle of 251º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A84FC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 132 | 252 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.01 |
| HSL | 251º | 0.95% | 0.75% | - |
| HSV(B) | 251º | 0.48% | 0.99% | - |
| XYZ | 39.15 | 30.4 | 95.9 | - |
| YUV | 152.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 252 | 0.39 | 0.48 | 0 | 0.01 | 251 | 0.95 | 0.75 |
| Hex | 9A | 84 | FC | 27 | 30 | 0 | 1 | FB | 5F | 4B |
| Octal | 232 | 204 | 374 | 47 | 60 | 0 | 1 | 373 | 137 | 113 |
| Binary | 10011010 | 10000100 | 11111100 | 100111 | 110000 | 0 | 1 | 11111011 | 1011111 | 1001011 |
Color Harmonies of #9A84FC
Complementary color
Monochromatic Colors of #9A84FC
Black with #9A84FC
Text Example
Text Example
White with #9A84FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84FC; }
p { color: rgb(154,132,252); }
H1.HeaderClassName
{
color: #9A84FC;
}
.AnyTagClassName
{
color: #9A84FC;
}
</style>
background-color css
<style>
a { background-color: #9A84FC; }
a { background-color: rgb(154,132,252); }
div.DivClassName
{
background-color: #9A84FC;
}
.BgClassName
{
background-color: #9A84FC;
}
</style>
border-color css
<style>
span { border-color: #9A84FC; }
span { border-color: rgb(154,132,252); }
td.TdClassName
{
border-color: #9A84FC;
}
.TagClassName
{
border-color: #9A84FC;
}
</style>