Shades of Medium Slate Blue #806FE6
Tints of Medium Slate Blue #806FE6
RGB
CMYK
RGB Variations
Color information
#806FE6 (or 0x806FE6) is known color: Medium Slate Blue. HEX triplet: 80, 6F and E6. RGB value is (128,111,230). Sum of RGB (Red+Green+Blue) = 128+111+230=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #806FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FE6 is #7F9019. Grayscale: #818181. Windows color (decimal): -8359962 or 15101824. OLE color: 15101824.
HSL color Cylindrical-coordinate representation of color #806FE6: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #806FE6 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 111 | 230 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.10 |
| HSL | 248.57º | 0.7% | 0.67% | - |
| HSV(B) | 248.57º | 0.52% | 0.9% | - |
| XYZ | 28.87 | 21.67 | 77.52 | - |
| YUV | 129.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 230 | 0.44 | 0.52 | 0 | 0.10 | 248.57 | 0.7 | 0.67 |
| Hex | 80 | 6F | E6 | 2C | 34 | 0 | A | F9 | 46 | 43 |
| Octal | 200 | 157 | 346 | 54 | 64 | 0 | 12 | 371 | 106 | 103 |
| Binary | 10000000 | 1101111 | 11100110 | 101100 | 110100 | 0 | 1010 | 11111001 | 1000110 | 1000011 |
Color Harmonies of #806FE6
Complementary color
Monochromatic Colors of #806FE6
Black with #806FE6
Text Example
Text Example
White with #806FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806FE6; }
p { color: rgb(128,111,230); }
H1.HeaderClassName
{
color: #806FE6;
}
.AnyTagClassName
{
color: #806FE6;
}
</style>
background-color css
<style>
a { background-color: #806FE6; }
a { background-color: rgb(128,111,230); }
div.DivClassName
{
background-color: #806FE6;
}
.BgClassName
{
background-color: #806FE6;
}
</style>
border-color css
<style>
span { border-color: #806FE6; }
span { border-color: rgb(128,111,230); }
td.TdClassName
{
border-color: #806FE6;
}
.TagClassName
{
border-color: #806FE6;
}
</style>