Shades of Medium Slate Blue #8A68ED
Tints of Medium Slate Blue #8A68ED
RGB
CMYK
RGB Variations
Color information
#8A68ED (or 0x8A68ED) is known color: Medium Slate Blue. HEX triplet: 8A, 68 and ED. RGB value is (138,104,237). Sum of RGB (Red+Green+Blue) = 138+104+237=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A68ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A68ED is #759712. Grayscale: #808080. Windows color (decimal): -7706387 or 15558794. OLE color: 15558794.
HSL color Cylindrical-coordinate representation of color #8A68ED: hue angle of 255.34º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A68ED is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 104 | 237 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.07 |
| HSL | 255.34º | 0.79% | 0.67% | - |
| HSV(B) | 255.34º | 0.56% | 0.93% | - |
| XYZ | 30.72 | 21.42 | 82.64 | - |
| YUV | 129.33 | 188.76 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 237 | 0.42 | 0.56 | 0 | 0.07 | 255.34 | 0.79 | 0.67 |
| Hex | 8A | 68 | ED | 2A | 38 | 0 | 7 | FF | 4F | 43 |
| Octal | 212 | 150 | 355 | 52 | 70 | 0 | 7 | 377 | 117 | 103 |
| Binary | 10001010 | 1101000 | 11101101 | 101010 | 111000 | 0 | 111 | 11111111 | 1001111 | 1000011 |
Color Harmonies of #8A68ED
Complementary color
Monochromatic Colors of #8A68ED
Black with #8A68ED
Text Example
Text Example
White with #8A68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68ED; }
p { color: rgb(138,104,237); }
H1.HeaderClassName
{
color: #8A68ED;
}
.AnyTagClassName
{
color: #8A68ED;
}
</style>
background-color css
<style>
a { background-color: #8A68ED; }
a { background-color: rgb(138,104,237); }
div.DivClassName
{
background-color: #8A68ED;
}
.BgClassName
{
background-color: #8A68ED;
}
</style>
border-color css
<style>
span { border-color: #8A68ED; }
span { border-color: rgb(138,104,237); }
td.TdClassName
{
border-color: #8A68ED;
}
.TagClassName
{
border-color: #8A68ED;
}
</style>