Shades of Light Slate Blue #8C82EE
Tints of Light Slate Blue #8C82EE
RGB
CMYK
RGB Variations
Color information
#8C82EE (or 0x8C82EE) is known color: Light Slate Blue. HEX triplet: 8C, 82 and EE. RGB value is (140,130,238). Sum of RGB (Red+Green+Blue) = 140+130+238=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C82EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C82EE is #737D11. Grayscale: #909090. Windows color (decimal): -7568658 or 15630988. OLE color: 15630988.
HSL color Cylindrical-coordinate representation of color #8C82EE: hue angle of 245.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C82EE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 130 | 238 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.07 |
| HSL | 245.56º | 0.76% | 0.72% | - |
| HSV(B) | 245.56º | 0.45% | 0.93% | - |
| XYZ | 34.23 | 27.71 | 84.43 | - |
| YUV | 145.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 238 | 0.41 | 0.45 | 0 | 0.07 | 245.56 | 0.76 | 0.72 |
| Hex | 8C | 82 | EE | 29 | 2D | 0 | 7 | F6 | 4C | 48 |
| Octal | 214 | 202 | 356 | 51 | 55 | 0 | 7 | 366 | 114 | 110 |
| Binary | 10001100 | 10000010 | 11101110 | 101001 | 101101 | 0 | 111 | 11110110 | 1001100 | 1001000 |
Color Harmonies of #8C82EE
Complementary color
Monochromatic Colors of #8C82EE
Black with #8C82EE
Text Example
Text Example
White with #8C82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C82EE; }
p { color: rgb(140,130,238); }
H1.HeaderClassName
{
color: #8C82EE;
}
.AnyTagClassName
{
color: #8C82EE;
}
</style>
background-color css
<style>
a { background-color: #8C82EE; }
a { background-color: rgb(140,130,238); }
div.DivClassName
{
background-color: #8C82EE;
}
.BgClassName
{
background-color: #8C82EE;
}
</style>
border-color css
<style>
span { border-color: #8C82EE; }
span { border-color: rgb(140,130,238); }
td.TdClassName
{
border-color: #8C82EE;
}
.TagClassName
{
border-color: #8C82EE;
}
</style>