Shades of Medium Slate Blue #8A60F4
Tints of Medium Slate Blue #8A60F4
RGB
CMYK
RGB Variations
Color information
#8A60F4 (or 0x8A60F4) is known color: Medium Slate Blue. HEX triplet: 8A, 60 and F4. RGB value is (138,96,244). Sum of RGB (Red+Green+Blue) = 138+96+244=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 244 (95.70% from 255 or 51.05% from 478); Max value from RGB is 244 - color contains mainly: blue. Hex color #8A60F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A60F4 is #759F0B. Grayscale: #7C7C7C. Windows color (decimal): -7708428 or 16015498. OLE color: 16015498.
HSL color Cylindrical-coordinate representation of color #8A60F4: hue angle of 257.03º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A60F4 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 96 | 244 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.04 |
| HSL | 257.03º | 0.87% | 0.67% | - |
| HSV(B) | 257.03º | 0.61% | 0.96% | - |
| XYZ | 30.99 | 20.3 | 87.87 | - |
| YUV | 125.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 244 | 0.43 | 0.61 | 0 | 0.04 | 257.03 | 0.87 | 0.67 |
| Hex | 8A | 60 | F4 | 2B | 3D | 0 | 4 | 101 | 57 | 43 |
| Octal | 212 | 140 | 364 | 53 | 75 | 0 | 4 | 401 | 127 | 103 |
| Binary | 10001010 | 1100000 | 11110100 | 101011 | 111101 | 0 | 100 | 100000001 | 1010111 | 1000011 |
Color Harmonies of #8A60F4
Complementary color
Monochromatic Colors of #8A60F4
Black with #8A60F4
Text Example
Text Example
White with #8A60F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A60F4; }
p { color: rgb(138,96,244); }
H1.HeaderClassName
{
color: #8A60F4;
}
.AnyTagClassName
{
color: #8A60F4;
}
</style>
background-color css
<style>
a { background-color: #8A60F4; }
a { background-color: rgb(138,96,244); }
div.DivClassName
{
background-color: #8A60F4;
}
.BgClassName
{
background-color: #8A60F4;
}
</style>
border-color css
<style>
span { border-color: #8A60F4; }
span { border-color: rgb(138,96,244); }
td.TdClassName
{
border-color: #8A60F4;
}
.TagClassName
{
border-color: #8A60F4;
}
</style>