Shades of Light Slate Blue #9C80FB
Tints of Light Slate Blue #9C80FB
RGB
CMYK
RGB Variations
Color information
#9C80FB (or 0x9C80FB) is known color: Light Slate Blue. HEX triplet: 9C, 80 and FB. RGB value is (156,128,251). Sum of RGB (Red+Green+Blue) = 156+128+251=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C80FB is #637F04. Grayscale: #959595. Windows color (decimal): -6520581 or 16482460. OLE color: 16482460.
HSL color Cylindrical-coordinate representation of color #9C80FB: hue angle of 253.66º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C80FB is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 128 | 251 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.02 |
| HSL | 253.66º | 0.94% | 0.74% | - |
| HSV(B) | 253.66º | 0.49% | 0.98% | - |
| XYZ | 38.84 | 29.47 | 94.91 | - |
| YUV | 150.39 | 184.78 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 251 | 0.38 | 0.49 | 0 | 0.02 | 253.66 | 0.94 | 0.74 |
| Hex | 9C | 80 | FB | 26 | 31 | 0 | 2 | FE | 5E | 4A |
| Octal | 234 | 200 | 373 | 46 | 61 | 0 | 2 | 376 | 136 | 112 |
| Binary | 10011100 | 10000000 | 11111011 | 100110 | 110001 | 0 | 10 | 11111110 | 1011110 | 1001010 |
Color Harmonies of #9C80FB
Complementary color
Monochromatic Colors of #9C80FB
Black with #9C80FB
Text Example
Text Example
White with #9C80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C80FB; }
p { color: rgb(156,128,251); }
H1.HeaderClassName
{
color: #9C80FB;
}
.AnyTagClassName
{
color: #9C80FB;
}
</style>
background-color css
<style>
a { background-color: #9C80FB; }
a { background-color: rgb(156,128,251); }
div.DivClassName
{
background-color: #9C80FB;
}
.BgClassName
{
background-color: #9C80FB;
}
</style>
border-color css
<style>
span { border-color: #9C80FB; }
span { border-color: rgb(156,128,251); }
td.TdClassName
{
border-color: #9C80FB;
}
.TagClassName
{
border-color: #9C80FB;
}
</style>