Shades of Medium Slate Blue #805AF5
Tints of Medium Slate Blue #805AF5
RGB
CMYK
RGB Variations
Color information
#805AF5 (or 0x805AF5) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F5. RGB value is (128,90,245). Sum of RGB (Red+Green+Blue) = 128+90+245=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #805AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF5 is #7FA50A. Grayscale: #767676. Windows color (decimal): -8365323 or 16079488. OLE color: 16079488.
HSL color Cylindrical-coordinate representation of color #805AF5: hue angle of 254.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805AF5 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 90 | 245 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.04 |
| HSL | 254.71º | 0.89% | 0.66% | - |
| HSV(B) | 254.71º | 0.63% | 0.96% | - |
| XYZ | 29.04 | 18.49 | 88.43 | - |
| YUV | 119.03 | 199.09 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 245 | 0.48 | 0.63 | 0 | 0.04 | 254.71 | 0.89 | 0.66 |
| Hex | 80 | 5A | F5 | 30 | 3F | 0 | 4 | FF | 59 | 42 |
| Octal | 200 | 132 | 365 | 60 | 77 | 0 | 4 | 377 | 131 | 102 |
| Binary | 10000000 | 1011010 | 11110101 | 110000 | 111111 | 0 | 100 | 11111111 | 1011001 | 1000010 |
Color Harmonies of #805AF5
Complementary color
Monochromatic Colors of #805AF5
Black with #805AF5
Text Example
Text Example
White with #805AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AF5; }
p { color: rgb(128,90,245); }
H1.HeaderClassName
{
color: #805AF5;
}
.AnyTagClassName
{
color: #805AF5;
}
</style>
background-color css
<style>
a { background-color: #805AF5; }
a { background-color: rgb(128,90,245); }
div.DivClassName
{
background-color: #805AF5;
}
.BgClassName
{
background-color: #805AF5;
}
</style>
border-color css
<style>
span { border-color: #805AF5; }
span { border-color: rgb(128,90,245); }
td.TdClassName
{
border-color: #805AF5;
}
.TagClassName
{
border-color: #805AF5;
}
</style>