Shades of Medium Slate Blue #805CF3
Tints of Medium Slate Blue #805CF3
RGB
CMYK
RGB Variations
Color information
#805CF3 (or 0x805CF3) is known color: Medium Slate Blue. HEX triplet: 80, 5C and F3. RGB value is (128,92,243). Sum of RGB (Red+Green+Blue) = 128+92+243=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #805CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CF3 is #7FA30C. Grayscale: #777777. Windows color (decimal): -8364813 or 15948928. OLE color: 15948928.
HSL color Cylindrical-coordinate representation of color #805CF3: hue angle of 254.3º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805CF3 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 92 | 243 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.05 |
| HSL | 254.3º | 0.86% | 0.66% | - |
| HSV(B) | 254.3º | 0.62% | 0.95% | - |
| XYZ | 28.91 | 18.71 | 86.88 | - |
| YUV | 119.98 | 197.43 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 243 | 0.47 | 0.62 | 0 | 0.05 | 254.3 | 0.86 | 0.66 |
| Hex | 80 | 5C | F3 | 2F | 3E | 0 | 5 | FE | 56 | 42 |
| Octal | 200 | 134 | 363 | 57 | 76 | 0 | 5 | 376 | 126 | 102 |
| Binary | 10000000 | 1011100 | 11110011 | 101111 | 111110 | 0 | 101 | 11111110 | 1010110 | 1000010 |
Color Harmonies of #805CF3
Complementary color
Monochromatic Colors of #805CF3
Black with #805CF3
Text Example
Text Example
White with #805CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CF3; }
p { color: rgb(128,92,243); }
H1.HeaderClassName
{
color: #805CF3;
}
.AnyTagClassName
{
color: #805CF3;
}
</style>
background-color css
<style>
a { background-color: #805CF3; }
a { background-color: rgb(128,92,243); }
div.DivClassName
{
background-color: #805CF3;
}
.BgClassName
{
background-color: #805CF3;
}
</style>
border-color css
<style>
span { border-color: #805CF3; }
span { border-color: rgb(128,92,243); }
td.TdClassName
{
border-color: #805CF3;
}
.TagClassName
{
border-color: #805CF3;
}
</style>