Shades of Light Slate Blue #9C8FF3
Tints of Light Slate Blue #9C8FF3
RGB
CMYK
RGB Variations
Color information
#9C8FF3 (or 0x9C8FF3) is known color: Light Slate Blue. HEX triplet: 9C, 8F and F3. RGB value is (156,143,243). Sum of RGB (Red+Green+Blue) = 156+143+243=542 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.78% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C8FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8FF3 is #63700C. Grayscale: #9D9D9D. Windows color (decimal): -6516749 or 15962012. OLE color: 15962012.
HSL color Cylindrical-coordinate representation of color #9C8FF3: hue angle of 247.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8FF3 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 143 | 243 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.05 |
| HSL | 247.8º | 0.81% | 0.76% | - |
| HSV(B) | 247.8º | 0.41% | 0.95% | - |
| XYZ | 39.71 | 33.18 | 89.11 | - |
| YUV | 158.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 243 | 0.36 | 0.41 | 0 | 0.05 | 247.8 | 0.81 | 0.76 |
| Hex | 9C | 8F | F3 | 24 | 29 | 0 | 5 | F8 | 51 | 4C |
| Octal | 234 | 217 | 363 | 44 | 51 | 0 | 5 | 370 | 121 | 114 |
| Binary | 10011100 | 10001111 | 11110011 | 100100 | 101001 | 0 | 101 | 11111000 | 1010001 | 1001100 |
Color Harmonies of #9C8FF3
Complementary color
Monochromatic Colors of #9C8FF3
Black with #9C8FF3
Text Example
Text Example
White with #9C8FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FF3; }
p { color: rgb(156,143,243); }
H1.HeaderClassName
{
color: #9C8FF3;
}
.AnyTagClassName
{
color: #9C8FF3;
}
</style>
background-color css
<style>
a { background-color: #9C8FF3; }
a { background-color: rgb(156,143,243); }
div.DivClassName
{
background-color: #9C8FF3;
}
.BgClassName
{
background-color: #9C8FF3;
}
</style>
border-color css
<style>
span { border-color: #9C8FF3; }
span { border-color: rgb(156,143,243); }
td.TdClassName
{
border-color: #9C8FF3;
}
.TagClassName
{
border-color: #9C8FF3;
}
</style>