Shades of Medium Slate Blue #8A67ED
Tints of Medium Slate Blue #8A67ED
RGB
CMYK
RGB Variations
Color information
#8A67ED (or 0x8A67ED) is known color: Medium Slate Blue. HEX triplet: 8A, 67 and ED. RGB value is (138,103,237). Sum of RGB (Red+Green+Blue) = 138+103+237=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A67ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A67ED is #759812. Grayscale: #808080. Windows color (decimal): -7706643 or 15558538. OLE color: 15558538.
HSL color Cylindrical-coordinate representation of color #8A67ED: hue angle of 255.67º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A67ED is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 103 | 237 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.07 |
| HSL | 255.67º | 0.79% | 0.67% | - |
| HSV(B) | 255.67º | 0.57% | 0.93% | - |
| XYZ | 30.62 | 21.22 | 82.6 | - |
| YUV | 128.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 237 | 0.42 | 0.57 | 0 | 0.07 | 255.67 | 0.79 | 0.67 |
| Hex | 8A | 67 | ED | 2A | 39 | 0 | 7 | 100 | 4F | 43 |
| Octal | 212 | 147 | 355 | 52 | 71 | 0 | 7 | 400 | 117 | 103 |
| Binary | 10001010 | 1100111 | 11101101 | 101010 | 111001 | 0 | 111 | 100000000 | 1001111 | 1000011 |
Color Harmonies of #8A67ED
Complementary color
Monochromatic Colors of #8A67ED
Black with #8A67ED
Text Example
Text Example
White with #8A67ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67ED; }
p { color: rgb(138,103,237); }
H1.HeaderClassName
{
color: #8A67ED;
}
.AnyTagClassName
{
color: #8A67ED;
}
</style>
background-color css
<style>
a { background-color: #8A67ED; }
a { background-color: rgb(138,103,237); }
div.DivClassName
{
background-color: #8A67ED;
}
.BgClassName
{
background-color: #8A67ED;
}
</style>
border-color css
<style>
span { border-color: #8A67ED; }
span { border-color: rgb(138,103,237); }
td.TdClassName
{
border-color: #8A67ED;
}
.TagClassName
{
border-color: #8A67ED;
}
</style>