Shades of Light Slate Blue #9C8CF4
Tints of Light Slate Blue #9C8CF4
RGB
CMYK
RGB Variations
Color information
#9C8CF4 (or 0x9C8CF4) is known color: Light Slate Blue. HEX triplet: 9C, 8C and F4. RGB value is (156,140,244). Sum of RGB (Red+Green+Blue) = 156+140+244=540 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.89% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 244 (95.70% from 255 or 45.19% from 540); Max value from RGB is 244 - color contains mainly: blue. Hex color #9C8CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CF4 is #63730B. Grayscale: #9C9C9C. Windows color (decimal): -6517516 or 16026780. OLE color: 16026780.
HSL color Cylindrical-coordinate representation of color #9C8CF4: hue angle of 249.23º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8CF4 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 140 | 244 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.04 |
| HSL | 249.23º | 0.83% | 0.75% | - |
| HSV(B) | 249.23º | 0.43% | 0.96% | - |
| XYZ | 39.42 | 32.36 | 89.76 | - |
| YUV | 156.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 244 | 0.36 | 0.43 | 0 | 0.04 | 249.23 | 0.83 | 0.75 |
| Hex | 9C | 8C | F4 | 24 | 2B | 0 | 4 | F9 | 53 | 4B |
| Octal | 234 | 214 | 364 | 44 | 53 | 0 | 4 | 371 | 123 | 113 |
| Binary | 10011100 | 10001100 | 11110100 | 100100 | 101011 | 0 | 100 | 11111001 | 1010011 | 1001011 |
Color Harmonies of #9C8CF4
Complementary color
Monochromatic Colors of #9C8CF4
Black with #9C8CF4
Text Example
Text Example
White with #9C8CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CF4; }
p { color: rgb(156,140,244); }
H1.HeaderClassName
{
color: #9C8CF4;
}
.AnyTagClassName
{
color: #9C8CF4;
}
</style>
background-color css
<style>
a { background-color: #9C8CF4; }
a { background-color: rgb(156,140,244); }
div.DivClassName
{
background-color: #9C8CF4;
}
.BgClassName
{
background-color: #9C8CF4;
}
</style>
border-color css
<style>
span { border-color: #9C8CF4; }
span { border-color: rgb(156,140,244); }
td.TdClassName
{
border-color: #9C8CF4;
}
.TagClassName
{
border-color: #9C8CF4;
}
</style>