Shades of Light Slate Blue #8E6CF2
Tints of Light Slate Blue #8E6CF2
RGB
CMYK
RGB Variations
Color information
#8E6CF2 (or 0x8E6CF2) is known color: Light Slate Blue. HEX triplet: 8E, 6C and F2. RGB value is (142,108,242). Sum of RGB (Red+Green+Blue) = 142+108+242=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #8E6CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6CF2 is #71930D. Grayscale: #848484. Windows color (decimal): -7443214 or 15887502. OLE color: 15887502.
HSL color Cylindrical-coordinate representation of color #8E6CF2: hue angle of 255.22º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E6CF2 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 108 | 242 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.05 |
| HSL | 255.22º | 0.84% | 0.69% | - |
| HSV(B) | 255.22º | 0.55% | 0.95% | - |
| XYZ | 32.54 | 22.89 | 86.71 | - |
| YUV | 133.44 | 189.26 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 242 | 0.41 | 0.55 | 0 | 0.05 | 255.22 | 0.84 | 0.69 |
| Hex | 8E | 6C | F2 | 29 | 37 | 0 | 5 | FF | 54 | 45 |
| Octal | 216 | 154 | 362 | 51 | 67 | 0 | 5 | 377 | 124 | 105 |
| Binary | 10001110 | 1101100 | 11110010 | 101001 | 110111 | 0 | 101 | 11111111 | 1010100 | 1000101 |
Color Harmonies of #8E6CF2
Complementary color
Monochromatic Colors of #8E6CF2
Black with #8E6CF2
Text Example
Text Example
White with #8E6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CF2; }
p { color: rgb(142,108,242); }
H1.HeaderClassName
{
color: #8E6CF2;
}
.AnyTagClassName
{
color: #8E6CF2;
}
</style>
background-color css
<style>
a { background-color: #8E6CF2; }
a { background-color: rgb(142,108,242); }
div.DivClassName
{
background-color: #8E6CF2;
}
.BgClassName
{
background-color: #8E6CF2;
}
</style>
border-color css
<style>
span { border-color: #8E6CF2; }
span { border-color: rgb(142,108,242); }
td.TdClassName
{
border-color: #8E6CF2;
}
.TagClassName
{
border-color: #8E6CF2;
}
</style>