Shades of Light Slate Blue #9C50FE
Tints of Light Slate Blue #9C50FE
RGB
CMYK
RGB Variations
Color information
#9C50FE (or 0x9C50FE) is known color: Light Slate Blue. HEX triplet: 9C, 50 and FE. RGB value is (156,80,254). Sum of RGB (Red+Green+Blue) = 156+80+254=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C50FE is #63AF01. Grayscale: #797979. Windows color (decimal): -6532866 or 16666780. OLE color: 16666780.
HSL color Cylindrical-coordinate representation of color #9C50FE: hue angle of 266.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C50FE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 80 | 254 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.00 |
| HSL | 266.21º | 0.99% | 0.65% | - |
| HSV(B) | 266.21º | 0.69% | 1% | - |
| XYZ | 34.47 | 19.96 | 95.8 | - |
| YUV | 122.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 254 | 0.39 | 0.69 | 0 | 0.00 | 266.21 | 0.99 | 0.65 |
| Hex | 9C | 50 | FE | 27 | 45 | 0 | 0 | 10A | 63 | 41 |
| Octal | 234 | 120 | 376 | 47 | 105 | 0 | 0 | 412 | 143 | 101 |
| Binary | 10011100 | 1010000 | 11111110 | 100111 | 1000101 | 0 | 0 | 100001010 | 1100011 | 1000001 |
Color Harmonies of #9C50FE
Complementary color
Monochromatic Colors of #9C50FE
Black with #9C50FE
Text Example
Text Example
White with #9C50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C50FE; }
p { color: rgb(156,80,254); }
H1.HeaderClassName
{
color: #9C50FE;
}
.AnyTagClassName
{
color: #9C50FE;
}
</style>
background-color css
<style>
a { background-color: #9C50FE; }
a { background-color: rgb(156,80,254); }
div.DivClassName
{
background-color: #9C50FE;
}
.BgClassName
{
background-color: #9C50FE;
}
</style>
border-color css
<style>
span { border-color: #9C50FE; }
span { border-color: rgb(156,80,254); }
td.TdClassName
{
border-color: #9C50FE;
}
.TagClassName
{
border-color: #9C50FE;
}
</style>