Shades of Light Slate Blue #9C74FC
Tints of Light Slate Blue #9C74FC
RGB
CMYK
RGB Variations
Color information
#9C74FC (or 0x9C74FC) is known color: Light Slate Blue. HEX triplet: 9C, 74 and FC. RGB value is (156,116,252). Sum of RGB (Red+Green+Blue) = 156+116+252=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C74FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C74FC is #638B03. Grayscale: #8E8E8E. Windows color (decimal): -6523652 or 16544924. OLE color: 16544924.
HSL color Cylindrical-coordinate representation of color #9C74FC: hue angle of 257.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C74FC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 116 | 252 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.01 |
| HSL | 257.65º | 0.96% | 0.72% | - |
| HSV(B) | 257.65º | 0.54% | 0.99% | - |
| XYZ | 37.53 | 26.59 | 95.25 | - |
| YUV | 143.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 252 | 0.38 | 0.54 | 0 | 0.01 | 257.65 | 0.96 | 0.72 |
| Hex | 9C | 74 | FC | 26 | 36 | 0 | 1 | 102 | 60 | 48 |
| Octal | 234 | 164 | 374 | 46 | 66 | 0 | 1 | 402 | 140 | 110 |
| Binary | 10011100 | 1110100 | 11111100 | 100110 | 110110 | 0 | 1 | 100000010 | 1100000 | 1001000 |
Color Harmonies of #9C74FC
Complementary color
Monochromatic Colors of #9C74FC
Black with #9C74FC
Text Example
Text Example
White with #9C74FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74FC; }
p { color: rgb(156,116,252); }
H1.HeaderClassName
{
color: #9C74FC;
}
.AnyTagClassName
{
color: #9C74FC;
}
</style>
background-color css
<style>
a { background-color: #9C74FC; }
a { background-color: rgb(156,116,252); }
div.DivClassName
{
background-color: #9C74FC;
}
.BgClassName
{
background-color: #9C74FC;
}
</style>
border-color css
<style>
span { border-color: #9C74FC; }
span { border-color: rgb(156,116,252); }
td.TdClassName
{
border-color: #9C74FC;
}
.TagClassName
{
border-color: #9C74FC;
}
</style>