Shades of Medium Slate Blue #805CF6
Tints of Medium Slate Blue #805CF6
RGB
CMYK
RGB Variations
Color information
#805CF6 (or 0x805CF6) is known color: Medium Slate Blue. HEX triplet: 80, 5C and F6. RGB value is (128,92,246). Sum of RGB (Red+Green+Blue) = 128+92+246=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #805CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CF6 is #7FA309. Grayscale: #777777. Windows color (decimal): -8364810 or 16145536. OLE color: 16145536.
HSL color Cylindrical-coordinate representation of color #805CF6: hue angle of 254.03º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805CF6 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 92 | 246 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.04 |
| HSL | 254.03º | 0.9% | 0.66% | - |
| HSV(B) | 254.03º | 0.63% | 0.96% | - |
| XYZ | 29.36 | 18.9 | 89.29 | - |
| YUV | 120.32 | 198.93 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 246 | 0.48 | 0.63 | 0 | 0.04 | 254.03 | 0.9 | 0.66 |
| Hex | 80 | 5C | F6 | 30 | 3F | 0 | 4 | FE | 5A | 42 |
| Octal | 200 | 134 | 366 | 60 | 77 | 0 | 4 | 376 | 132 | 102 |
| Binary | 10000000 | 1011100 | 11110110 | 110000 | 111111 | 0 | 100 | 11111110 | 1011010 | 1000010 |
Color Harmonies of #805CF6
Complementary color
Monochromatic Colors of #805CF6
Black with #805CF6
Text Example
Text Example
White with #805CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CF6; }
p { color: rgb(128,92,246); }
H1.HeaderClassName
{
color: #805CF6;
}
.AnyTagClassName
{
color: #805CF6;
}
</style>
background-color css
<style>
a { background-color: #805CF6; }
a { background-color: rgb(128,92,246); }
div.DivClassName
{
background-color: #805CF6;
}
.BgClassName
{
background-color: #805CF6;
}
</style>
border-color css
<style>
span { border-color: #805CF6; }
span { border-color: rgb(128,92,246); }
td.TdClassName
{
border-color: #805CF6;
}
.TagClassName
{
border-color: #805CF6;
}
</style>