Shades of Light Slate Blue #8A76ED
Tints of Light Slate Blue #8A76ED
RGB
CMYK
RGB Variations
Color information
#8A76ED (or 0x8A76ED) is known color: Light Slate Blue. HEX triplet: 8A, 76 and ED. RGB value is (138,118,237). Sum of RGB (Red+Green+Blue) = 138+118+237=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A76ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A76ED is #758912. Grayscale: #898989. Windows color (decimal): -7702803 or 15562378. OLE color: 15562378.
HSL color Cylindrical-coordinate representation of color #8A76ED: hue angle of 250.08º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A76ED is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 118 | 237 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.07 |
| HSL | 250.08º | 0.77% | 0.7% | - |
| HSV(B) | 250.08º | 0.5% | 0.93% | - |
| XYZ | 32.25 | 24.47 | 83.15 | - |
| YUV | 137.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 237 | 0.42 | 0.50 | 0 | 0.07 | 250.08 | 0.77 | 0.7 |
| Hex | 8A | 76 | ED | 2A | 32 | 0 | 7 | FA | 4D | 46 |
| Octal | 212 | 166 | 355 | 52 | 62 | 0 | 7 | 372 | 115 | 106 |
| Binary | 10001010 | 1110110 | 11101101 | 101010 | 110010 | 0 | 111 | 11111010 | 1001101 | 1000110 |
Color Harmonies of #8A76ED
Complementary color
Monochromatic Colors of #8A76ED
Black with #8A76ED
Text Example
Text Example
White with #8A76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A76ED; }
p { color: rgb(138,118,237); }
H1.HeaderClassName
{
color: #8A76ED;
}
.AnyTagClassName
{
color: #8A76ED;
}
</style>
background-color css
<style>
a { background-color: #8A76ED; }
a { background-color: rgb(138,118,237); }
div.DivClassName
{
background-color: #8A76ED;
}
.BgClassName
{
background-color: #8A76ED;
}
</style>
border-color css
<style>
span { border-color: #8A76ED; }
span { border-color: rgb(138,118,237); }
td.TdClassName
{
border-color: #8A76ED;
}
.TagClassName
{
border-color: #8A76ED;
}
</style>