Shades of Light Slate Blue #8C7DFE
Tints of Light Slate Blue #8C7DFE
RGB
CMYK
RGB Variations
Color information
#8C7DFE (or 0x8C7DFE) is known color: Light Slate Blue. HEX triplet: 8C, 7D and FE. RGB value is (140,125,254). Sum of RGB (Red+Green+Blue) = 140+125+254=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7DFE is #738201. Grayscale: #8F8F8F. Windows color (decimal): -7569922 or 16678284. OLE color: 16678284.
HSL color Cylindrical-coordinate representation of color #8C7DFE: hue angle of 246.98º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7DFE is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 125 | 254 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.00 |
| HSL | 246.98º | 0.98% | 0.74% | - |
| HSV(B) | 246.98º | 0.51% | 1% | - |
| XYZ | 36.04 | 27.4 | 97.15 | - |
| YUV | 144.19 | 189.97 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 125 | 254 | 0.45 | 0.51 | 0 | 0.00 | 246.98 | 0.98 | 0.74 |
| Hex | 8C | 7D | FE | 2D | 33 | 0 | 0 | F7 | 62 | 4A |
| Octal | 214 | 175 | 376 | 55 | 63 | 0 | 0 | 367 | 142 | 112 |
| Binary | 10001100 | 1111101 | 11111110 | 101101 | 110011 | 0 | 0 | 11110111 | 1100010 | 1001010 |
Color Harmonies of #8C7DFE
Complementary color
Monochromatic Colors of #8C7DFE
Black with #8C7DFE
Text Example
Text Example
White with #8C7DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7DFE; }
p { color: rgb(140,125,254); }
H1.HeaderClassName
{
color: #8C7DFE;
}
.AnyTagClassName
{
color: #8C7DFE;
}
</style>
background-color css
<style>
a { background-color: #8C7DFE; }
a { background-color: rgb(140,125,254); }
div.DivClassName
{
background-color: #8C7DFE;
}
.BgClassName
{
background-color: #8C7DFE;
}
</style>
border-color css
<style>
span { border-color: #8C7DFE; }
span { border-color: rgb(140,125,254); }
td.TdClassName
{
border-color: #8C7DFE;
}
.TagClassName
{
border-color: #8C7DFE;
}
</style>