Shades of Medium Slate Blue #805CF8
Tints of Medium Slate Blue #805CF8
RGB
CMYK
RGB Variations
Color information
#805CF8 (or 0x805CF8) is known color: Medium Slate Blue. HEX triplet: 80, 5C and F8. RGB value is (128,92,248). Sum of RGB (Red+Green+Blue) = 128+92+248=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #805CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CF8 is #7FA307. Grayscale: #777777. Windows color (decimal): -8364808 or 16276608. OLE color: 16276608.
HSL color Cylindrical-coordinate representation of color #805CF8: hue angle of 253.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805CF8 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 92 | 248 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.03 |
| HSL | 253.85º | 0.92% | 0.67% | - |
| HSV(B) | 253.85º | 0.63% | 0.97% | - |
| XYZ | 29.67 | 19.02 | 90.91 | - |
| YUV | 120.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 248 | 0.48 | 0.63 | 0 | 0.03 | 253.85 | 0.92 | 0.67 |
| Hex | 80 | 5C | F8 | 30 | 3F | 0 | 3 | FE | 5C | 43 |
| Octal | 200 | 134 | 370 | 60 | 77 | 0 | 3 | 376 | 134 | 103 |
| Binary | 10000000 | 1011100 | 11111000 | 110000 | 111111 | 0 | 11 | 11111110 | 1011100 | 1000011 |
Color Harmonies of #805CF8
Complementary color
Monochromatic Colors of #805CF8
Black with #805CF8
Text Example
Text Example
White with #805CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CF8; }
p { color: rgb(128,92,248); }
H1.HeaderClassName
{
color: #805CF8;
}
.AnyTagClassName
{
color: #805CF8;
}
</style>
background-color css
<style>
a { background-color: #805CF8; }
a { background-color: rgb(128,92,248); }
div.DivClassName
{
background-color: #805CF8;
}
.BgClassName
{
background-color: #805CF8;
}
</style>
border-color css
<style>
span { border-color: #805CF8; }
span { border-color: rgb(128,92,248); }
td.TdClassName
{
border-color: #805CF8;
}
.TagClassName
{
border-color: #805CF8;
}
</style>