Shades of Medium Slate Blue #8A67F3
Tints of Medium Slate Blue #8A67F3
RGB
CMYK
RGB Variations
Color information
#8A67F3 (or 0x8A67F3) is known color: Medium Slate Blue. HEX triplet: 8A, 67 and F3. RGB value is (138,103,243). Sum of RGB (Red+Green+Blue) = 138+103+243=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #8A67F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A67F3 is #75980C. Grayscale: #808080. Windows color (decimal): -7706637 or 15951754. OLE color: 15951754.
HSL color Cylindrical-coordinate representation of color #8A67F3: hue angle of 255º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A67F3 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 103 | 243 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.05 |
| HSL | 255º | 0.85% | 0.68% | - |
| HSV(B) | 255º | 0.58% | 0.95% | - |
| XYZ | 31.51 | 21.57 | 87.3 | - |
| YUV | 129.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 103 | 243 | 0.43 | 0.58 | 0 | 0.05 | 255 | 0.85 | 0.68 |
| Hex | 8A | 67 | F3 | 2B | 3A | 0 | 5 | FF | 55 | 44 |
| Octal | 212 | 147 | 363 | 53 | 72 | 0 | 5 | 377 | 125 | 104 |
| Binary | 10001010 | 1100111 | 11110011 | 101011 | 111010 | 0 | 101 | 11111111 | 1010101 | 1000100 |
Color Harmonies of #8A67F3
Complementary color
Monochromatic Colors of #8A67F3
Black with #8A67F3
Text Example
Text Example
White with #8A67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A67F3; }
p { color: rgb(138,103,243); }
H1.HeaderClassName
{
color: #8A67F3;
}
.AnyTagClassName
{
color: #8A67F3;
}
</style>
background-color css
<style>
a { background-color: #8A67F3; }
a { background-color: rgb(138,103,243); }
div.DivClassName
{
background-color: #8A67F3;
}
.BgClassName
{
background-color: #8A67F3;
}
</style>
border-color css
<style>
span { border-color: #8A67F3; }
span { border-color: rgb(138,103,243); }
td.TdClassName
{
border-color: #8A67F3;
}
.TagClassName
{
border-color: #8A67F3;
}
</style>