Shades of Medium Slate Blue #805AF0
Tints of Medium Slate Blue #805AF0
RGB
CMYK
RGB Variations
Color information
#805AF0 (or 0x805AF0) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F0. RGB value is (128,90,240). Sum of RGB (Red+Green+Blue) = 128+90+240=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #805AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF0 is #7FA50F. Grayscale: #757575. Windows color (decimal): -8365328 or 15751808. OLE color: 15751808.
HSL color Cylindrical-coordinate representation of color #805AF0: hue angle of 255.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805AF0 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 90 | 240 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.06 |
| HSL | 255.2º | 0.83% | 0.65% | - |
| HSV(B) | 255.2º | 0.63% | 0.94% | - |
| XYZ | 28.29 | 18.19 | 84.46 | - |
| YUV | 118.46 | 196.59 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 240 | 0.47 | 0.62 | 0 | 0.06 | 255.2 | 0.83 | 0.65 |
| Hex | 80 | 5A | F0 | 2F | 3E | 0 | 6 | FF | 53 | 41 |
| Octal | 200 | 132 | 360 | 57 | 76 | 0 | 6 | 377 | 123 | 101 |
| Binary | 10000000 | 1011010 | 11110000 | 101111 | 111110 | 0 | 110 | 11111111 | 1010011 | 1000001 |
Color Harmonies of #805AF0
Complementary color
Monochromatic Colors of #805AF0
Black with #805AF0
Text Example
Text Example
White with #805AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AF0; }
p { color: rgb(128,90,240); }
H1.HeaderClassName
{
color: #805AF0;
}
.AnyTagClassName
{
color: #805AF0;
}
</style>
background-color css
<style>
a { background-color: #805AF0; }
a { background-color: rgb(128,90,240); }
div.DivClassName
{
background-color: #805AF0;
}
.BgClassName
{
background-color: #805AF0;
}
</style>
border-color css
<style>
span { border-color: #805AF0; }
span { border-color: rgb(128,90,240); }
td.TdClassName
{
border-color: #805AF0;
}
.TagClassName
{
border-color: #805AF0;
}
</style>