Shades of Medium Slate Blue #805AF3
Tints of Medium Slate Blue #805AF3
RGB
CMYK
RGB Variations
Color information
#805AF3 (or 0x805AF3) is known color: Medium Slate Blue. HEX triplet: 80, 5A and F3. RGB value is (128,90,243). Sum of RGB (Red+Green+Blue) = 128+90+243=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #805AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805AF3 is #7FA50C. Grayscale: #767676. Windows color (decimal): -8365325 or 15948416. OLE color: 15948416.
HSL color Cylindrical-coordinate representation of color #805AF3: hue angle of 254.9º degrees, saturation: 0.86, 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 #805AF3 is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 90 | 243 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.05 |
| HSL | 254.9º | 0.86% | 0.65% | - |
| HSV(B) | 254.9º | 0.63% | 0.95% | - |
| XYZ | 28.74 | 18.37 | 86.83 | - |
| YUV | 118.8 | 198.09 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 243 | 0.47 | 0.63 | 0 | 0.05 | 254.9 | 0.86 | 0.65 |
| Hex | 80 | 5A | F3 | 2F | 3F | 0 | 5 | FF | 56 | 41 |
| Octal | 200 | 132 | 363 | 57 | 77 | 0 | 5 | 377 | 126 | 101 |
| Binary | 10000000 | 1011010 | 11110011 | 101111 | 111111 | 0 | 101 | 11111111 | 1010110 | 1000001 |
Color Harmonies of #805AF3
Complementary color
Monochromatic Colors of #805AF3
Black with #805AF3
Text Example
Text Example
White with #805AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AF3; }
p { color: rgb(128,90,243); }
H1.HeaderClassName
{
color: #805AF3;
}
.AnyTagClassName
{
color: #805AF3;
}
</style>
background-color css
<style>
a { background-color: #805AF3; }
a { background-color: rgb(128,90,243); }
div.DivClassName
{
background-color: #805AF3;
}
.BgClassName
{
background-color: #805AF3;
}
</style>
border-color css
<style>
span { border-color: #805AF3; }
span { border-color: rgb(128,90,243); }
td.TdClassName
{
border-color: #805AF3;
}
.TagClassName
{
border-color: #805AF3;
}
</style>