Shades of Light Slate Blue #8C6BFD
Tints of Light Slate Blue #8C6BFD
RGB
CMYK
RGB Variations
Color information
#8C6BFD (or 0x8C6BFD) is known color: Light Slate Blue. HEX triplet: 8C, 6B and FD. RGB value is (140,107,253). Sum of RGB (Red+Green+Blue) = 140+107+253=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C6BFD is #739402. Grayscale: #848484. Windows color (decimal): -7574531 or 16608140. OLE color: 16608140.
HSL color Cylindrical-coordinate representation of color #8C6BFD: hue angle of 253.56º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C6BFD is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 107 | 253 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.01 |
| HSL | 253.56º | 0.97% | 0.71% | - |
| HSV(B) | 253.56º | 0.58% | 0.99% | - |
| XYZ | 33.8 | 23.18 | 95.62 | - |
| YUV | 133.51 | 195.43 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 253 | 0.45 | 0.58 | 0 | 0.01 | 253.56 | 0.97 | 0.71 |
| Hex | 8C | 6B | FD | 2D | 3A | 0 | 1 | FE | 61 | 47 |
| Octal | 214 | 153 | 375 | 55 | 72 | 0 | 1 | 376 | 141 | 107 |
| Binary | 10001100 | 1101011 | 11111101 | 101101 | 111010 | 0 | 1 | 11111110 | 1100001 | 1000111 |
Color Harmonies of #8C6BFD
Complementary color
Monochromatic Colors of #8C6BFD
Black with #8C6BFD
Text Example
Text Example
White with #8C6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6BFD; }
p { color: rgb(140,107,253); }
H1.HeaderClassName
{
color: #8C6BFD;
}
.AnyTagClassName
{
color: #8C6BFD;
}
</style>
background-color css
<style>
a { background-color: #8C6BFD; }
a { background-color: rgb(140,107,253); }
div.DivClassName
{
background-color: #8C6BFD;
}
.BgClassName
{
background-color: #8C6BFD;
}
</style>
border-color css
<style>
span { border-color: #8C6BFD; }
span { border-color: rgb(140,107,253); }
td.TdClassName
{
border-color: #8C6BFD;
}
.TagClassName
{
border-color: #8C6BFD;
}
</style>