Shades of Medium Slate Blue #8A67EB
Tints of Medium Slate Blue #8A67EB
RGB
CMYK
RGB Variations
Color information
#8A67EB (or 0x8A67EB) is known color: Medium Slate Blue. HEX triplet: 8A, 67 and EB. RGB value is (138,103,235). Sum of RGB (Red+Green+Blue) = 138+103+235=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A67EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A67EB is #759814. Grayscale: #808080. Windows color (decimal): -7706645 or 15427466. OLE color: 15427466.
HSL color Cylindrical-coordinate representation of color #8A67EB: hue angle of 255.91º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A67EB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 103 | 235 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.08 |
| HSL | 255.91º | 0.77% | 0.66% | - |
| HSV(B) | 255.91º | 0.56% | 0.92% | - |
| XYZ | 30.33 | 21.1 | 81.07 | - |
| YUV | 128.51 | 188.1 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 235 | 0.41 | 0.56 | 0 | 0.08 | 255.91 | 0.77 | 0.66 |
| Hex | 8A | 67 | EB | 29 | 38 | 0 | 8 | 100 | 4D | 42 |
| Octal | 212 | 147 | 353 | 51 | 70 | 0 | 10 | 400 | 115 | 102 |
| Binary | 10001010 | 1100111 | 11101011 | 101001 | 111000 | 0 | 1000 | 100000000 | 1001101 | 1000010 |
Color Harmonies of #8A67EB
Complementary color
Monochromatic Colors of #8A67EB
Black with #8A67EB
Text Example
Text Example
White with #8A67EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67EB; }
p { color: rgb(138,103,235); }
H1.HeaderClassName
{
color: #8A67EB;
}
.AnyTagClassName
{
color: #8A67EB;
}
</style>
background-color css
<style>
a { background-color: #8A67EB; }
a { background-color: rgb(138,103,235); }
div.DivClassName
{
background-color: #8A67EB;
}
.BgClassName
{
background-color: #8A67EB;
}
</style>
border-color css
<style>
span { border-color: #8A67EB; }
span { border-color: rgb(138,103,235); }
td.TdClassName
{
border-color: #8A67EB;
}
.TagClassName
{
border-color: #8A67EB;
}
</style>