Shades of Light Slate Blue #8C8CFF
Tints of Light Slate Blue #8C8CFF
RGB
CMYK
RGB Variations
Color information
#8C8CFF (or 0x8C8CFF) is known color: Light Slate Blue. HEX triplet: 8C, 8C and FF. RGB value is (140,140,255). Sum of RGB (Red+Green+Blue) = 140+140+255=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8CFF is #737300. Grayscale: #989898. Windows color (decimal): -7566081 or 16747660. OLE color: 16747660.
HSL color Cylindrical-coordinate representation of color #8C8CFF: hue angle of 240º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C8CFF is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 140 | 255 | - |
| CMYK | 0.45 | 0.45 | 0 | 0 |
| HSL | 240º | 1% | 0.77% | - |
| HSV(B) | 240º | 0.45% | 1% | - |
| XYZ | 38.24 | 31.55 | 98.68 | - |
| YUV | 153.11 | 185.5 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 255 | 0.45 | 0.45 | 0 | 0 | 240 | 1 | 0.77 |
| Hex | 8C | 8C | FF | 2D | 2D | 0 | 0 | F0 | 64 | 4D |
| Octal | 214 | 214 | 377 | 55 | 55 | 0 | 0 | 360 | 144 | 115 |
| Binary | 10001100 | 10001100 | 11111111 | 101101 | 101101 | 0 | 0 | 11110000 | 1100100 | 1001101 |
Color Harmonies of #8C8CFF
Complementary color
Monochromatic Colors of #8C8CFF
Black with #8C8CFF
Text Example
Text Example
White with #8C8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CFF; }
p { color: rgb(140,140,255); }
H1.HeaderClassName
{
color: #8C8CFF;
}
.AnyTagClassName
{
color: #8C8CFF;
}
</style>
background-color css
<style>
a { background-color: #8C8CFF; }
a { background-color: rgb(140,140,255); }
div.DivClassName
{
background-color: #8C8CFF;
}
.BgClassName
{
background-color: #8C8CFF;
}
</style>
border-color css
<style>
span { border-color: #8C8CFF; }
span { border-color: rgb(140,140,255); }
td.TdClassName
{
border-color: #8C8CFF;
}
.TagClassName
{
border-color: #8C8CFF;
}
</style>