Shades of Medium Slate Blue #805AF7
Tints of Medium Slate Blue #805AF7
RGB
CMYK
RGB Variations
Color information
#805AF7 (or 0x805AF7) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F7. RGB value is (128,90,247). Sum of RGB (Red+Green+Blue) = 128+90+247=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #805AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF7 is #7FA508. Grayscale: #767676. Windows color (decimal): -8365321 or 16210560. OLE color: 16210560.
HSL color Cylindrical-coordinate representation of color #805AF7: hue angle of 254.52º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805AF7 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 90 | 247 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.03 |
| HSL | 254.52º | 0.91% | 0.66% | - |
| HSV(B) | 254.52º | 0.64% | 0.97% | - |
| XYZ | 29.35 | 18.62 | 90.04 | - |
| YUV | 119.26 | 200.09 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 247 | 0.48 | 0.64 | 0 | 0.03 | 254.52 | 0.91 | 0.66 |
| Hex | 80 | 5A | F7 | 30 | 40 | 0 | 3 | FF | 5B | 42 |
| Octal | 200 | 132 | 367 | 60 | 100 | 0 | 3 | 377 | 133 | 102 |
| Binary | 10000000 | 1011010 | 11110111 | 110000 | 1000000 | 0 | 11 | 11111111 | 1011011 | 1000010 |
Color Harmonies of #805AF7
Complementary color
Monochromatic Colors of #805AF7
Black with #805AF7
Text Example
Text Example
White with #805AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AF7; }
p { color: rgb(128,90,247); }
H1.HeaderClassName
{
color: #805AF7;
}
.AnyTagClassName
{
color: #805AF7;
}
</style>
background-color css
<style>
a { background-color: #805AF7; }
a { background-color: rgb(128,90,247); }
div.DivClassName
{
background-color: #805AF7;
}
.BgClassName
{
background-color: #805AF7;
}
</style>
border-color css
<style>
span { border-color: #805AF7; }
span { border-color: rgb(128,90,247); }
td.TdClassName
{
border-color: #805AF7;
}
.TagClassName
{
border-color: #805AF7;
}
</style>