Shades of Light Slate Blue #8C82EF
Tints of Light Slate Blue #8C82EF
RGB
CMYK
RGB Variations
Color information
#8C82EF (or 0x8C82EF) is known color: Light Slate Blue. HEX triplet: 8C, 82 and EF. RGB value is (140,130,239). Sum of RGB (Red+Green+Blue) = 140+130+239=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C82EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C82EF is #737D10. Grayscale: #909090. Windows color (decimal): -7568657 or 15696524. OLE color: 15696524.
HSL color Cylindrical-coordinate representation of color #8C82EF: hue angle of 245.5º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C82EF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 130 | 239 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.06 |
| HSL | 245.5º | 0.77% | 0.72% | - |
| HSV(B) | 245.5º | 0.46% | 0.94% | - |
| XYZ | 34.38 | 27.77 | 85.21 | - |
| YUV | 145.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 239 | 0.41 | 0.46 | 0 | 0.06 | 245.5 | 0.77 | 0.72 |
| Hex | 8C | 82 | EF | 29 | 2E | 0 | 6 | F6 | 4D | 48 |
| Octal | 214 | 202 | 357 | 51 | 56 | 0 | 6 | 366 | 115 | 110 |
| Binary | 10001100 | 10000010 | 11101111 | 101001 | 101110 | 0 | 110 | 11110110 | 1001101 | 1001000 |
Color Harmonies of #8C82EF
Complementary color
Monochromatic Colors of #8C82EF
Black with #8C82EF
Text Example
Text Example
White with #8C82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82EF; }
p { color: rgb(140,130,239); }
H1.HeaderClassName
{
color: #8C82EF;
}
.AnyTagClassName
{
color: #8C82EF;
}
</style>
background-color css
<style>
a { background-color: #8C82EF; }
a { background-color: rgb(140,130,239); }
div.DivClassName
{
background-color: #8C82EF;
}
.BgClassName
{
background-color: #8C82EF;
}
</style>
border-color css
<style>
span { border-color: #8C82EF; }
span { border-color: rgb(140,130,239); }
td.TdClassName
{
border-color: #8C82EF;
}
.TagClassName
{
border-color: #8C82EF;
}
</style>