Shades of Medium Slate Blue #8044FF
Tints of Medium Slate Blue #8044FF
RGB
CMYK
RGB Variations
Color information
#8044FF (or 0x8044FF) is known color: Medium Slate Blue. HEX triplet: 80, 44 and FF. RGB value is (128,68,255). Sum of RGB (Red+Green+Blue) = 128+68+255=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #8044FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8044FF is #7FBB00. Grayscale: #6A6A6A. Windows color (decimal): -8370945 or 16729216. OLE color: 16729216.
HSL color Cylindrical-coordinate representation of color #8044FF: hue angle of 259.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8044FF is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 68 | 255 | - |
| CMYK | 0.50 | 0.73 | 0 | 0 |
| HSL | 259.25º | 1% | 0.63% | - |
| HSV(B) | 259.25º | 0.73% | 1% | - |
| XYZ | 29.02 | 15.94 | 96.16 | - |
| YUV | 107.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 255 | 0.50 | 0.73 | 0 | 0 | 259.25 | 1 | 0.63 |
| Hex | 80 | 44 | FF | 32 | 49 | 0 | 0 | 103 | 64 | 3F |
| Octal | 200 | 104 | 377 | 62 | 111 | 0 | 0 | 403 | 144 | 77 |
| Binary | 10000000 | 1000100 | 11111111 | 110010 | 1001001 | 0 | 0 | 100000011 | 1100100 | 111111 |
Color Harmonies of #8044FF
Complementary color
Monochromatic Colors of #8044FF
Black with #8044FF
Text Example
Text Example
White with #8044FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044FF; }
p { color: rgb(128,68,255); }
H1.HeaderClassName
{
color: #8044FF;
}
.AnyTagClassName
{
color: #8044FF;
}
</style>
background-color css
<style>
a { background-color: #8044FF; }
a { background-color: rgb(128,68,255); }
div.DivClassName
{
background-color: #8044FF;
}
.BgClassName
{
background-color: #8044FF;
}
</style>
border-color css
<style>
span { border-color: #8044FF; }
span { border-color: rgb(128,68,255); }
td.TdClassName
{
border-color: #8044FF;
}
.TagClassName
{
border-color: #8044FF;
}
</style>