Shades of Light Slate Blue #9C73FE
Tints of Light Slate Blue #9C73FE
RGB
CMYK
RGB Variations
Color information
#9C73FE (or 0x9C73FE) is known color: Light Slate Blue. HEX triplet: 9C, 73 and FE. RGB value is (156,115,254). Sum of RGB (Red+Green+Blue) = 156+115+254=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C73FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C73FE is #638C01. Grayscale: #8E8E8E. Windows color (decimal): -6523906 or 16675740. OLE color: 16675740.
HSL color Cylindrical-coordinate representation of color #9C73FE: hue angle of 257.7º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C73FE is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 115 | 254 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.00 |
| HSL | 257.7º | 0.99% | 0.72% | - |
| HSV(B) | 257.7º | 0.55% | 1% | - |
| XYZ | 37.73 | 26.49 | 96.89 | - |
| YUV | 143.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 254 | 0.39 | 0.55 | 0 | 0.00 | 257.7 | 0.99 | 0.72 |
| Hex | 9C | 73 | FE | 27 | 37 | 0 | 0 | 102 | 63 | 48 |
| Octal | 234 | 163 | 376 | 47 | 67 | 0 | 0 | 402 | 143 | 110 |
| Binary | 10011100 | 1110011 | 11111110 | 100111 | 110111 | 0 | 0 | 100000010 | 1100011 | 1001000 |
Color Harmonies of #9C73FE
Complementary color
Monochromatic Colors of #9C73FE
Black with #9C73FE
Text Example
Text Example
White with #9C73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73FE; }
p { color: rgb(156,115,254); }
H1.HeaderClassName
{
color: #9C73FE;
}
.AnyTagClassName
{
color: #9C73FE;
}
</style>
background-color css
<style>
a { background-color: #9C73FE; }
a { background-color: rgb(156,115,254); }
div.DivClassName
{
background-color: #9C73FE;
}
.BgClassName
{
background-color: #9C73FE;
}
</style>
border-color css
<style>
span { border-color: #9C73FE; }
span { border-color: rgb(156,115,254); }
td.TdClassName
{
border-color: #9C73FE;
}
.TagClassName
{
border-color: #9C73FE;
}
</style>