Shades of Light Slate Blue #8A7FEC
Tints of Light Slate Blue #8A7FEC
RGB
CMYK
RGB Variations
Color information
#8A7FEC (or 0x8A7FEC) is known color: Light Slate Blue. HEX triplet: 8A, 7F and EC. RGB value is (138,127,236). Sum of RGB (Red+Green+Blue) = 138+127+236=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A7FEC is #758013. Grayscale: #8E8E8E. Windows color (decimal): -7700500 or 15499146. OLE color: 15499146.
HSL color Cylindrical-coordinate representation of color #8A7FEC: hue angle of 246.06º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A7FEC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 127 | 236 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.07 |
| HSL | 246.06º | 0.74% | 0.71% | - |
| HSV(B) | 246.06º | 0.46% | 0.93% | - |
| XYZ | 33.21 | 26.64 | 82.75 | - |
| YUV | 142.72 | 180.64 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 236 | 0.42 | 0.46 | 0 | 0.07 | 246.06 | 0.74 | 0.71 |
| Hex | 8A | 7F | EC | 2A | 2E | 0 | 7 | F6 | 4A | 47 |
| Octal | 212 | 177 | 354 | 52 | 56 | 0 | 7 | 366 | 112 | 107 |
| Binary | 10001010 | 1111111 | 11101100 | 101010 | 101110 | 0 | 111 | 11110110 | 1001010 | 1000111 |
Color Harmonies of #8A7FEC
Complementary color
Monochromatic Colors of #8A7FEC
Black with #8A7FEC
Text Example
Text Example
White with #8A7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7FEC; }
p { color: rgb(138,127,236); }
H1.HeaderClassName
{
color: #8A7FEC;
}
.AnyTagClassName
{
color: #8A7FEC;
}
</style>
background-color css
<style>
a { background-color: #8A7FEC; }
a { background-color: rgb(138,127,236); }
div.DivClassName
{
background-color: #8A7FEC;
}
.BgClassName
{
background-color: #8A7FEC;
}
</style>
border-color css
<style>
span { border-color: #8A7FEC; }
span { border-color: rgb(138,127,236); }
td.TdClassName
{
border-color: #8A7FEC;
}
.TagClassName
{
border-color: #8A7FEC;
}
</style>