Shades of Medium Slate Blue #8169F4
Tints of Medium Slate Blue #8169F4
RGB
CMYK
RGB Variations
Color information
#8169F4 (or 0x8169F4) is known color: Medium Slate Blue. HEX triplet: 81, 69 and F4. RGB value is (129,105,244). Sum of RGB (Red+Green+Blue) = 129+105+244=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 105 (41.41% from 255 or 21.97% 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 #8169F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8169F4 is #7E960B. Grayscale: #7F7F7F. Windows color (decimal): -8295948 or 16017793. OLE color: 16017793.
HSL color Cylindrical-coordinate representation of color #8169F4: hue angle of 250.36º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8169F4 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 105 | 244 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.04 |
| HSL | 250.36º | 0.86% | 0.68% | - |
| HSV(B) | 250.36º | 0.57% | 0.96% | - |
| XYZ | 30.43 | 21.3 | 88.1 | - |
| YUV | 128.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 244 | 0.47 | 0.57 | 0 | 0.04 | 250.36 | 0.86 | 0.68 |
| Hex | 81 | 69 | F4 | 2F | 39 | 0 | 4 | FA | 56 | 44 |
| Octal | 201 | 151 | 364 | 57 | 71 | 0 | 4 | 372 | 126 | 104 |
| Binary | 10000001 | 1101001 | 11110100 | 101111 | 111001 | 0 | 100 | 11111010 | 1010110 | 1000100 |
Color Harmonies of #8169F4
Complementary color
Monochromatic Colors of #8169F4
Black with #8169F4
Text Example
Text Example
White with #8169F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169F4; }
p { color: rgb(129,105,244); }
H1.HeaderClassName
{
color: #8169F4;
}
.AnyTagClassName
{
color: #8169F4;
}
</style>
background-color css
<style>
a { background-color: #8169F4; }
a { background-color: rgb(129,105,244); }
div.DivClassName
{
background-color: #8169F4;
}
.BgClassName
{
background-color: #8169F4;
}
</style>
border-color css
<style>
span { border-color: #8169F4; }
span { border-color: rgb(129,105,244); }
td.TdClassName
{
border-color: #8169F4;
}
.TagClassName
{
border-color: #8169F4;
}
</style>