Shades of Medium Slate Blue #8045FC
Tints of Medium Slate Blue #8045FC
RGB
CMYK
RGB Variations
Color information
#8045FC (or 0x8045FC) is known color: Medium Slate Blue. HEX triplet: 80, 45 and FC. RGB value is (128,69,252). Sum of RGB (Red+Green+Blue) = 128+69+252=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #8045FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8045FC is #7FBA03. Grayscale: #6A6A6A. Windows color (decimal): -8370692 or 16532864. OLE color: 16532864.
HSL color Cylindrical-coordinate representation of color #8045FC: hue angle of 259.34º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8045FC is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 69 | 252 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.01 |
| HSL | 259.34º | 0.97% | 0.63% | - |
| HSV(B) | 259.34º | 0.73% | 0.99% | - |
| XYZ | 28.6 | 15.87 | 93.65 | - |
| YUV | 107.5 | 209.55 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 252 | 0.49 | 0.73 | 0 | 0.01 | 259.34 | 0.97 | 0.63 |
| Hex | 80 | 45 | FC | 31 | 49 | 0 | 1 | 103 | 61 | 3F |
| Octal | 200 | 105 | 374 | 61 | 111 | 0 | 1 | 403 | 141 | 77 |
| Binary | 10000000 | 1000101 | 11111100 | 110001 | 1001001 | 0 | 1 | 100000011 | 1100001 | 111111 |
Color Harmonies of #8045FC
Complementary color
Monochromatic Colors of #8045FC
Black with #8045FC
Text Example
Text Example
White with #8045FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045FC; }
p { color: rgb(128,69,252); }
H1.HeaderClassName
{
color: #8045FC;
}
.AnyTagClassName
{
color: #8045FC;
}
</style>
background-color css
<style>
a { background-color: #8045FC; }
a { background-color: rgb(128,69,252); }
div.DivClassName
{
background-color: #8045FC;
}
.BgClassName
{
background-color: #8045FC;
}
</style>
border-color css
<style>
span { border-color: #8045FC; }
span { border-color: rgb(128,69,252); }
td.TdClassName
{
border-color: #8045FC;
}
.TagClassName
{
border-color: #8045FC;
}
</style>