Shades of Light Slate Blue #8C81EE
Tints of Light Slate Blue #8C81EE
RGB
CMYK
RGB Variations
Color information
#8C81EE (or 0x8C81EE) is known color: Light Slate Blue. HEX triplet: 8C, 81 and EE. RGB value is (140,129,238). Sum of RGB (Red+Green+Blue) = 140+129+238=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #8C81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81EE is #737E11. Grayscale: #909090. Windows color (decimal): -7568914 or 15630732. OLE color: 15630732.
HSL color Cylindrical-coordinate representation of color #8C81EE: hue angle of 246.06º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C81EE is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 129 | 238 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.07 |
| HSL | 246.06º | 0.76% | 0.72% | - |
| HSV(B) | 246.06º | 0.46% | 0.93% | - |
| XYZ | 34.1 | 27.45 | 84.39 | - |
| YUV | 144.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 238 | 0.41 | 0.46 | 0 | 0.07 | 246.06 | 0.76 | 0.72 |
| Hex | 8C | 81 | EE | 29 | 2E | 0 | 7 | F6 | 4C | 48 |
| Octal | 214 | 201 | 356 | 51 | 56 | 0 | 7 | 366 | 114 | 110 |
| Binary | 10001100 | 10000001 | 11101110 | 101001 | 101110 | 0 | 111 | 11110110 | 1001100 | 1001000 |
Color Harmonies of #8C81EE
Complementary color
Monochromatic Colors of #8C81EE
Black with #8C81EE
Text Example
Text Example
White with #8C81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81EE; }
p { color: rgb(140,129,238); }
H1.HeaderClassName
{
color: #8C81EE;
}
.AnyTagClassName
{
color: #8C81EE;
}
</style>
background-color css
<style>
a { background-color: #8C81EE; }
a { background-color: rgb(140,129,238); }
div.DivClassName
{
background-color: #8C81EE;
}
.BgClassName
{
background-color: #8C81EE;
}
</style>
border-color css
<style>
span { border-color: #8C81EE; }
span { border-color: rgb(140,129,238); }
td.TdClassName
{
border-color: #8C81EE;
}
.TagClassName
{
border-color: #8C81EE;
}
</style>