Shades of Light Slate Blue #9C8AF8
Tints of Light Slate Blue #9C8AF8
RGB
CMYK
RGB Variations
Color information
#9C8AF8 (or 0x9C8AF8) is known color: Light Slate Blue. HEX triplet: 9C, 8A and F8. RGB value is (156,138,248). Sum of RGB (Red+Green+Blue) = 156+138+248=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #9C8AF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8AF8 is #637507. Grayscale: #9B9B9B. Windows color (decimal): -6518024 or 16288412. OLE color: 16288412.
HSL color Cylindrical-coordinate representation of color #9C8AF8: hue angle of 249.82º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8AF8 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 138 | 248 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.03 |
| HSL | 249.82º | 0.89% | 0.76% | - |
| HSV(B) | 249.82º | 0.44% | 0.97% | - |
| XYZ | 39.74 | 32.02 | 92.89 | - |
| YUV | 155.92 | 179.96 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 248 | 0.37 | 0.44 | 0 | 0.03 | 249.82 | 0.89 | 0.76 |
| Hex | 9C | 8A | F8 | 25 | 2C | 0 | 3 | FA | 59 | 4C |
| Octal | 234 | 212 | 370 | 45 | 54 | 0 | 3 | 372 | 131 | 114 |
| Binary | 10011100 | 10001010 | 11111000 | 100101 | 101100 | 0 | 11 | 11111010 | 1011001 | 1001100 |
Color Harmonies of #9C8AF8
Complementary color
Monochromatic Colors of #9C8AF8
Black with #9C8AF8
Text Example
Text Example
White with #9C8AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AF8; }
p { color: rgb(156,138,248); }
H1.HeaderClassName
{
color: #9C8AF8;
}
.AnyTagClassName
{
color: #9C8AF8;
}
</style>
background-color css
<style>
a { background-color: #9C8AF8; }
a { background-color: rgb(156,138,248); }
div.DivClassName
{
background-color: #9C8AF8;
}
.BgClassName
{
background-color: #9C8AF8;
}
</style>
border-color css
<style>
span { border-color: #9C8AF8; }
span { border-color: rgb(156,138,248); }
td.TdClassName
{
border-color: #9C8AF8;
}
.TagClassName
{
border-color: #9C8AF8;
}
</style>