Shades of Medium Slate Blue #806DF5
Tints of Medium Slate Blue #806DF5
RGB
CMYK
RGB Variations
Color information
#806DF5 (or 0x806DF5) is known color: Medium Slate Blue. HEX triplet: 80, 6D and F5. RGB value is (128,109,245). Sum of RGB (Red+Green+Blue) = 128+109+245=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #806DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DF5 is #7F920A. Grayscale: #818181. Windows color (decimal): -8360459 or 16084352. OLE color: 16084352.
HSL color Cylindrical-coordinate representation of color #806DF5: hue angle of 248.38º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806DF5 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 109 | 245 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.04 |
| HSL | 248.38º | 0.87% | 0.69% | - |
| HSV(B) | 248.38º | 0.56% | 0.96% | - |
| XYZ | 30.85 | 22.12 | 89.03 | - |
| YUV | 130.19 | 192.79 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 245 | 0.48 | 0.56 | 0 | 0.04 | 248.38 | 0.87 | 0.69 |
| Hex | 80 | 6D | F5 | 30 | 38 | 0 | 4 | F8 | 57 | 45 |
| Octal | 200 | 155 | 365 | 60 | 70 | 0 | 4 | 370 | 127 | 105 |
| Binary | 10000000 | 1101101 | 11110101 | 110000 | 111000 | 0 | 100 | 11111000 | 1010111 | 1000101 |
Color Harmonies of #806DF5
Complementary color
Monochromatic Colors of #806DF5
Black with #806DF5
Text Example
Text Example
White with #806DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DF5; }
p { color: rgb(128,109,245); }
H1.HeaderClassName
{
color: #806DF5;
}
.AnyTagClassName
{
color: #806DF5;
}
</style>
background-color css
<style>
a { background-color: #806DF5; }
a { background-color: rgb(128,109,245); }
div.DivClassName
{
background-color: #806DF5;
}
.BgClassName
{
background-color: #806DF5;
}
</style>
border-color css
<style>
span { border-color: #806DF5; }
span { border-color: rgb(128,109,245); }
td.TdClassName
{
border-color: #806DF5;
}
.TagClassName
{
border-color: #806DF5;
}
</style>