Shades of Light Slate Blue #9C8AF6
Tints of Light Slate Blue #9C8AF6
RGB
CMYK
RGB Variations
Color information
#9C8AF6 (or 0x9C8AF6) is known color: Light Slate Blue. HEX triplet: 9C, 8A and F6. RGB value is (156,138,246). Sum of RGB (Red+Green+Blue) = 156+138+246=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C8AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8AF6 is #637509. Grayscale: #9B9B9B. Windows color (decimal): -6518026 or 16157340. OLE color: 16157340.
HSL color Cylindrical-coordinate representation of color #9C8AF6: hue angle of 250º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8AF6 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 138 | 246 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.04 |
| HSL | 250º | 0.86% | 0.75% | - |
| HSV(B) | 250º | 0.44% | 0.96% | - |
| XYZ | 39.43 | 31.9 | 91.27 | - |
| YUV | 155.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 246 | 0.37 | 0.44 | 0 | 0.04 | 250 | 0.86 | 0.75 |
| Hex | 9C | 8A | F6 | 25 | 2C | 0 | 4 | FA | 56 | 4B |
| Octal | 234 | 212 | 366 | 45 | 54 | 0 | 4 | 372 | 126 | 113 |
| Binary | 10011100 | 10001010 | 11110110 | 100101 | 101100 | 0 | 100 | 11111010 | 1010110 | 1001011 |
Color Harmonies of #9C8AF6
Complementary color
Monochromatic Colors of #9C8AF6
Black with #9C8AF6
Text Example
Text Example
White with #9C8AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AF6; }
p { color: rgb(156,138,246); }
H1.HeaderClassName
{
color: #9C8AF6;
}
.AnyTagClassName
{
color: #9C8AF6;
}
</style>
background-color css
<style>
a { background-color: #9C8AF6; }
a { background-color: rgb(156,138,246); }
div.DivClassName
{
background-color: #9C8AF6;
}
.BgClassName
{
background-color: #9C8AF6;
}
</style>
border-color css
<style>
span { border-color: #9C8AF6; }
span { border-color: rgb(156,138,246); }
td.TdClassName
{
border-color: #9C8AF6;
}
.TagClassName
{
border-color: #9C8AF6;
}
</style>