Shades of Medium Slate Blue #805AF2
Tints of Medium Slate Blue #805AF2
RGB
CMYK
RGB Variations
Color information
#805AF2 (or 0x805AF2) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F2. RGB value is (128,90,242). Sum of RGB (Red+Green+Blue) = 128+90+242=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #805AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF2 is #7FA50D. Grayscale: #767676. Windows color (decimal): -8365326 or 15882880. OLE color: 15882880.
HSL color Cylindrical-coordinate representation of color #805AF2: hue angle of 255º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805AF2 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 90 | 242 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.05 |
| HSL | 255º | 0.85% | 0.65% | - |
| HSV(B) | 255º | 0.63% | 0.95% | - |
| XYZ | 28.59 | 18.31 | 86.03 | - |
| YUV | 118.69 | 197.59 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 242 | 0.47 | 0.63 | 0 | 0.05 | 255 | 0.85 | 0.65 |
| Hex | 80 | 5A | F2 | 2F | 3F | 0 | 5 | FF | 55 | 41 |
| Octal | 200 | 132 | 362 | 57 | 77 | 0 | 5 | 377 | 125 | 101 |
| Binary | 10000000 | 1011010 | 11110010 | 101111 | 111111 | 0 | 101 | 11111111 | 1010101 | 1000001 |
Color Harmonies of #805AF2
Complementary color
Monochromatic Colors of #805AF2
Black with #805AF2
Text Example
Text Example
White with #805AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AF2; }
p { color: rgb(128,90,242); }
H1.HeaderClassName
{
color: #805AF2;
}
.AnyTagClassName
{
color: #805AF2;
}
</style>
background-color css
<style>
a { background-color: #805AF2; }
a { background-color: rgb(128,90,242); }
div.DivClassName
{
background-color: #805AF2;
}
.BgClassName
{
background-color: #805AF2;
}
</style>
border-color css
<style>
span { border-color: #805AF2; }
span { border-color: rgb(128,90,242); }
td.TdClassName
{
border-color: #805AF2;
}
.TagClassName
{
border-color: #805AF2;
}
</style>