Shades of Medium Slate Blue #8A4CF2
Tints of Medium Slate Blue #8A4CF2
RGB
CMYK
RGB Variations
Color information
#8A4CF2 (or 0x8A4CF2) is known color: Medium Slate Blue. HEX triplet: 8A, 4C and F2. RGB value is (138,76,242). Sum of RGB (Red+Green+Blue) = 138+76+242=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A4CF2 is #75B30D. Grayscale: #707070. Windows color (decimal): -7713550 or 15879306. OLE color: 15879306.
HSL color Cylindrical-coordinate representation of color #8A4CF2: hue angle of 262.41º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8A4CF2 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 76 | 242 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.05 |
| HSL | 262.41º | 0.86% | 0.62% | - |
| HSV(B) | 262.41º | 0.69% | 0.95% | - |
| XYZ | 29.09 | 16.98 | 85.75 | - |
| YUV | 113.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 242 | 0.43 | 0.69 | 0 | 0.05 | 262.41 | 0.86 | 0.62 |
| Hex | 8A | 4C | F2 | 2B | 45 | 0 | 5 | 106 | 56 | 3E |
| Octal | 212 | 114 | 362 | 53 | 105 | 0 | 5 | 406 | 126 | 76 |
| Binary | 10001010 | 1001100 | 11110010 | 101011 | 1000101 | 0 | 101 | 100000110 | 1010110 | 111110 |
Color Harmonies of #8A4CF2
Complementary color
Monochromatic Colors of #8A4CF2
Black with #8A4CF2
Text Example
Text Example
White with #8A4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CF2; }
p { color: rgb(138,76,242); }
H1.HeaderClassName
{
color: #8A4CF2;
}
.AnyTagClassName
{
color: #8A4CF2;
}
</style>
background-color css
<style>
a { background-color: #8A4CF2; }
a { background-color: rgb(138,76,242); }
div.DivClassName
{
background-color: #8A4CF2;
}
.BgClassName
{
background-color: #8A4CF2;
}
</style>
border-color css
<style>
span { border-color: #8A4CF2; }
span { border-color: rgb(138,76,242); }
td.TdClassName
{
border-color: #8A4CF2;
}
.TagClassName
{
border-color: #8A4CF2;
}
</style>