Shades of Light Slate Blue #9C80FE
Tints of Light Slate Blue #9C80FE
RGB
CMYK
RGB Variations
Color information
#9C80FE (or 0x9C80FE) is known color: Light Slate Blue. HEX triplet: 9C, 80 and FE. RGB value is (156,128,254). Sum of RGB (Red+Green+Blue) = 156+128+254=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C80FE is #637F01. Grayscale: #969696. Windows color (decimal): -6520578 or 16679068. OLE color: 16679068.
HSL color Cylindrical-coordinate representation of color #9C80FE: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C80FE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 128 | 254 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.00 |
| HSL | 253.33º | 0.98% | 0.75% | - |
| HSV(B) | 253.33º | 0.5% | 1% | - |
| XYZ | 39.32 | 29.66 | 97.42 | - |
| YUV | 150.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 254 | 0.39 | 0.50 | 0 | 0.00 | 253.33 | 0.98 | 0.75 |
| Hex | 9C | 80 | FE | 27 | 32 | 0 | 0 | FD | 62 | 4B |
| Octal | 234 | 200 | 376 | 47 | 62 | 0 | 0 | 375 | 142 | 113 |
| Binary | 10011100 | 10000000 | 11111110 | 100111 | 110010 | 0 | 0 | 11111101 | 1100010 | 1001011 |
Color Harmonies of #9C80FE
Complementary color
Monochromatic Colors of #9C80FE
Black with #9C80FE
Text Example
Text Example
White with #9C80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80FE; }
p { color: rgb(156,128,254); }
H1.HeaderClassName
{
color: #9C80FE;
}
.AnyTagClassName
{
color: #9C80FE;
}
</style>
background-color css
<style>
a { background-color: #9C80FE; }
a { background-color: rgb(156,128,254); }
div.DivClassName
{
background-color: #9C80FE;
}
.BgClassName
{
background-color: #9C80FE;
}
</style>
border-color css
<style>
span { border-color: #9C80FE; }
span { border-color: rgb(156,128,254); }
td.TdClassName
{
border-color: #9C80FE;
}
.TagClassName
{
border-color: #9C80FE;
}
</style>