Shades of Light Slate Blue #9C83F6
Tints of Light Slate Blue #9C83F6
RGB
CMYK
RGB Variations
Color information
#9C83F6 (or 0x9C83F6) is known color: Light Slate Blue. HEX triplet: 9C, 83 and F6. RGB value is (156,131,246). Sum of RGB (Red+Green+Blue) = 156+131+246=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C83F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C83F6 is #637C09. Grayscale: #979797. Windows color (decimal): -6519818 or 16155548. OLE color: 16155548.
HSL color Cylindrical-coordinate representation of color #9C83F6: hue angle of 253.04º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C83F6 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 131 | 246 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.04 |
| HSL | 253.04º | 0.86% | 0.74% | - |
| HSV(B) | 253.04º | 0.47% | 0.96% | - |
| XYZ | 38.46 | 29.95 | 90.94 | - |
| YUV | 151.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 246 | 0.37 | 0.47 | 0 | 0.04 | 253.04 | 0.86 | 0.74 |
| Hex | 9C | 83 | F6 | 25 | 2F | 0 | 4 | FD | 56 | 4A |
| Octal | 234 | 203 | 366 | 45 | 57 | 0 | 4 | 375 | 126 | 112 |
| Binary | 10011100 | 10000011 | 11110110 | 100101 | 101111 | 0 | 100 | 11111101 | 1010110 | 1001010 |
Color Harmonies of #9C83F6
Complementary color
Monochromatic Colors of #9C83F6
Black with #9C83F6
Text Example
Text Example
White with #9C83F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C83F6; }
p { color: rgb(156,131,246); }
H1.HeaderClassName
{
color: #9C83F6;
}
.AnyTagClassName
{
color: #9C83F6;
}
</style>
background-color css
<style>
a { background-color: #9C83F6; }
a { background-color: rgb(156,131,246); }
div.DivClassName
{
background-color: #9C83F6;
}
.BgClassName
{
background-color: #9C83F6;
}
</style>
border-color css
<style>
span { border-color: #9C83F6; }
span { border-color: rgb(156,131,246); }
td.TdClassName
{
border-color: #9C83F6;
}
.TagClassName
{
border-color: #9C83F6;
}
</style>