Shades of Medium Slate Blue #806AE9
Tints of Medium Slate Blue #806AE9
RGB
CMYK
RGB Variations
Color information
#806AE9 (or 0x806AE9) is known color: Medium Slate Blue. HEX triplet: 80, 6A and E9. RGB value is (128,106,233). Sum of RGB (Red+Green+Blue) = 128+106+233=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #806AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806AE9 is #7F9516. Grayscale: #7E7E7E. Windows color (decimal): -8361239 or 15297152. OLE color: 15297152.
HSL color Cylindrical-coordinate representation of color #806AE9: hue angle of 250.39º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806AE9 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 106 | 233 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.09 |
| HSL | 250.39º | 0.74% | 0.66% | - |
| HSV(B) | 250.39º | 0.55% | 0.91% | - |
| XYZ | 28.76 | 20.78 | 79.59 | - |
| YUV | 127.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 233 | 0.45 | 0.55 | 0 | 0.09 | 250.39 | 0.74 | 0.66 |
| Hex | 80 | 6A | E9 | 2D | 37 | 0 | 9 | FA | 4A | 42 |
| Octal | 200 | 152 | 351 | 55 | 67 | 0 | 11 | 372 | 112 | 102 |
| Binary | 10000000 | 1101010 | 11101001 | 101101 | 110111 | 0 | 1001 | 11111010 | 1001010 | 1000010 |
Color Harmonies of #806AE9
Complementary color
Monochromatic Colors of #806AE9
Black with #806AE9
Text Example
Text Example
White with #806AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806AE9; }
p { color: rgb(128,106,233); }
H1.HeaderClassName
{
color: #806AE9;
}
.AnyTagClassName
{
color: #806AE9;
}
</style>
background-color css
<style>
a { background-color: #806AE9; }
a { background-color: rgb(128,106,233); }
div.DivClassName
{
background-color: #806AE9;
}
.BgClassName
{
background-color: #806AE9;
}
</style>
border-color css
<style>
span { border-color: #806AE9; }
span { border-color: rgb(128,106,233); }
td.TdClassName
{
border-color: #806AE9;
}
.TagClassName
{
border-color: #806AE9;
}
</style>