Shades of Medium Slate Blue #8A65F2
Tints of Medium Slate Blue #8A65F2
RGB
CMYK
RGB Variations
Color information
#8A65F2 (or 0x8A65F2) is known color: Medium Slate Blue. HEX triplet: 8A, 65 and F2. RGB value is (138,101,242). Sum of RGB (Red+Green+Blue) = 138+101+242=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #8A65F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A65F2 is #759A0D. Grayscale: #7F7F7F. Windows color (decimal): -7707150 or 15885706. OLE color: 15885706.
HSL color Cylindrical-coordinate representation of color #8A65F2: hue angle of 255.74º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A65F2 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 101 | 242 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.05 |
| HSL | 255.74º | 0.84% | 0.67% | - |
| HSV(B) | 255.74º | 0.58% | 0.95% | - |
| XYZ | 31.16 | 21.12 | 86.44 | - |
| YUV | 128.14 | 192.26 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 242 | 0.43 | 0.58 | 0 | 0.05 | 255.74 | 0.84 | 0.67 |
| Hex | 8A | 65 | F2 | 2B | 3A | 0 | 5 | 100 | 54 | 43 |
| Octal | 212 | 145 | 362 | 53 | 72 | 0 | 5 | 400 | 124 | 103 |
| Binary | 10001010 | 1100101 | 11110010 | 101011 | 111010 | 0 | 101 | 100000000 | 1010100 | 1000011 |
Color Harmonies of #8A65F2
Complementary color
Monochromatic Colors of #8A65F2
Black with #8A65F2
Text Example
Text Example
White with #8A65F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A65F2; }
p { color: rgb(138,101,242); }
H1.HeaderClassName
{
color: #8A65F2;
}
.AnyTagClassName
{
color: #8A65F2;
}
</style>
background-color css
<style>
a { background-color: #8A65F2; }
a { background-color: rgb(138,101,242); }
div.DivClassName
{
background-color: #8A65F2;
}
.BgClassName
{
background-color: #8A65F2;
}
</style>
border-color css
<style>
span { border-color: #8A65F2; }
span { border-color: rgb(138,101,242); }
td.TdClassName
{
border-color: #8A65F2;
}
.TagClassName
{
border-color: #8A65F2;
}
</style>