Shades of Light Slate Blue #9C8BFE
Tints of Light Slate Blue #9C8BFE
RGB
CMYK
RGB Variations
Color information
#9C8BFE (or 0x9C8BFE) is known color: Light Slate Blue. HEX triplet: 9C, 8B and FE. RGB value is (156,139,254). Sum of RGB (Red+Green+Blue) = 156+139+254=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BFE is #637401. Grayscale: #9C9C9C. Windows color (decimal): -6517762 or 16681884. OLE color: 16681884.
HSL color Cylindrical-coordinate representation of color #9C8BFE: hue angle of 248.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C8BFE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 139 | 254 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.00 |
| HSL | 248.87º | 0.98% | 0.77% | - |
| HSV(B) | 248.87º | 0.45% | 1% | - |
| XYZ | 40.83 | 32.69 | 97.92 | - |
| YUV | 157.19 | 182.63 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 254 | 0.39 | 0.45 | 0 | 0.00 | 248.87 | 0.98 | 0.77 |
| Hex | 9C | 8B | FE | 27 | 2D | 0 | 0 | F9 | 62 | 4D |
| Octal | 234 | 213 | 376 | 47 | 55 | 0 | 0 | 371 | 142 | 115 |
| Binary | 10011100 | 10001011 | 11111110 | 100111 | 101101 | 0 | 0 | 11111001 | 1100010 | 1001101 |
Color Harmonies of #9C8BFE
Complementary color
Monochromatic Colors of #9C8BFE
Black with #9C8BFE
Text Example
Text Example
White with #9C8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BFE; }
p { color: rgb(156,139,254); }
H1.HeaderClassName
{
color: #9C8BFE;
}
.AnyTagClassName
{
color: #9C8BFE;
}
</style>
background-color css
<style>
a { background-color: #9C8BFE; }
a { background-color: rgb(156,139,254); }
div.DivClassName
{
background-color: #9C8BFE;
}
.BgClassName
{
background-color: #9C8BFE;
}
</style>
border-color css
<style>
span { border-color: #9C8BFE; }
span { border-color: rgb(156,139,254); }
td.TdClassName
{
border-color: #9C8BFE;
}
.TagClassName
{
border-color: #9C8BFE;
}
</style>