Shades of Light Slate Blue #8C6FFD
Tints of Light Slate Blue #8C6FFD
RGB
CMYK
RGB Variations
Color information
#8C6FFD (or 0x8C6FFD) is known color: Light Slate Blue. HEX triplet: 8C, 6F and FD. RGB value is (140,111,253). Sum of RGB (Red+Green+Blue) = 140+111+253=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6FFD is #739002. Grayscale: #878787. Windows color (decimal): -7573507 or 16609164. OLE color: 16609164.
HSL color Cylindrical-coordinate representation of color #8C6FFD: hue angle of 252.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C6FFD is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 111 | 253 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.01 |
| HSL | 252.25º | 0.97% | 0.71% | - |
| HSV(B) | 252.25º | 0.56% | 0.99% | - |
| XYZ | 34.23 | 24.04 | 95.76 | - |
| YUV | 135.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 253 | 0.45 | 0.56 | 0 | 0.01 | 252.25 | 0.97 | 0.71 |
| Hex | 8C | 6F | FD | 2D | 38 | 0 | 1 | FC | 61 | 47 |
| Octal | 214 | 157 | 375 | 55 | 70 | 0 | 1 | 374 | 141 | 107 |
| Binary | 10001100 | 1101111 | 11111101 | 101101 | 111000 | 0 | 1 | 11111100 | 1100001 | 1000111 |
Color Harmonies of #8C6FFD
Complementary color
Monochromatic Colors of #8C6FFD
Black with #8C6FFD
Text Example
Text Example
White with #8C6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6FFD; }
p { color: rgb(140,111,253); }
H1.HeaderClassName
{
color: #8C6FFD;
}
.AnyTagClassName
{
color: #8C6FFD;
}
</style>
background-color css
<style>
a { background-color: #8C6FFD; }
a { background-color: rgb(140,111,253); }
div.DivClassName
{
background-color: #8C6FFD;
}
.BgClassName
{
background-color: #8C6FFD;
}
</style>
border-color css
<style>
span { border-color: #8C6FFD; }
span { border-color: rgb(140,111,253); }
td.TdClassName
{
border-color: #8C6FFD;
}
.TagClassName
{
border-color: #8C6FFD;
}
</style>