Shades of Medium Slate Blue #805BFD
Tints of Medium Slate Blue #805BFD
RGB
CMYK
RGB Variations
Color information
#805BFD (or 0x805BFD) is known color: Medium Slate Blue. HEX triplet: 80, 5B and FD. RGB value is (128,91,253). Sum of RGB (Red+Green+Blue) = 128+91+253=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #805BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BFD is #7FA402. Grayscale: #777777. Windows color (decimal): -8365059 or 16604032. OLE color: 16604032.
HSL color Cylindrical-coordinate representation of color #805BFD: hue angle of 253.7º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #805BFD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 91 | 253 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.01 |
| HSL | 253.7º | 0.98% | 0.67% | - |
| HSV(B) | 253.7º | 0.64% | 0.99% | - |
| XYZ | 30.37 | 19.16 | 95.03 | - |
| YUV | 120.53 | 202.76 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 253 | 0.49 | 0.64 | 0 | 0.01 | 253.7 | 0.98 | 0.67 |
| Hex | 80 | 5B | FD | 31 | 40 | 0 | 1 | FE | 62 | 43 |
| Octal | 200 | 133 | 375 | 61 | 100 | 0 | 1 | 376 | 142 | 103 |
| Binary | 10000000 | 1011011 | 11111101 | 110001 | 1000000 | 0 | 1 | 11111110 | 1100010 | 1000011 |
Color Harmonies of #805BFD
Complementary color
Monochromatic Colors of #805BFD
Black with #805BFD
Text Example
Text Example
White with #805BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BFD; }
p { color: rgb(128,91,253); }
H1.HeaderClassName
{
color: #805BFD;
}
.AnyTagClassName
{
color: #805BFD;
}
</style>
background-color css
<style>
a { background-color: #805BFD; }
a { background-color: rgb(128,91,253); }
div.DivClassName
{
background-color: #805BFD;
}
.BgClassName
{
background-color: #805BFD;
}
</style>
border-color css
<style>
span { border-color: #805BFD; }
span { border-color: rgb(128,91,253); }
td.TdClassName
{
border-color: #805BFD;
}
.TagClassName
{
border-color: #805BFD;
}
</style>