Shades of Light Slate Blue #9C74FD
Tints of Light Slate Blue #9C74FD
RGB
CMYK
RGB Variations
Color information
#9C74FD (or 0x9C74FD) is known color: Light Slate Blue. HEX triplet: 9C, 74 and FD. RGB value is (156,116,253). Sum of RGB (Red+Green+Blue) = 156+116+253=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C74FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C74FD is #638B02. Grayscale: #8F8F8F. Windows color (decimal): -6523651 or 16610460. OLE color: 16610460.
HSL color Cylindrical-coordinate representation of color #9C74FD: hue angle of 257.52º degrees, saturation: 0.97, 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 #9C74FD is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 116 | 253 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.01 |
| HSL | 257.52º | 0.97% | 0.72% | - |
| HSV(B) | 257.52º | 0.54% | 0.99% | - |
| XYZ | 37.69 | 26.65 | 96.09 | - |
| YUV | 143.58 | 189.75 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 253 | 0.38 | 0.54 | 0 | 0.01 | 257.52 | 0.97 | 0.72 |
| Hex | 9C | 74 | FD | 26 | 36 | 0 | 1 | 102 | 61 | 48 |
| Octal | 234 | 164 | 375 | 46 | 66 | 0 | 1 | 402 | 141 | 110 |
| Binary | 10011100 | 1110100 | 11111101 | 100110 | 110110 | 0 | 1 | 100000010 | 1100001 | 1001000 |
Color Harmonies of #9C74FD
Complementary color
Monochromatic Colors of #9C74FD
Black with #9C74FD
Text Example
Text Example
White with #9C74FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74FD; }
p { color: rgb(156,116,253); }
H1.HeaderClassName
{
color: #9C74FD;
}
.AnyTagClassName
{
color: #9C74FD;
}
</style>
background-color css
<style>
a { background-color: #9C74FD; }
a { background-color: rgb(156,116,253); }
div.DivClassName
{
background-color: #9C74FD;
}
.BgClassName
{
background-color: #9C74FD;
}
</style>
border-color css
<style>
span { border-color: #9C74FD; }
span { border-color: rgb(156,116,253); }
td.TdClassName
{
border-color: #9C74FD;
}
.TagClassName
{
border-color: #9C74FD;
}
</style>