Shades of Light Slate Blue #9C84FA
Tints of Light Slate Blue #9C84FA
RGB
CMYK
RGB Variations
Color information
#9C84FA (or 0x9C84FA) is known color: Light Slate Blue. HEX triplet: 9C, 84 and FA. RGB value is (156,132,250). Sum of RGB (Red+Green+Blue) = 156+132+250=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C84FA is #637B05. Grayscale: #989898. Windows color (decimal): -6519558 or 16417948. OLE color: 16417948.
HSL color Cylindrical-coordinate representation of color #9C84FA: hue angle of 252.2º 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 #9C84FA is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 132 | 250 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.02 |
| HSL | 252.2º | 0.92% | 0.75% | - |
| HSV(B) | 252.2º | 0.47% | 0.98% | - |
| XYZ | 39.22 | 30.47 | 94.26 | - |
| YUV | 152.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 250 | 0.38 | 0.47 | 0 | 0.02 | 252.2 | 0.92 | 0.75 |
| Hex | 9C | 84 | FA | 26 | 2F | 0 | 2 | FC | 5C | 4B |
| Octal | 234 | 204 | 372 | 46 | 57 | 0 | 2 | 374 | 134 | 113 |
| Binary | 10011100 | 10000100 | 11111010 | 100110 | 101111 | 0 | 10 | 11111100 | 1011100 | 1001011 |
Color Harmonies of #9C84FA
Complementary color
Monochromatic Colors of #9C84FA
Black with #9C84FA
Text Example
Text Example
White with #9C84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84FA; }
p { color: rgb(156,132,250); }
H1.HeaderClassName
{
color: #9C84FA;
}
.AnyTagClassName
{
color: #9C84FA;
}
</style>
background-color css
<style>
a { background-color: #9C84FA; }
a { background-color: rgb(156,132,250); }
div.DivClassName
{
background-color: #9C84FA;
}
.BgClassName
{
background-color: #9C84FA;
}
</style>
border-color css
<style>
span { border-color: #9C84FA; }
span { border-color: rgb(156,132,250); }
td.TdClassName
{
border-color: #9C84FA;
}
.TagClassName
{
border-color: #9C84FA;
}
</style>