Shades of Light Slate Blue #9C8BFA
Tints of Light Slate Blue #9C8BFA
RGB
CMYK
RGB Variations
Color information
#9C8BFA (or 0x9C8BFA) is known color: Light Slate Blue. HEX triplet: 9C, 8B and FA. RGB value is (156,139,250). Sum of RGB (Red+Green+Blue) = 156+139+250=545 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.62% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #9C8BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8BFA is #637405. Grayscale: #9C9C9C. Windows color (decimal): -6517766 or 16419740. OLE color: 16419740.
HSL color Cylindrical-coordinate representation of color #9C8BFA: hue angle of 249.19º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8BFA is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 139 | 250 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.02 |
| HSL | 249.19º | 0.92% | 0.76% | - |
| HSV(B) | 249.19º | 0.44% | 0.98% | - |
| XYZ | 40.2 | 32.44 | 94.58 | - |
| YUV | 156.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 250 | 0.38 | 0.44 | 0 | 0.02 | 249.19 | 0.92 | 0.76 |
| Hex | 9C | 8B | FA | 26 | 2C | 0 | 2 | F9 | 5C | 4C |
| Octal | 234 | 213 | 372 | 46 | 54 | 0 | 2 | 371 | 134 | 114 |
| Binary | 10011100 | 10001011 | 11111010 | 100110 | 101100 | 0 | 10 | 11111001 | 1011100 | 1001100 |
Color Harmonies of #9C8BFA
Complementary color
Monochromatic Colors of #9C8BFA
Black with #9C8BFA
Text Example
Text Example
White with #9C8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BFA; }
p { color: rgb(156,139,250); }
H1.HeaderClassName
{
color: #9C8BFA;
}
.AnyTagClassName
{
color: #9C8BFA;
}
</style>
background-color css
<style>
a { background-color: #9C8BFA; }
a { background-color: rgb(156,139,250); }
div.DivClassName
{
background-color: #9C8BFA;
}
.BgClassName
{
background-color: #9C8BFA;
}
</style>
border-color css
<style>
span { border-color: #9C8BFA; }
span { border-color: rgb(156,139,250); }
td.TdClassName
{
border-color: #9C8BFA;
}
.TagClassName
{
border-color: #9C8BFA;
}
</style>