Shades of Medium Slate Blue #8162FA
Tints of Medium Slate Blue #8162FA
RGB
CMYK
RGB Variations
Color information
#8162FA (or 0x8162FA) is known color: Medium Slate Blue. HEX triplet: 81, 62 and FA. RGB value is (129,98,250). Sum of RGB (Red+Green+Blue) = 129+98+250=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #8162FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8162FA is #7E9D05. Grayscale: #7C7C7C. Windows color (decimal): -8297734 or 16409217. OLE color: 16409217.
HSL color Cylindrical-coordinate representation of color #8162FA: hue angle of 252.24º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8162FA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 98 | 250 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.02 |
| HSL | 252.24º | 0.94% | 0.68% | - |
| HSV(B) | 252.24º | 0.61% | 0.98% | - |
| XYZ | 30.68 | 20.3 | 92.74 | - |
| YUV | 124.6 | 198.77 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 250 | 0.48 | 0.61 | 0 | 0.02 | 252.24 | 0.94 | 0.68 |
| Hex | 81 | 62 | FA | 30 | 3D | 0 | 2 | FC | 5E | 44 |
| Octal | 201 | 142 | 372 | 60 | 75 | 0 | 2 | 374 | 136 | 104 |
| Binary | 10000001 | 1100010 | 11111010 | 110000 | 111101 | 0 | 10 | 11111100 | 1011110 | 1000100 |
Color Harmonies of #8162FA
Complementary color
Monochromatic Colors of #8162FA
Black with #8162FA
Text Example
Text Example
White with #8162FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8162FA; }
p { color: rgb(129,98,250); }
H1.HeaderClassName
{
color: #8162FA;
}
.AnyTagClassName
{
color: #8162FA;
}
</style>
background-color css
<style>
a { background-color: #8162FA; }
a { background-color: rgb(129,98,250); }
div.DivClassName
{
background-color: #8162FA;
}
.BgClassName
{
background-color: #8162FA;
}
</style>
border-color css
<style>
span { border-color: #8162FA; }
span { border-color: rgb(129,98,250); }
td.TdClassName
{
border-color: #8162FA;
}
.TagClassName
{
border-color: #8162FA;
}
</style>