Shades of Medium Slate Blue #8150F4
Tints of Medium Slate Blue #8150F4
RGB
CMYK
RGB Variations
Color information
#8150F4 (or 0x8150F4) is known color: Medium Slate Blue. HEX triplet: 81, 50 and F4. RGB value is (129,80,244). Sum of RGB (Red+Green+Blue) = 129+80+244=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #8150F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8150F4 is #7EAF0B. Grayscale: #707070. Windows color (decimal): -8302348 or 16011393. OLE color: 16011393.
HSL color Cylindrical-coordinate representation of color #8150F4: hue angle of 257.93º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8150F4 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 80 | 244 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.04 |
| HSL | 257.93º | 0.88% | 0.64% | - |
| HSV(B) | 257.93º | 0.67% | 0.96% | - |
| XYZ | 28.25 | 16.94 | 87.37 | - |
| YUV | 113.35 | 201.73 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 244 | 0.47 | 0.67 | 0 | 0.04 | 257.93 | 0.88 | 0.64 |
| Hex | 81 | 50 | F4 | 2F | 43 | 0 | 4 | 102 | 58 | 40 |
| Octal | 201 | 120 | 364 | 57 | 103 | 0 | 4 | 402 | 130 | 100 |
| Binary | 10000001 | 1010000 | 11110100 | 101111 | 1000011 | 0 | 100 | 100000010 | 1011000 | 1000000 |
Color Harmonies of #8150F4
Complementary color
Monochromatic Colors of #8150F4
Black with #8150F4
Text Example
Text Example
White with #8150F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8150F4; }
p { color: rgb(129,80,244); }
H1.HeaderClassName
{
color: #8150F4;
}
.AnyTagClassName
{
color: #8150F4;
}
</style>
background-color css
<style>
a { background-color: #8150F4; }
a { background-color: rgb(129,80,244); }
div.DivClassName
{
background-color: #8150F4;
}
.BgClassName
{
background-color: #8150F4;
}
</style>
border-color css
<style>
span { border-color: #8150F4; }
span { border-color: rgb(129,80,244); }
td.TdClassName
{
border-color: #8150F4;
}
.TagClassName
{
border-color: #8150F4;
}
</style>