Shades of Medium Slate Blue #8047F7
Tints of Medium Slate Blue #8047F7
RGB
CMYK
RGB Variations
Color information
#8047F7 (or 0x8047F7) is known color: Medium Slate Blue. HEX triplet: 80, 47 and F7. RGB value is (128,71,247). Sum of RGB (Red+Green+Blue) = 128+71+247=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #8047F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047F7 is #7FB808. Grayscale: #6B6B6B. Windows color (decimal): -8370185 or 16205696. OLE color: 16205696.
HSL color Cylindrical-coordinate representation of color #8047F7: hue angle of 259.43º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8047F7 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 71 | 247 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.03 |
| HSL | 259.43º | 0.92% | 0.62% | - |
| HSV(B) | 259.43º | 0.71% | 0.97% | - |
| XYZ | 27.94 | 15.81 | 89.57 | - |
| YUV | 108.11 | 206.38 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 247 | 0.48 | 0.71 | 0 | 0.03 | 259.43 | 0.92 | 0.62 |
| Hex | 80 | 47 | F7 | 30 | 47 | 0 | 3 | 103 | 5C | 3E |
| Octal | 200 | 107 | 367 | 60 | 107 | 0 | 3 | 403 | 134 | 76 |
| Binary | 10000000 | 1000111 | 11110111 | 110000 | 1000111 | 0 | 11 | 100000011 | 1011100 | 111110 |
Color Harmonies of #8047F7
Complementary color
Monochromatic Colors of #8047F7
Black with #8047F7
Text Example
Text Example
White with #8047F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8047F7; }
p { color: rgb(128,71,247); }
H1.HeaderClassName
{
color: #8047F7;
}
.AnyTagClassName
{
color: #8047F7;
}
</style>
background-color css
<style>
a { background-color: #8047F7; }
a { background-color: rgb(128,71,247); }
div.DivClassName
{
background-color: #8047F7;
}
.BgClassName
{
background-color: #8047F7;
}
</style>
border-color css
<style>
span { border-color: #8047F7; }
span { border-color: rgb(128,71,247); }
td.TdClassName
{
border-color: #8047F7;
}
.TagClassName
{
border-color: #8047F7;
}
</style>