Shades of Medium Slate Blue #8A68EA
Tints of Medium Slate Blue #8A68EA
RGB
CMYK
RGB Variations
Color information
#8A68EA (or 0x8A68EA) is known color: Medium Slate Blue. HEX triplet: 8A, 68 and EA. RGB value is (138,104,234). Sum of RGB (Red+Green+Blue) = 138+104+234=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #8A68EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A68EA is #759715. Grayscale: #808080. Windows color (decimal): -7706390 or 15362186. OLE color: 15362186.
HSL color Cylindrical-coordinate representation of color #8A68EA: hue angle of 255.69º degrees, saturation: 0.76, 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 #8A68EA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 104 | 234 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.08 |
| HSL | 255.69º | 0.76% | 0.66% | - |
| HSV(B) | 255.69º | 0.56% | 0.92% | - |
| XYZ | 30.28 | 21.24 | 80.35 | - |
| YUV | 128.99 | 187.26 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 234 | 0.41 | 0.56 | 0 | 0.08 | 255.69 | 0.76 | 0.66 |
| Hex | 8A | 68 | EA | 29 | 38 | 0 | 8 | 100 | 4C | 42 |
| Octal | 212 | 150 | 352 | 51 | 70 | 0 | 10 | 400 | 114 | 102 |
| Binary | 10001010 | 1101000 | 11101010 | 101001 | 111000 | 0 | 1000 | 100000000 | 1001100 | 1000010 |
Color Harmonies of #8A68EA
Complementary color
Monochromatic Colors of #8A68EA
Black with #8A68EA
Text Example
Text Example
White with #8A68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68EA; }
p { color: rgb(138,104,234); }
H1.HeaderClassName
{
color: #8A68EA;
}
.AnyTagClassName
{
color: #8A68EA;
}
</style>
background-color css
<style>
a { background-color: #8A68EA; }
a { background-color: rgb(138,104,234); }
div.DivClassName
{
background-color: #8A68EA;
}
.BgClassName
{
background-color: #8A68EA;
}
</style>
border-color css
<style>
span { border-color: #8A68EA; }
span { border-color: rgb(138,104,234); }
td.TdClassName
{
border-color: #8A68EA;
}
.TagClassName
{
border-color: #8A68EA;
}
</style>