Shades of Medium Slate Blue #805FFB
Tints of Medium Slate Blue #805FFB
RGB
CMYK
RGB Variations
Color information
#805FFB (or 0x805FFB) is known color: Medium Slate Blue. HEX triplet: 80, 5F and FB. RGB value is (128,95,251). Sum of RGB (Red+Green+Blue) = 128+95+251=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #805FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FFB is #7FA004. Grayscale: #7A7A7A. Windows color (decimal): -8364037 or 16473984. OLE color: 16473984.
HSL color Cylindrical-coordinate representation of color #805FFB: hue angle of 252.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805FFB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 95 | 251 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.02 |
| HSL | 252.69º | 0.95% | 0.68% | - |
| HSV(B) | 252.69º | 0.62% | 0.98% | - |
| XYZ | 30.41 | 19.74 | 93.47 | - |
| YUV | 122.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 251 | 0.49 | 0.62 | 0 | 0.02 | 252.69 | 0.95 | 0.68 |
| Hex | 80 | 5F | FB | 31 | 3E | 0 | 2 | FD | 5F | 44 |
| Octal | 200 | 137 | 373 | 61 | 76 | 0 | 2 | 375 | 137 | 104 |
| Binary | 10000000 | 1011111 | 11111011 | 110001 | 111110 | 0 | 10 | 11111101 | 1011111 | 1000100 |
Color Harmonies of #805FFB
Complementary color
Monochromatic Colors of #805FFB
Black with #805FFB
Text Example
Text Example
White with #805FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FFB; }
p { color: rgb(128,95,251); }
H1.HeaderClassName
{
color: #805FFB;
}
.AnyTagClassName
{
color: #805FFB;
}
</style>
background-color css
<style>
a { background-color: #805FFB; }
a { background-color: rgb(128,95,251); }
div.DivClassName
{
background-color: #805FFB;
}
.BgClassName
{
background-color: #805FFB;
}
</style>
border-color css
<style>
span { border-color: #805FFB; }
span { border-color: rgb(128,95,251); }
td.TdClassName
{
border-color: #805FFB;
}
.TagClassName
{
border-color: #805FFB;
}
</style>