Shades of Medium Slate Blue #806FE8
Tints of Medium Slate Blue #806FE8
RGB
CMYK
RGB Variations
Color information
#806FE8 (or 0x806FE8) is known color: Medium Slate Blue. HEX triplet: 80, 6F and E8. RGB value is (128,111,232). Sum of RGB (Red+Green+Blue) = 128+111+232=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #806FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FE8 is #7F9017. Grayscale: #818181. Windows color (decimal): -8359960 or 15232896. OLE color: 15232896.
HSL color Cylindrical-coordinate representation of color #806FE8: hue angle of 248.43º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #806FE8 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 111 | 232 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.09 |
| HSL | 248.43º | 0.72% | 0.67% | - |
| HSV(B) | 248.43º | 0.52% | 0.91% | - |
| XYZ | 29.15 | 21.78 | 79.01 | - |
| YUV | 129.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 232 | 0.45 | 0.52 | 0 | 0.09 | 248.43 | 0.72 | 0.67 |
| Hex | 80 | 6F | E8 | 2D | 34 | 0 | 9 | F8 | 48 | 43 |
| Octal | 200 | 157 | 350 | 55 | 64 | 0 | 11 | 370 | 110 | 103 |
| Binary | 10000000 | 1101111 | 11101000 | 101101 | 110100 | 0 | 1001 | 11111000 | 1001000 | 1000011 |
Color Harmonies of #806FE8
Complementary color
Monochromatic Colors of #806FE8
Black with #806FE8
Text Example
Text Example
White with #806FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806FE8; }
p { color: rgb(128,111,232); }
H1.HeaderClassName
{
color: #806FE8;
}
.AnyTagClassName
{
color: #806FE8;
}
</style>
background-color css
<style>
a { background-color: #806FE8; }
a { background-color: rgb(128,111,232); }
div.DivClassName
{
background-color: #806FE8;
}
.BgClassName
{
background-color: #806FE8;
}
</style>
border-color css
<style>
span { border-color: #806FE8; }
span { border-color: rgb(128,111,232); }
td.TdClassName
{
border-color: #806FE8;
}
.TagClassName
{
border-color: #806FE8;
}
</style>