Shades of Medium Slate Blue #8A4BFF
Tints of Medium Slate Blue #8A4BFF
RGB
CMYK
RGB Variations
Color information
#8A4BFF (or 0x8A4BFF) is known color: Medium Slate Blue. HEX triplet: 8A, 4B and FF. RGB value is (138,75,255). Sum of RGB (Red+Green+Blue) = 138+75+255=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A4BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4BFF is #75B400. Grayscale: #717171. Windows color (decimal): -7713793 or 16731018. OLE color: 16731018.
HSL color Cylindrical-coordinate representation of color #8A4BFF: hue angle of 261º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A4BFF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 75 | 255 | - |
| CMYK | 0.46 | 0.71 | 0 | 0 |
| HSL | 261º | 1% | 0.65% | - |
| HSV(B) | 261º | 0.71% | 1% | - |
| XYZ | 31.05 | 17.66 | 96.38 | - |
| YUV | 114.36 | 207.37 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 255 | 0.46 | 0.71 | 0 | 0 | 261 | 1 | 0.65 |
| Hex | 8A | 4B | FF | 2E | 47 | 0 | 0 | 105 | 64 | 41 |
| Octal | 212 | 113 | 377 | 56 | 107 | 0 | 0 | 405 | 144 | 101 |
| Binary | 10001010 | 1001011 | 11111111 | 101110 | 1000111 | 0 | 0 | 100000101 | 1100100 | 1000001 |
Color Harmonies of #8A4BFF
Complementary color
Monochromatic Colors of #8A4BFF
Black with #8A4BFF
Text Example
Text Example
White with #8A4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4BFF; }
p { color: rgb(138,75,255); }
H1.HeaderClassName
{
color: #8A4BFF;
}
.AnyTagClassName
{
color: #8A4BFF;
}
</style>
background-color css
<style>
a { background-color: #8A4BFF; }
a { background-color: rgb(138,75,255); }
div.DivClassName
{
background-color: #8A4BFF;
}
.BgClassName
{
background-color: #8A4BFF;
}
</style>
border-color css
<style>
span { border-color: #8A4BFF; }
span { border-color: rgb(138,75,255); }
td.TdClassName
{
border-color: #8A4BFF;
}
.TagClassName
{
border-color: #8A4BFF;
}
</style>