Shades of Light Slate Blue #9A84FE
Tints of Light Slate Blue #9A84FE
RGB
CMYK
RGB Variations
Color information
#9A84FE (or 0x9A84FE) is known color: Light Slate Blue. HEX triplet: 9A, 84 and FE. RGB value is (154,132,254). Sum of RGB (Red+Green+Blue) = 154+132+254=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A84FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84FE is #657B01. Grayscale: #989898. Windows color (decimal): -6650626 or 16680090. OLE color: 16680090.
HSL color Cylindrical-coordinate representation of color #9A84FE: hue angle of 250.82º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A84FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 132 | 254 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.00 |
| HSL | 250.82º | 0.98% | 0.76% | - |
| HSV(B) | 250.82º | 0.48% | 1% | - |
| XYZ | 39.47 | 30.53 | 97.58 | - |
| YUV | 152.49 | 185.29 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 254 | 0.39 | 0.48 | 0 | 0.00 | 250.82 | 0.98 | 0.76 |
| Hex | 9A | 84 | FE | 27 | 30 | 0 | 0 | FB | 62 | 4C |
| Octal | 232 | 204 | 376 | 47 | 60 | 0 | 0 | 373 | 142 | 114 |
| Binary | 10011010 | 10000100 | 11111110 | 100111 | 110000 | 0 | 0 | 11111011 | 1100010 | 1001100 |
Color Harmonies of #9A84FE
Complementary color
Monochromatic Colors of #9A84FE
Black with #9A84FE
Text Example
Text Example
White with #9A84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84FE; }
p { color: rgb(154,132,254); }
H1.HeaderClassName
{
color: #9A84FE;
}
.AnyTagClassName
{
color: #9A84FE;
}
</style>
background-color css
<style>
a { background-color: #9A84FE; }
a { background-color: rgb(154,132,254); }
div.DivClassName
{
background-color: #9A84FE;
}
.BgClassName
{
background-color: #9A84FE;
}
</style>
border-color css
<style>
span { border-color: #9A84FE; }
span { border-color: rgb(154,132,254); }
td.TdClassName
{
border-color: #9A84FE;
}
.TagClassName
{
border-color: #9A84FE;
}
</style>