Shades of Medium Slate Blue #805CFD
Tints of Medium Slate Blue #805CFD
RGB
CMYK
RGB Variations
Color information
#805CFD (or 0x805CFD) is known color: Medium Slate Blue. HEX triplet: 80, 5C and FD. RGB value is (128,92,253). Sum of RGB (Red+Green+Blue) = 128+92+253=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #805CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CFD is #7FA302. Grayscale: #787878. Windows color (decimal): -8364803 or 16604288. OLE color: 16604288.
HSL color Cylindrical-coordinate representation of color #805CFD: hue angle of 253.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805CFD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 92 | 253 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.01 |
| HSL | 253.42º | 0.98% | 0.68% | - |
| HSV(B) | 253.42º | 0.64% | 0.99% | - |
| XYZ | 30.46 | 19.34 | 95.06 | - |
| YUV | 121.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 253 | 0.49 | 0.64 | 0 | 0.01 | 253.42 | 0.98 | 0.68 |
| Hex | 80 | 5C | FD | 31 | 40 | 0 | 1 | FD | 62 | 44 |
| Octal | 200 | 134 | 375 | 61 | 100 | 0 | 1 | 375 | 142 | 104 |
| Binary | 10000000 | 1011100 | 11111101 | 110001 | 1000000 | 0 | 1 | 11111101 | 1100010 | 1000100 |
Color Harmonies of #805CFD
Complementary color
Monochromatic Colors of #805CFD
Black with #805CFD
Text Example
Text Example
White with #805CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CFD; }
p { color: rgb(128,92,253); }
H1.HeaderClassName
{
color: #805CFD;
}
.AnyTagClassName
{
color: #805CFD;
}
</style>
background-color css
<style>
a { background-color: #805CFD; }
a { background-color: rgb(128,92,253); }
div.DivClassName
{
background-color: #805CFD;
}
.BgClassName
{
background-color: #805CFD;
}
</style>
border-color css
<style>
span { border-color: #805CFD; }
span { border-color: rgb(128,92,253); }
td.TdClassName
{
border-color: #805CFD;
}
.TagClassName
{
border-color: #805CFD;
}
</style>